myStickymenu - Version 2.5.6

Version Description

Z-index welcome bar fix

Download this release

Release Info

Developer galdub
Plugin Icon 128x128 myStickymenu
Version 2.5.6
Comparing to
See all releases

Code changes from version 2.5.5 to 2.5.6

Files changed (3) hide show
  1. mystickymenu.php +3 -3
  2. readme.txt +4 -2
  3. welcome-bar.php +3 -0
mystickymenu.php CHANGED
@@ -2,8 +2,8 @@
2
  /*
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.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.5' );
16
  define('MYSTICKYMENU_URL', plugins_url('/', __FILE__)); // Define Plugin URL
17
  define('MYSTICKYMENU_PATH', plugin_dir_path(__FILE__)); // Define Plugin Directory Path
18
 
2
  /*
3
  Plugin Name: myStickymenu
4
  Plugin URI: https://premio.io/
5
+ Description: Create a beautiful notification bar or make your menu sticky. If you want to make your menu sticky, go myStickymenu settings and change the sticky Class to .your_navbar_class or #your_navbar_id
6
+ Version: 2.5.6
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.6' );
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.8
6
- Stable tag: 2.5.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.
@@ -268,6 +268,8 @@ After installing the plugin, you’ll have the option to turn on the welcome bar
268
 
269
 
270
  == Changelog ==
 
 
271
  = 2.5.5 =
272
  Fixed notification bar & WordPress admin panel bar overlap bug
273
  = 2.5.4 =
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.9
6
+ Stable tag: 2.5.6
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.
268
 
269
 
270
  == Changelog ==
271
+ = 2.5.6 =
272
+ Z-index welcome bar fix
273
  = 2.5.5 =
274
  Fixed notification bar & WordPress admin panel bar overlap bug
275
  = 2.5.4 =
welcome-bar.php CHANGED
@@ -1878,6 +1878,9 @@ function mysticky_welcome_bar_frontend(){
1878
  right: 7px;
1879
  }
1880
  }
 
 
 
1881
  </style>
1882
  <?php
1883
  }
1878
  right: 7px;
1879
  }
1880
  }
1881
+ body.mysticky-welcomebar-apper #wpadminbar{
1882
+ z-index:99999999;
1883
+ }
1884
  </style>
1885
  <?php
1886
  }