myStickymenu - Version 1.8.4

Version Description

  • Fixed: changed is_home() to is_front_page() for menu activation height on front page.
Download this release

Release Info

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

Code changes from version 1.8.3 to 1.8.4

Files changed (2) hide show
  1. mystickymenu.php +2 -2
  2. readme.txt +17 -3
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 default Twentythirteen navigation menu. For other themes, after install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
- Version: 1.8.3
7
  Author: m.r.d.a
8
  Text Domain: mystickymenu
9
  Domain Path: /languages
@@ -464,7 +464,7 @@ if ($mysticky_options ['disable_css'] == false ){
464
  $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
465
  };
466
 
467
- if ( is_home() ) {
468
  $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
469
  };
470
 
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 default Twentythirteen navigation menu. For other themes, after install go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id.
6
+ Version: 1.8.4
7
  Author: m.r.d.a
8
  Text Domain: mystickymenu
9
  Domain Path: /languages
464
  $mysticky_options['mysticky_active_on_height_home'] = $mysticky_options['mysticky_active_on_height'];
465
  };
466
 
467
+ if ( is_front_page() ) {
468
  $mysticky_options['mysticky_active_on_height'] = $mysticky_options['mysticky_active_on_height_home'];
469
  };
470
 
readme.txt CHANGED
@@ -1,10 +1,10 @@
1
  === myStickymenu ===
2
  Contributors: damiroquai
3
  Donate link: http://wordpress.transformnews.com/contact
4
- Tags: sticky menu, twentythirteen, twenty-thirteen, plugin, menu, jquery, sticky header, header, sticky, sticky navigation
5
  Requires at least: 3.5.1
6
  Tested up to: 4.8
7
- Stable tag: 1.8.3
8
  License: GPLv2 or later
9
 
10
  This modern lightweight plugin will made your menu or header sticky on top of page, after desired number of pixels when scrolled.
@@ -16,7 +16,9 @@ Plugin is localized (multi language support) and responsive (as far as your them
16
 
17
  Another advancement of this simple plugin is that increases usability and page views of your WordPress site since menu is available to the user all the time.
18
 
19
- Plugin Home + Demo URL: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
 
 
20
 
21
  == Installation ==
22
  Install like any other plugin. After install activate.
@@ -52,6 +54,12 @@ Also check another header example here - https://wordpress.org/support/topic/log
52
 
53
  == Changelog ==
54
 
 
 
 
 
 
 
55
  = 1.8.2 =
56
  * Fixed: js load on https
57
 
@@ -101,6 +109,12 @@ Also check another header example here - https://wordpress.org/support/topic/log
101
 
102
  == Upgrade Notice ==
103
 
 
 
 
 
 
 
104
  = 1.8.2 =
105
  * Fixed: js load on https
106
 
1
  === myStickymenu ===
2
  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
7
+ Stable tag: 1.8.4
8
  License: GPLv2 or later
9
 
10
  This modern lightweight plugin will made your menu or header sticky on top of page, after desired number of pixels when scrolled.
16
 
17
  Another advancement of this simple plugin is that increases usability and page views of your WordPress site since menu is available to the user all the time.
18
 
19
+ [Plugin Home + Demo URL][1]
20
+
21
+ [1]: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
22
 
23
  == Installation ==
24
  Install like any other plugin. After install activate.
54
 
55
  == Changelog ==
56
 
57
+ = 1.8.4 =
58
+ * Fixed: changed is_home() to is_front_page() for menu activation height on front page.
59
+
60
+ = 1.8.3 =
61
+ * Change: minor cosmetic changes…
62
+
63
  = 1.8.2 =
64
  * Fixed: js load on https
65
 
109
 
110
  == Upgrade Notice ==
111
 
112
+ = 1.8.4 =
113
+ * Fixed: changed is_home() to is_front_page() for menu activation height on front page.
114
+
115
+ = 1.8.3 =
116
+ * Change: minor cosmetic changes…
117
+
118
  = 1.8.2 =
119
  * Fixed: js load on https
120