Banner for Wp Floating Menu Framework
The plugin is the framework for setting up the floating menu in WordPress. Wordpress Tutorial
Noted That:
  • To install correctly this wp-floating-menu-framework.zip .
  • Fisrt Download the wp-floating-menu-framework.zip to your computer
  • Extract/Open wp-floating-menu-framework.zip to Your Computer.
  • Then, Find readme.txt file inside wp-floating-menu-framework.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 " wp-floating-menu-framework.zip " to Your Local Computer.

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

Login to Wordpress Wp Floating Menu Framework

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

Go to Plugin Install Wp Floating Menu Framework

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

Click Upload Button Wp Floating Menu Framework

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

Upload Plugin Wp Floating Menu Framework

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

Activate Wp Floating Menu Framework

Step-7 : Then, See left Side Menu. " Wp Floating Menu Framework " folder is added on left Side Menu. Now, Click on " Wp Floating Menu Framework " folder.

Noted that: If you do not see " Wp Floating Menu Framework " 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 Wp Floating Menu Framework Configurations and Settings or How to work " Wp Floating Menu Framework " 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 " WP Floating Menu Framework " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is WP Floating Menu Framework
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide

First of all, please install this plugin and activate it.

Then, please select JavaScript(JS) file from the setting menu “Floating Setting Menu” in the setting.

If you want to customize the JS file, please copy the template file in [plugin folder]/js/templates folder or [theme folder]/js/[plugin name]/ folder to js folder and rename it.

Then, please select JS file from the setting menu “Floating Setting Menu” in the setting.

Then, fixed the JS file for your WordPress environment (name, page, adminbar values).

!!!!!!!!!!!!!!!!!!!!!!!!!!!!
PLEASE backup the customizing files!!!
Now, when the plugin is updated, the customizing files will be deleted.
!!!!!!!!!!!!!!!!!!!!!!!!!!!!

You can put a JS file for the floating menu.
Plugin folder/js

Theme folder/js/wp-floating-menu-framework/

Usage

Basically, please find out or set up “id” for the page and the floating menu.

ex. If you would like to apply the floating menu to the global navigation bar in Twenty Thirteen theme,
Please set up the following values in floating-menu.js.

  • var name = “#navbar”;
  • var page = “#page”;
  • var adminbar = “#wpadminbar”;

  • “name” value is used for setting up “position: absolute” and controlling floating area.

  • “page” value is used for adjusting the margin-top of the web page.

  • “adminbar” value is used for adjusting in case of enabling the admin bar (the logged in user).

So, when you use this plugin, you need to set up three id.

For example,

In case of setting up the following value,

  • “name” = “navigation-bar”
  • “page” = “page”

the HTML should be the following composition.


.....
.....


Name