Banner for Kanban Shortcodes
Embed your Kanban board on another page, or display a to-do list. Wordpress Tutorial
Noted That:
  • To install correctly this kanban-shortcodes.zip .
  • Fisrt Download the kanban-shortcodes.zip to your computer
  • Extract/Open kanban-shortcodes.zip to Your Computer.
  • Then, Find readme.txt file inside kanban-shortcodes.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " kanban-shortcodes.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Kanban Shortcodes

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Kanban Shortcodes

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Kanban Shortcodes

Step-5 : Now, Browse " kanban-shortcodes.zip " Downloaded plugin from your computer, Where you downloaded " kanban-shortcodes.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Kanban Shortcodes

Step-6 : Now, Click on " Active Plugin "

Activate Kanban Shortcodes

Step-7 : Then, See left Side Menu. " Kanban Shortcodes " folder is added on left Side Menu. Now, Click on " Kanban Shortcodes " folder.

Noted that: If you do not see " Kanban Shortcodes " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Kanban Shortcodes Configurations and Settings or How to work " Kanban Shortcodes " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " Kanban: Shortcodes " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is Kanban: Shortcodes
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  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.


Name