ID-SK Toolkit

Súbor nástrojov funkcionalít k ID-SK téme.

Author:SlovenskoIT a.s. (profile at wordpress.org)
WordPress version required:5.4
WordPress version tested:6.3.1
Plugin version:1.7.2
Added to WordPress repository:07-04-2021
Last updated:21-09-2023
Rating, %:0
Rated by:0
Plugin URI:
Total downloads:3 287
Active installs:40+
plugin download
Click to start download

Features toolkit for ID-SK theme. We recommend using this package with the WordPress theme ID-SK Template.

For more informations about components and their usage, visit ID-SK Frontend – Unified design manual of electronic services.

Copyright

ID-SK Toolkit WordPress plugin, Copyright 2021 Slovensko IT, a.s..
ID-SK is distributed under the terms of the GNU GPLv2 or later and under the terms of Open Government Licence v3.0

Resources

Unless otherwise specified, all the plugin images are created by us and licensed under the same license as the plugin is.

Additional functionalities

  1. Gutenberg ID-SK components
  2. Gutenberg ID-SK patterns
  3. Support for uploading SVG images
  4. Cookies

Shortcodes & Custom functions

Cookies

Basic cookies are automatically enabled for search engines.

To show all active cookies in table view:

[idsk-cookie-list]

You can block cookies in text editor as follow:

Adds content in the block to the page if basic cookies are set:

[idsk-cookie]Your content[/idsk-cookie]

Adds content in the block to the page if cookies with specific ID are accepted:

[idsk-cookie id="example1"]Your content[/idsk-cookie]

You can also block cookies with PHP:

Adds content in the block to the page if basic cookies are set:

if ( function_exists('idsktk_cookies_allowed') && idsktk_cookies_allowed() ) {
    // Your code
}

Adds content in the block to the page if cookies with specific ID are accepted:

if ( function_exists('idsktk_cookies_allowed') && idsktk_cookies_allowed('example1') ) {
    // Your code
}

Cookies settings page and adding own cookies

Adds checkbox with cookies acceptance:

[idsk-cookie-allow id="example1" title="Cookie name/Cookie category name"]Cookie details[/idsk-cookie-allow]
  • If no ID is specified, check box for basic cookies will be shown

Adds button for saving cookies settings. The button must be placed on the same page as the checkboxes with cookies acceptance.

[idsk-cookie-submit title="Save settings"]

FAQ
ChangeLog