Off-Canvas Sidebars Plugin WordPress, Download, Install

Off-Canvas Sidebars Plugin WordPress

Add off-canvas sidebars containing widgets, menus or other content using the Slidebars jQuery plugin.

Off-Canvas Sidebars Download Now

Download Now

(If the link does not work)↓

Originals Link WordPress.org

https://wordpress.org/plugins/off-canvas-sidebars/

How to Install Off-Canvas Sidebars Plugin, Manually

Installation of this plugin works like any other plugin out there. Either:

  1. Upload the zip file to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Or search for “Off-Canvas Sidebars” via your plugins menu.

Theme Setup

Themes based on the Genesis Framework are supported by default! No changes needed.

Please note that it is possible that there are some Genesis themes that can not be supported out-of-the-box due to their structure.

There are more themes with similar implementations like Genesis to insert code before and after the website HTML through actions hooks. These theme can most likely be supported without any changes.
See a full list here with currently known themes

For other themes there are two options:

  1. Simple theme setup
  2. Custom theme setup

1: Simple theme setup

First of all, I strongly advice to create a child theme if you didn’t already! Click here for more information.

Add this code directly after the <body> tag. This is probably located in the header.php or index.php theme file.

<?php do_action('website_before'); ?>

Add this code directly after the site content, before the wp_footer() function. This is probably located in the footer.php or index.php theme file.

<?php do_action('website_after'); ?>

Important: This code needs to be a direct child of the <body> tag!

The final output of your theme should be similar to this:

<html>     <head>         ** HEADER CONTENT **     </head>     <body>         <?php do_action('website_before'); ?>         ** WEBSITE CONTENT **         <?php do_action('website_after'); ?>         <?php wp_footer(); ?>     </body> </html>

2: Custom theme setup

Video

Screenshots

Off-Canvas Sidebars Plugin WordPress

Off-Canvas Sidebars Plugin WordPress

Plugin Not Working?

If any errors or problems with the plug-in then write comments.

Add a Comment

Your email address will not be published. Required fields are marked *