Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Kanban: Shortcodes

Beschrijving

This is an add-on plugn for Kanban for WordPress. Embed your Kanban board on another page, or display a filtered to-do list.

Schermafdrukken

  • Just add the chortcode [kanban] in the visual editor.
  • Your board rendered when you view the page.

Installatie

  1. Upload the plugin files to the /wp-content/plugins/kanban-shortcodes directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Add the shortcode [kanban] to any page where you would like the Kanban board to appear. An iframe is added to the page, displaying your board.

There are a few options for configuring the iFrame.

[kanban css="..."]

Use this option to add your own css. If you do not include it, the default css will be used.

All boards have a class of .kanban-iframe.

The default css is:

.kanban-iframe {
    border: 1px solid black;
    height: 400px;
    width: 100%;
}


[kanban height="400px"]

Use this option to set the height of the iFrame. The default is 400px. This will only be used if the “css” option is not used.

[kanban width="100%"]

Use this option to set the width of the iFrame. The default is 100%. This will only be used if the “css” option is not used.

[kanban id="1"]

Use this option to specify which board to default to. This requires the Multiple Board paid add-on.

FAQ

None yet. Email your questions here: https://kanbanwp.com/contact-us/

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Kanban: Shortcodes” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Kanban: Shortcodes” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

For the changelog, please visit https://kanbanwp.com/addons/shortcodes/