Title: Online Help Sliding Menu
Author: fabiandragos
Published: <strong>January 5, 2018</strong>
Last modified: July 2, 2018

---

Search plugins

![](https://ps.w.org/online-help-sliding-menu/assets/banner-772x250.png?rev=1902900)

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://ps.w.org/online-help-sliding-menu/assets/icon.svg?rev=1902900)

# Online Help Sliding Menu

 By [fabiandragos](https://profiles.wordpress.org/fabiandragos/)

[Download](https://downloads.wordpress.org/plugin/online-help-sliding-menu.zip)

 * [Details](https://lin.wordpress.org/plugins/online-help-sliding-menu/#description)
 * [Reviews](https://lin.wordpress.org/plugins/online-help-sliding-menu/#reviews)
 *  [Installation](https://lin.wordpress.org/plugins/online-help-sliding-menu/#installation)
 * [Development](https://lin.wordpress.org/plugins/online-help-sliding-menu/#developers)

 [Support](https://wordpress.org/support/plugin/online-help-sliding-menu/)

## Description

You can use the Online Help Sliding Menu plugin to transform a normal sidebar menu(
custom menu or pages list) into a responsive online help style sliding menu with
the possibility of adding your own custom CSS styling.

This is a great plugin to use for documentation websites!

To use Online Help Sliding Menu, all you have to do is to go to the Widgets page
of the WordPress Admin and add OH Sliding Menu widgets on any of the available areas.

For each widget you can:

 * Enter a Title.
 * Choose if the widget will display one of your Custom menus or a list of the Pages
   of your website.
 * If you choose Custom menus, you will be able to select one of the available menus.
 * If you choose Pages menu, you will be able to enter the IDs of the pages you 
   want to exclude from the menu!
 * Enter the IDs of the pages where you do not want to show the widget!

Note: Before setting up this plugin, you should first create a Custom menu or, set
up the order of the pages of your website.

The sliding action is achieved with jQuery. For responsive environments, the menu
is automatically hidden and a button labelled SHOW/HIDE MENU is displayed.

You can add custom CSS on the plugin’s setup page (with syntax highlighting if WordPress
version is 4.9 or higher) in order to style your menus as needed.

For Pages that have child pages the menu will add a folder icon on the left side
of the page name. Other Pages will have a file icon on the left side of the page
name.

 * When you click the folder icon, the menu will slide down, the folder icon opens
   and the menu slides down showing the child pages.
 * When you open a link (anywhere on your website) to a page on the menu, if that
   page is a child page, the menu opens (slides down) all parent items of that page.
 * Every time you navigate to a page on the menu, the current state of the menu (
   opened and/or closed items) is kept for the current browser session.

If you select the Pages Menu option on this plugin’s settings page, you can also
enter the ids of pages which you do not want to have on the menu.

Menus with many pages may require an increased value for the MAX_INPUT_VARS PHP 
variable – on this plugin’s settings page, you can check to see the current value.

## Screenshots

 * [[
 * Online Help Sliding Menu on a right side sidebar.
 * [[
 * Online Help Sliding Menu on a mobile device – responsive button label: SHOW/HIDE
   MENU.
 * [[
 * The OH Sliding Menu widget.
 * [[
 * Online Help Sliding Menu widget – Pages menu selected with page IDs 2,3 and 4
   excluded.
 * [[
 * Online Help Sliding Menu widget – Custom menu selected with the name of the menu:
   Custom Menu 1.
 * [[
 * Online Help Sliding Menu widget – widget will not be displayed on pages with 
   IDs: 2,3 and 4.

## Installation

 1. Upload the plugin files to the `/wp-content/plugins/Online Help Sliding Menu` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Create a Custom Menu or arrange the Pages of your website in the order you want
    them to appear on the Online Help Sliding Menu.
 4. Go to the Appearance->Widgets screen and add the OH Sliding Menu widget to a Sidebar
    area or any available widget area.
 5. Set up the widget and then click Save.

## FAQ

  Installation Instructions

 1. Upload the plugin files to the `/wp-content/plugins/Online Help Sliding Menu` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Create a Custom Menu or arrange the Pages of your website in the order you want
    them to appear on the Online Help Sliding Menu.
 4. Go to the Appearance->Widgets screen and add the OH Sliding Menu widget to a Sidebar
    area or any available widget area.
 5. Set up the widget and then click Save.

  How can I change the CSS styles for the OH Sliding Menu widgets?

Just go to the plugin’s settings page and add your custom CSS in the box you will
see there. For WordPress version 4.9 or higher syntax highlighting is also available!

  Can I hide the menu on some pages?

Yes. You can enter the IDs of the pages where you do not want to show the menu.

  What happens if a Custom menu gets deleted while it is selected within a OH Sliding
Menu widget?

You will be notified that the Custom menu is not found for that widget and the widget
will automatically switch to the Pages menu.

  Does this plugin really needs BootstrapCSS to work?

Not really. But using this CSS library might help with the way the menu is displayed
on the sidebar.
 You can enable the Enable BootstrapCSS from CDN? check box and 
see if the menu looks better. However, this might also affect your entire website
as well. Use caution!

  Can I also see Posts on the sidebar menu with this plugin?

Of course. All you have to do is add Posts to the custom menu you create. However,
this is not possible when you select the Pages Menu option on this plugin’s settings

page.

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Online Help Sliding Menu” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ fabiandragos ](https://profiles.wordpress.org/fabiandragos/)

[Translate “Online Help Sliding Menu” into your language.](https://translate.wordpress.org/projects/wp-plugins/online-help-sliding-menu)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/online-help-sliding-menu/),
check out the [SVN repository](https://plugins.svn.wordpress.org/online-help-sliding-menu/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/online-help-sliding-menu/)
by [RSS](https://plugins.trac.wordpress.org/log/online-help-sliding-menu/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.3

 * Added CSS code editor in OHSM settings page with syntax highlighting available
   for WordPress 4.9 or higher
 * OHSM default options are created on plugin activation not on first access of 
   the setup page
 * Fixed undefined variable notices
 * Updated the display of the current MAX_INPUT_VARS PHP variable value

#### 1.2

 * Fixed widget registration error
 * Fixed included files errors
 * Fixed invalid argument if no OHSM widget is yet registered

#### 1.1

 * Moved menu setup options to widget
 * Added option to not show widget with menu on specific pages based on the page
   ID
 * Updated jQuery code to enable use of multiple sliding menus.

#### 1.0

 * First release

## Meta

 *  Version **1.3**
 *  Last updated **8 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.4 or higher **
 *  Tested up to **4.9.29**
 *  Language
 * [English (US)](https://wordpress.org/plugins/online-help-sliding-menu/)
 * Tags
 * [jquery menu](https://lin.wordpress.org/plugins/tags/jquery-menu/)[menu](https://lin.wordpress.org/plugins/tags/menu/)
   [responsive](https://lin.wordpress.org/plugins/tags/responsive/)[sliding menu](https://lin.wordpress.org/plugins/tags/sliding-menu/)
 *  [Advanced View](https://lin.wordpress.org/plugins/online-help-sliding-menu/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/online-help-sliding-menu/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/online-help-sliding-menu/reviews/)

## Contributors

 *   [ fabiandragos ](https://profiles.wordpress.org/fabiandragos/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/online-help-sliding-menu/)

## Donate

Would you like to support the advancement of this plugin?

 [ Donate to this plugin ](https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=8VQG8Y8SDZW8E)