myStickymenu - Version 2.0.3

Version Description

  • Fixed: Missing bg color field
Download this release

Release Info

Developer damiroquai
Plugin Icon 128x128 myStickymenu
Version 2.0.3
Comparing to
See all releases

Code changes from version 2.0.1 to 2.0.3

Files changed (2) hide show
  1. mystickymenu.php +8 -12
  2. readme.txt +4 -2
mystickymenu.php CHANGED
@@ -3,7 +3,7 @@
3
  Plugin Name: myStickymenu
4
  Plugin URI: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
5
  Description: Simple sticky (fixed on top) menu implementation for navigation menu. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
- Version: 2.0.1
7
  Author: m.r.d.a
8
  Author URI: http://wordpress.transformnews.com/
9
  Text Domain: mystickymenu
@@ -12,7 +12,7 @@
12
  */
13
 
14
  defined('ABSPATH') or die("Cannot access pages directly.");
15
- define( 'MYSTICKY_VERSION', '2.0.1' );
16
 
17
  class MyStickyMenuBackend
18
  {
@@ -43,9 +43,9 @@ public function mysticky_admin_script() {
43
 
44
  jQuery(document).ready(function($){
45
 
46
-
47
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
48
  $("#myfixed_bgcolor").parent().parent().parent().hide();
 
49
  $("#myfixed_cssstyle,#mysticky_disable_at_front_home").parent().parent().hide();
50
  $(".mysticky-hideformreset").hide();
51
  $(".mysticky-hideform,.mysticky-general").fadeIn(300);
@@ -57,7 +57,8 @@ public function mysticky_admin_script() {
57
  $(".btn-style,.btn-advanced").removeClass("nav-tab-active");
58
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().show();
59
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
60
- $("#myfixed_bgcolor").parent().parent().parent().parent().parent().hide();
 
61
  $("#myfixed_cssstyle,#mysticky_disable_at_front_home").parent().parent().hide();
62
 
63
  $(".mysticky-general").fadeIn(300);
@@ -81,14 +82,11 @@ public function mysticky_admin_script() {
81
 
82
 
83
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().hide();
84
-
85
  $("#myfixed_zindex,#myfixed_bgcolor,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().show();
86
-
87
  $("#myfixed_cssstyle").parent().parent().show();
88
-
89
  $("#mysticky_disable_at_front_home").parent().parent().hide();
90
-
91
- $("#myfixed_bgcolor").parent().parent().parent().parent().parent().show();
92
 
93
  $(".mysticky-general").hide();
94
  $(".mysticky-hideformreset").hide();
@@ -109,9 +107,7 @@ public function mysticky_admin_script() {
109
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().hide();
110
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
111
  $("#myfixed_cssstyle").parent().parent().hide();
112
-
113
- $("#myfixed_bgcolor").parent().parent().parent().parent().parent().hide();
114
-
115
  $("#mysticky_disable_at_front_home").parent().parent().show();
116
  $(".mysticky-hideformreset").fadeIn(300);
117
 
3
  Plugin Name: myStickymenu
4
  Plugin URI: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
5
  Description: Simple sticky (fixed on top) menu implementation for navigation menu. After install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
+ Version: 2.0.3
7
  Author: m.r.d.a
8
  Author URI: http://wordpress.transformnews.com/
9
  Text Domain: mystickymenu
12
  */
13
 
14
  defined('ABSPATH') or die("Cannot access pages directly.");
15
+ define( 'MYSTICKY_VERSION', '2.0.3' );
16
 
17
  class MyStickyMenuBackend
18
  {
43
 
44
  jQuery(document).ready(function($){
45
 
 
46
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
47
  $("#myfixed_bgcolor").parent().parent().parent().hide();
48
+ $("#myfixed_bgcolor").parent().parent().parent().parent().parent().parent().hide();
49
  $("#myfixed_cssstyle,#mysticky_disable_at_front_home").parent().parent().hide();
50
  $(".mysticky-hideformreset").hide();
51
  $(".mysticky-hideform,.mysticky-general").fadeIn(300);
57
  $(".btn-style,.btn-advanced").removeClass("nav-tab-active");
58
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().show();
59
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
60
+ $("#myfixed_bgcolor").parent().parent().parent().parent().parent().parent().hide();
61
+
62
  $("#myfixed_cssstyle,#mysticky_disable_at_front_home").parent().parent().hide();
63
 
64
  $(".mysticky-general").fadeIn(300);
82
 
83
 
84
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().hide();
 
85
  $("#myfixed_zindex,#myfixed_bgcolor,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().show();
 
86
  $("#myfixed_cssstyle").parent().parent().show();
 
87
  $("#mysticky_disable_at_front_home").parent().parent().hide();
88
+ $("#myfixed_bgcolor").parent().parent().parent().parent().parent().parent().show();
89
+
90
 
91
  $(".mysticky-general").hide();
92
  $(".mysticky-hideformreset").hide();
107
  $("#mysticky_class_selector,#myfixed_disable_small_screen,#mysticky_active_on_height,#mysticky_active_on_height_home,#myfixed_fade").parent().parent().parent().hide();
108
  $("#myfixed_zindex,#myfixed_opacity,#myfixed_transition_time,#disable_css").parent().parent().parent().hide();
109
  $("#myfixed_cssstyle").parent().parent().hide();
110
+ $("#myfixed_bgcolor").parent().parent().parent().parent().parent().parent().hide();
 
 
111
  $("#mysticky_disable_at_front_home").parent().parent().show();
112
  $(".mysticky-hideformreset").fadeIn(300);
113
 
readme.txt CHANGED
@@ -3,8 +3,8 @@ Contributors: damiroquai
3
  Donate link: http://wordpress.transformnews.com/contact
4
  Tags: sticky, menu, header, sticky menu, sticky header, floating, floating menu
5
  Requires at least: 3.5.1
6
- Tested up to: 4.8.1
7
- Stable tag: 2.0.1
8
  License: GPLv2 or later
9
 
10
  This lightweight plugin will made your menu or header sticky on top of page, after desired number of pixels when scrolled.
@@ -54,6 +54,8 @@ In some cases you can use the whole header div and than just style it different
54
 
55
 
56
  == Changelog ==
 
 
57
  = 2.0.1 =
58
  * Fixed: If user logged in but admin bar is not showing (error to calculate activation height)
59
  * Fixed: Admin style conflict with Scripts n Styles plugin
3
  Donate link: http://wordpress.transformnews.com/contact
4
  Tags: sticky, menu, header, sticky menu, sticky header, floating, floating menu
5
  Requires at least: 3.5.1
6
+ Tested up to: 4.9.3
7
+ Stable tag: 2.0.3
8
  License: GPLv2 or later
9
 
10
  This lightweight plugin will made your menu or header sticky on top of page, after desired number of pixels when scrolled.
54
 
55
 
56
  == Changelog ==
57
+ = 2.0.3 =
58
+ * Fixed: Missing bg color field
59
  = 2.0.1 =
60
  * Fixed: If user logged in but admin bar is not showing (error to calculate activation height)
61
  * Fixed: Admin style conflict with Scripts n Styles plugin