Horje
Embed your Kanban board on another page, or display a to-do list.

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:

1. First Download "kanban-shortcodes.zip" Plugin to your Local Computer. (Click Download)

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

/stack/wp/e1593231376d7d849d2-4597-4fa3-a6ff-1eca18f72aab.png

3. Then, Click on "Plugins" + "Add New" from left sidemenu of Dashboard.

/stack/wp/e1593231378Screenshot20.png

4. Now, Click on "Upload Plugin" button.

/stack/wp/e1593231380Screenshot-2019-4-2AddPluginsHorjeWordPress.png

 

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"

/stack/wp/e15931461531577025694plugin.png

6. Now, Click on "Active Plugin"

/stack/wp/e15932313830ca45529-bf73-4101-8178-53ae60ce549f.png

7. Then, See left sidemenu. "Kanban: Shortcodes" folder is added on left sidemenu. Now, Click on "Kanban: Shortcodes" folder.

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

8. Now you configure yourself oR Watch video tutorial below about Kanban: Shortcodes Configurtions 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.

Reffered: https://wordpress.org/