myStickymenu - Version 2.3

Version Description

Fixed some appearance issues

Download this release

Release Info

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

Code changes from version 2.2.9 to 2.3

Files changed (3) hide show
  1. mystickymenu.php +2 -2
  2. readme.txt +3 -1
  3. welcome-bar.php +3 -5
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.2.9
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.2.9' );
16
  require_once("mystickymenu-fonts.php");
17
  require_once("welcome-bar.php");
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.3
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.3' );
16
  require_once("mystickymenu-fonts.php");
17
  require_once("welcome-bar.php");
18
 
readme.txt CHANGED
@@ -3,7 +3,7 @@ Contributors: tomeraharon, galdub, premio
3
  Tags: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, floating bar, notification bar
4
  Requires at least: 3.5.1
5
  Tested up to: 5.3
6
- Stable tag: 2.2.9
7
  License: GPLv2 or later
8
 
9
  This sticky menu plugin will make your menu or header stick to the top of page, when scrolled down and up. Also create a beautiful Welcome bar with it.
@@ -258,6 +258,8 @@ After installing the plugin, you’ll have the option to turn on the welcome bar
258
 
259
 
260
  == Changelog ==
 
 
261
  = 2.2.9 =
262
  Multiple lines support for the Welcome Bar
263
  = 2.2.8 =
3
  Tags: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, floating bar, notification bar
4
  Requires at least: 3.5.1
5
  Tested up to: 5.3
6
+ Stable tag: 2.3
7
  License: GPLv2 or later
8
 
9
  This sticky menu plugin will make your menu or header stick to the top of page, when scrolled down and up. Also create a beautiful Welcome bar with it.
258
 
259
 
260
  == Changelog ==
261
+ = 2.3 =
262
+ Fixed some appearance issues
263
  = 2.2.9 =
264
  Multiple lines support for the Welcome Bar
265
  = 2.2.8 =
welcome-bar.php CHANGED
@@ -346,7 +346,7 @@ function mysticky_welcome_bar_backend() {
346
  </script>
347
  <style>
348
  .mysticky-welcomebar-fixed {
349
- height: 80px;
350
  background-color: <?php echo $welcomebar['mysticky_welcomebar_bgcolor'] ?>;
351
  font-family: <?php echo $welcomebar['mysticky_welcomebar_font'] ?>;
352
  position: absolute;
@@ -362,8 +362,7 @@ function mysticky_welcome_bar_backend() {
362
  padding: 0 25px;
363
  }
364
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-fixed {
365
- display: flex;
366
- height: auto;
367
  }
368
  .mysticky-welcomebar-position-top {
369
  top:0;
@@ -1167,8 +1166,7 @@ function mysticky_welcome_bar_frontend(){
1167
  bottom: -60px;
1168
  }
1169
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed {
1170
- top: 0;
1171
- height: auto;
1172
  }
1173
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed {
1174
  bottom: 0;
346
  </script>
347
  <style>
348
  .mysticky-welcomebar-fixed {
349
+ min-height: 80px;
350
  background-color: <?php echo $welcomebar['mysticky_welcomebar_bgcolor'] ?>;
351
  font-family: <?php echo $welcomebar['mysticky_welcomebar_font'] ?>;
352
  position: absolute;
362
  padding: 0 25px;
363
  }
364
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-fixed {
365
+ display: flex;
 
366
  }
367
  .mysticky-welcomebar-position-top {
368
  top:0;
1166
  bottom: -60px;
1167
  }
1168
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-top.mysticky-welcomebar-fixed {
1169
+ top: 0;
 
1170
  }
1171
  .mysticky-welcomebar-display-desktop.mysticky-welcomebar-position-bottom.mysticky-welcomebar-fixed {
1172
  bottom: 0;