Version Description
WordPress 5.7 adjustments
Download this release
Release Info
Developer | galdub |
Plugin | myStickymenu |
Version | 2.5.1 |
Comparing to | |
See all releases |
Code changes from version 2.5 to 2.5.1
- js/iris-script.js +2 -2
- mystickymenu.php +2 -2
- readme.txt +4 -2
js/iris-script.js
CHANGED
@@ -2,8 +2,8 @@ var priceOptions = {"50_websites":{"1_year":{"price":79,"link":"https:\/\/go.pre
|
|
2 |
jQuery(document).ready(function($){
|
3 |
jQuery('.my-color-field').wpColorPicker();
|
4 |
jQuery(document).on('click', '.sticky-header-upgrade-now', function(e){
|
5 |
-
e.preventDefault();
|
6 |
-
jQuery(".sticky-header-menu ul li a:last").trigger("click");
|
7 |
});
|
8 |
|
9 |
if(jQuery(".multiple-options").length) {
|
2 |
jQuery(document).ready(function($){
|
3 |
jQuery('.my-color-field').wpColorPicker();
|
4 |
jQuery(document).on('click', '.sticky-header-upgrade-now', function(e){
|
5 |
+
//e.preventDefault();
|
6 |
+
//jQuery(".sticky-header-menu ul li a:last").trigger("click");
|
7 |
});
|
8 |
|
9 |
if(jQuery(".multiple-options").length) {
|
mystickymenu.php
CHANGED
@@ -3,7 +3,7 @@
|
|
3 |
Plugin Name: myStickymenu
|
4 |
Plugin URI: https://premio.io/
|
5 |
Description: Simple sticky (fixed on top) menu implementation for navigation menu and Welcome bar for announcements and promotion. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
|
6 |
-
Version: 2.5
|
7 |
Author: Premio
|
8 |
Author URI: https://premio.io/downloads/mystickymenu/
|
9 |
Text Domain: mystickymenu
|
@@ -12,7 +12,7 @@ License: GPLv2 or later
|
|
12 |
*/
|
13 |
|
14 |
defined('ABSPATH') or die("Cannot access pages directly.");
|
15 |
-
define( 'MYSTICKY_VERSION', '2.5' );
|
16 |
define('MYSTICKYMENU_URL', plugins_url('/', __FILE__)); // Define Plugin URL
|
17 |
define('MYSTICKYMENU_PATH', plugin_dir_path(__FILE__)); // Define Plugin Directory Path
|
18 |
|
3 |
Plugin Name: myStickymenu
|
4 |
Plugin URI: https://premio.io/
|
5 |
Description: Simple sticky (fixed on top) menu implementation for navigation menu and Welcome bar for announcements and promotion. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
|
6 |
+
Version: 2.5.1
|
7 |
Author: Premio
|
8 |
Author URI: https://premio.io/downloads/mystickymenu/
|
9 |
Text Domain: mystickymenu
|
12 |
*/
|
13 |
|
14 |
defined('ABSPATH') or die("Cannot access pages directly.");
|
15 |
+
define( 'MYSTICKY_VERSION', '2.5.1' );
|
16 |
define('MYSTICKYMENU_URL', plugins_url('/', __FILE__)); // Define Plugin URL
|
17 |
define('MYSTICKYMENU_PATH', plugin_dir_path(__FILE__)); // Define Plugin Directory Path
|
18 |
|
readme.txt
CHANGED
@@ -2,8 +2,8 @@
|
|
2 |
Contributors: tomeraharon, galdub, premio
|
3 |
Tags:floating bar, notification bar, menu, header, sticky menu, sticky header, floating menu, floating navigation menu, navigation menu, navigation, sticky navigation menu, welcome bar, hello bar, top bar, sticky bar
|
4 |
Requires at least: 3.5.1
|
5 |
-
Tested up to: 5.
|
6 |
-
Stable tag: 2.5
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Create a beautiful welcome notification bar. This sticky menu plugin will also make your menu or header stick to the top of page, when scrolled down and up.
|
@@ -267,6 +267,8 @@ After installing the plugin, you’ll have the option to turn on the welcome bar
|
|
267 |
|
268 |
|
269 |
== Changelog ==
|
|
|
|
|
270 |
= 2.5 =
|
271 |
Better instructions for the sticky menu feature & explainer video
|
272 |
= 2.4.9 =
|
2 |
Contributors: tomeraharon, galdub, premio
|
3 |
Tags:floating bar, notification bar, menu, header, sticky menu, sticky header, floating menu, floating navigation menu, navigation menu, navigation, sticky navigation menu, welcome bar, hello bar, top bar, sticky bar
|
4 |
Requires at least: 3.5.1
|
5 |
+
Tested up to: 5.7
|
6 |
+
Stable tag: 2.5.1
|
7 |
License: GPLv2 or later
|
8 |
|
9 |
Create a beautiful welcome notification bar. This sticky menu plugin will also make your menu or header stick to the top of page, when scrolled down and up.
|
267 |
|
268 |
|
269 |
== Changelog ==
|
270 |
+
= 2.5.1 =
|
271 |
+
WordPress 5.7 adjustments
|
272 |
= 2.5 =
|
273 |
Better instructions for the sticky menu feature & explainer video
|
274 |
= 2.4.9 =
|