Title: ID-SK Toolkit
Author: IDSK team
Published: <strong>7. април 2021.</strong>
Last modified: 4. март 2025.

---

Претражи додатке

Овај додатак **није испробан са последња 3 главна издања Вордпреса**.Можда се више
не одржава или подржава и можда има грешке са усклађеношћу са новијим издањима Вордреса.

![](https://s.w.org/plugins/geopattern-icon/idsk-toolkit.svg)

# ID-SK Toolkit

 [IDSK team](https://profiles.wordpress.org/idsk/)

[Преузимање](https://downloads.wordpress.org/plugin/idsk-toolkit.1.7.3.zip)

 * [Детаљи](https://sr.wordpress.org/plugins/idsk-toolkit/#description)
 * [Прегледи](https://sr.wordpress.org/plugins/idsk-toolkit/#reviews)
 * [Изградња](https://sr.wordpress.org/plugins/idsk-toolkit/#developers)

 [Подршка](https://wordpress.org/support/plugin/idsk-toolkit/)

## Опис

Features toolkit for ID-SK theme. We recommend using this package with the WordPress
theme [ID-SK Template](https://wordpress.org/themes/idsk-template/).

For more informations about components and their usage, visit [ID-SK Frontend – Unified design manual of electronic services](https://idsk.gov.sk/).

### Copyright

ID-SK Toolkit WordPress plugin
 Copyright 2025 Ministry of Investments, Regional
Development and Informatization of the Slovak Republic Copyright 2021-2024 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](https://www.nationalarchives.gov.uk/doc/open-government-licence/version/3/)

### Resources

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

### Contact

Contact contributors via email: idsk@mirri.gov.sk

### 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"]
    ```

## Блокови

Овај додатак пружа 25 блокова.

 *   Related content
 *   Information bar / Warning bar
 *   Intro block
 *   Address
 *   Row
 *   Column
 *   Announcement
 *   Button
 *   Heading
 *   Inset text
 *   Tabs
 *   Container
 *   Separator
 *   Accordion
 *   Table
 *   Map component
 *   Lists
 *   Timeline
 *   Posts
 *   Stepper
 *   Crossroad
 *   Card
 *   Stepper banner
 *   Hidden text
 *   Tab

## Прегледи

Нема рецензија за овај додатак.

## Сарадници и градитељи

„ID-SK Toolkit“ је софтвер отвореног кода. Следећи људи су допринели овом додатку.

Сарадници

 *   [ IDSK team ](https://profiles.wordpress.org/idsk/)
 *   [ slovenskoit ](https://profiles.wordpress.org/slovenskoit/)

„ID-SK Toolkit“ је преведен на 1 језик. Хвала [преводиоцима](https://translate.wordpress.org/projects/wp-plugins/idsk-toolkit/contributors)
за њихове доприносе.

[Преведите „ID-SK Toolkit“ на свој језик.](https://translate.wordpress.org/projects/wp-plugins/idsk-toolkit)

### Заинтересовани сте за градњу?

[Прегледајте код](https://plugins.trac.wordpress.org/browser/idsk-toolkit/), проверите
[SVN складиште](https://plugins.svn.wordpress.org/idsk-toolkit/) или се пријавите
на [белешку градње](https://plugins.trac.wordpress.org/log/idsk-toolkit/) преко 
[RSS-а](https://plugins.trac.wordpress.org/log/idsk-toolkit/?limit=100&mode=stop_on_copy&format=rss).

## Белешка о изменама

#### 1.7.3

 * fixed [CVE-2024-50517](https://www.cve.org/CVERecord?id=CVE-2024-50517) by proper
   sanitization
 * fixed [CVE-2024-9853](https://www.cve.org/CVERecord?id=CVE-2024-9853) by removal
   of SVG support from codebase
    - reported by [Francesco Carlucci](https://francescocarlucci.com)
    - use other available [SVG plugins](https://wordpress.org/plugins/search/svg/)
      to add SVG support back
 * preparation for repository takeover from slovenskoit, readme update

#### 1.7.2

 * Removed block types restriction

#### 1.7.1

 * Update ID-SK 2.11.0
 * Updated component Tabs – self nesting prohibited

#### 1.7.0

 * Update ID-SK 2.10.0
 * Added new component
    - Table with filters
 * Multiple minor fixes

#### 1.6.1

 * Translations update

#### 1.6.0

 * Added cookies functionality
 * Added new meta boxes for posts
 * Added new component
    - Posts
 * Updated Intro block component to newer version
 * Updated component Tabs to newer version
 * Removed layout settings from Related content component
 * Removed custom posts – Institutions News
 * Translations update

Due to modified metabox logic, it is necessary to update the Back link button on
the pages.

#### 1.5.0

 * Updated components to ID-SK 2.6.2
 * Added page patterns
 * Added new component
    - Separator
 * Removed Graph component
 * Fix in Button component
 * Fix for WordPress 5.8

#### 1.4.3

 * Added support for language mutations

#### 1.4.2

 * Fix in Graph component

#### 1.4.1

 * Added new component
    - Stepper banner
 * Fixes in existing components

#### 1.4.0

 * Added new meta boxes for pages
 * Added advanced search for ID-SK theme
 * Global changes in existing ID-SK components
 * Card komponent – added support for adding dynamic tags

#### 1.3.1

 * Global changes in existing ID-SK components
 * Added left and right margins for grid Column component
 * Fixes in existing components

#### 1.3.0

 * Added new components
    - Accordion
    - Announce
    - Button
    - Heading
    - Hidden text
    - Lists
    - Inset text
    - Tabs
 * Fixes in existing components.

#### 1.2.0

 * Added new components
    - Graph component
    - Map component
 * Fixes in existing components.

#### 1.1.0

 * Added new ID-SK components
 * Code optimization, fixes

#### 1.0.0

 * Plugin release

## Мета

 *  Version **1.7.3**
 *  Last updated **1 година раније**
 *  Active installations **40+**
 *  WordPress version ** 5.4 или новије **
 *  Tested up to **6.7.6**
 *  PHP version ** 7.0 или новије **
 *  Languages
 * [English (US)](https://wordpress.org/plugins/idsk-toolkit/) и [Slovak](https://sk.wordpress.org/plugins/idsk-toolkit/).
 *  [Преведите на свој језик](https://translate.wordpress.org/projects/wp-plugins/idsk-toolkit)
 * Tags
 * [id-sk](https://sr.wordpress.org/plugins/tags/id-sk/)[idsk](https://sr.wordpress.org/plugins/tags/idsk/)
 *  [Напредни преглед](https://sr.wordpress.org/plugins/idsk-toolkit/advanced/)

## Оцене

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/idsk-toolkit/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/idsk-toolkit/reviews/)

## Сарадници

 *   [ IDSK team ](https://profiles.wordpress.org/idsk/)
 *   [ slovenskoit ](https://profiles.wordpress.org/slovenskoit/)

## Подршка

Имате нешто да кажете? Потребна вам је помоћ?

 [Види форум подршке](https://wordpress.org/support/plugin/idsk-toolkit/)