PluginProbe ʕ •ᴥ•ʔ
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) / 2.0
My Sticky Bar – Floating Notification Bar & Sticky Header (formerly myStickymenu) v2.0
2.9.1 2.9.0 2.8.9 2.8.8 trunk 1.0 1.1 1.2 1.3 1.4 1.5 1.6 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.8.6 1.8.7 1.8.8 1.8.9 1.9 1.9.1 2.0 2.0.1 2.0.3 2.0.4 2.0.5 2.0.6 2.1 2.1.1 2.1.2 2.1.3 2.1.4 2.1.5 2.1.6 2.1.7 2.1.8 2.2 2.2.1 2.2.2 2.2.3 2.2.4 2.2.5 2.2.6 2.2.7 2.2.8 2.2.9 2.3 2.3.1 2.3.2 2.3.3 2.3.4 2.3.5 2.3.6 2.3.7 2.3.8 2.3.9 2.4 2.4.1 2.4.2 2.4.3 2.4.4 2.4.5 2.4.6 2.4.7 2.4.8 2.4.9 2.5 2.5.1 2.5.2 2.5.3 2.5.4 2.5.5 2.5.6 2.5.7 2.5.8 2.5.9 2.6 2.6.1 2.6.2 2.6.3 2.6.4 2.6.5 2.6.6 2.6.7 2.6.8 2.6.9 2.7 2.7.1 2.7.2 2.7.3 2.7.4 2.7.5 2.7.6 2.7.7 2.7.8 2.7.9 2.8.0 2.8.1 2.8.2 2.8.3 2.8.4 2.8.5 2.8.6 2.8.7
mystickymenu / readme.txt
mystickymenu Last commit date
js 8 years ago languages 8 years ago index.php 8 years ago mystickymenu.php 8 years ago readme.txt 8 years ago uninstall.php 8 years ago
readme.txt
198 lines
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.1
7 Stable tag: 2.0
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.
11
12 == Description ==
13 By default, sticky menu is designed to use element class ".navbar" as "Sticky Class". That value should be modified in plugin settings for different themes to make it work. Sticky Class is actually nothing more than an element class (or id) of the element that should become sticky.
14
15 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.
16
17 Plugin is localized (multi language support) and responsive (as far as your theme is). Also there is possibility to add custom css code which make this plugin very flexible, customizable and user friendly.
18
19 Plugin is originally designed for Twenty Thirteen template but should work on any theme.
20
21 [Plugin Home + Demo URL][1]
22 [myStickymenu theme support page][2]
23
24 [1]: http://wordpress.transformnews.com/plugins/mystickymenu-simple-sticky-fixed-on-top-menu-implementation-for-twentythirteen-menu-269
25 [2]: http://wordpress.transformnews.com/tutorials/mystickymenu-theme-support-682
26
27 == Installation ==
28 Install like any other plugin. After install activate.
29 Go to Settings / myStickymenu and change Sticky Class to .your_navbar_class or #your_navbar_id . Sticky Class should be HTML id or class of the HTML element desired to be sticky… Clear WordPress cache if exists.
30
31
32 == Frequently Asked Questions ==
33
34 = How to find Sticky Class, what should I enter here? =
35 So this depends on what you want to make sticky and what theme do you use, but for example if you want your menu to be sticky, than you can examine the code (in firefox right click and “View page source”) and find HTML element in which your menu is situated. This element have some class or id, and that’s the Sticky Class we need. If using class than don’t forget to ad dot (.) in front of class name, or hash (#) in front of id. Twenty Thirteen default working class is ".navbar" without of quotes.
36
37 = Is there any way to restrict the width to the width of the header, rather than it being full width? =
38 Yes, just leave "Sticky Background Color" field blank (clear). Than if needed define custom background color for sticky header inside ".myfixed css class" field using .myfixed class.
39
40 = Ho do I add small logo to the menu? =
41 That will depend on a theme you use, but if initially your menu and logo are in one div than you can use that div class or id in myStickymenu settings.
42
43 If not you can change that in your header template file and add logo and menu divs inside new div with some custom class or id, than use that class or id in myStickymenu settings as a sticky class.
44
45 In CSS you can style your custom class while not sticky using custom class you added before. Furthermore you can style your menu while sticky using .myfixed class which is added by js to your custom class while sticky is active.
46
47 In some cases you can use the whole header div and than just style it different with .myfixed class, hide what you don’t need using CSS display:none; property, and position logo and menu as you like.
48
49 == Screenshots ==
50
51 1. screenshot-1.png shows general administration settings.
52 2. screenshot-2.png shows style settings.
53 3. screenshot-3.png shows advanced settings.
54
55
56 == Changelog ==
57 = 2.0 =
58 * Added: If Make visible on Scroll is set to 0 automatic activation and deactivation scroll height will be used (useful for responsive designs).
59 * Added: Tabs for settings.
60 * Added: option to disable on scroll down (show only on scroll up).
61 * Added: Class .up and .down on scroll up or down.
62 * Added: Reset to default settings.
63 * Added: remove myStickymenu settings on plugin uninstall.
64 * Added: index.php to plugin root to prevent directory browsing.
65 * Fixed: If sticky menu class does not exist (null or undefined), it will show console log instead of error.
66 * Fixed: slide effect now slides on deactivate as well.
67 * Fixed: admin bar overlap for screens less than 600 px wide.
68
69
70
71 = 1.9.1 =
72 * Changed: admin bar is fixed as default, and menu goes under it.
73
74 = 1.9 =
75 * Fixed: enable / disable for search pages.
76
77 = 1.8.9 =
78 * Added: New option - Disable at certain posts and pages.
79
80 = 1.8.8 =
81 * Fixed: removed esc_attr for echo css, since input is already sanitized.
82
83 = 1.8.7 =
84 * Fixed: minor bug when browser resized.
85
86 = 1.8.6 =
87 * Fixed: minor bug.
88
89 = 1.8.5 =
90 * Improved: Improved performance and optimized scripts.
91
92 = 1.8.4 =
93 * Fixed: changed is_home() to is_front_page() for menu activation height on front page.
94
95 = 1.8.3 =
96 * Change: minor cosmetic changes…
97
98 = 1.8.2 =
99 * Fixed: js load on https
100
101 = 1.8.1 =
102 * Added: “Disable CSS“. If you plan to add style manually to your style.css in order to improve your site performance disable plugin CSS style printed by default in document head element.
103 * Minimized mystickymenu.js to improve performance.
104
105 = 1.8 =
106 * Added: "Make visible when scrolled on Homepage" after number of pixels. Now it’s possible to have one activation height for home page and another for the rest of the pages.
107 * Added German language
108
109 = 1.7 =
110 * Added multi language support (localization).
111 * Added languages - English (default), Spanish, Serbian and Croatian.
112 * Added Iris color picker script.
113 * Fixed jumping of page on scroll while menu is activated (height is defined before scroll event).
114 * mystickymenu.js moved to js folder
115
116 = 1.6 =
117 * Added: "Make visible when scroled" after number of pixels option.
118 * Fixed opacity 100 bug.
119
120 = 1.5 =
121 * Added option to enter exact width in px when sticky menu should be disabled "Disable at Small Screen Sizes".
122 * Added “.myfixed css class” setting field – edit .myfixed css style via plugin settings to create custom style.
123 * Fixed google adsense clash and undefined index notice.
124 * is_user_logged_in instead of old “Remove CSS Rules for Static Admin Bar while Sticky” option
125
126 = 1.4 =
127 * Added fade in or slide down effect settings field for sticky class.
128 * Added new wrapped div around selected sticky class with id mysticky_wrap which should make menu works smoother and extend theme support.
129
130 = 1.3 =
131 * Added "block direct access" to the mystickymenu plugin file (for security sake).
132 * Added Enable / Disable at small screen sizes and Remove not necessary css for all themes without admin bar on front page.
133 * Added “margin-top :0px” to .myfixed class in head which should extend theme support.
134
135 = 1.2 =
136 * Fixed mystickymenu.js for IE browsers, so myStickymenu is now compatible with IE 10, 11
137
138 = 1.1 =
139 * Added administration options, now available through Dashboard / Settings / myStickymenu. Options are as follows: Sticky Class, Sticky z-index, Sticky Width, Sticky Background Color, Sticky Opacity, Sticky Transition Time.
140 * Old mystickymenu.css file is deprecated and not in use anymore.
141
142 = 1.0 =
143 * First release of myStickymenu plugin
144
145 == Upgrade Notice ==
146
147 = 1.8.4 =
148 * Fixed: changed is_home() to is_front_page() for menu activation height on front page.
149
150 = 1.8.3 =
151 * Change: minor cosmetic changes…
152
153 = 1.8.2 =
154 * Fixed: js load on https
155
156 = 1.8.1 =
157 * Added: “Disable CSS“. If you plan to add style manually to your style.css in order to improve your site performance disable plugin CSS style printed by default in document head element.
158 * Minimized mystickymenu.js to improve performance.
159
160 = 1.8 =
161 * Added: "Make visible when scrolled on Homepage" after number of pixels. Now it’s possible to have one activation height for home page and another for the rest of the pages.
162
163 = 1.7 =
164 * Added multi language support (localization).
165 * Added Iris color picker script.
166 * Fixed jumping of page on scroll while menu is activated (height defined before scroll event).
167 * mystickymenu.js moved to js folder
168
169 = 1.6 =
170 * After plugin update go to mystickymenu plugin settings and save changes with desired value for a new parameters. Clear cache if some cache system used on your site.
171 * Added: “Make visible when scroled” after number of pixels option.
172 * Fixed opacity 100 bug.
173
174 = 1.5 =
175 * Added option to enter exact width in px when sticky menu should be disabled "Disable at Small Screen Sizes".
176 * Added “.myfixed css class” setting field – edit .myfixed css style via plugin settings to create custom style.
177 * Fixed google adsense clash and undefined index notice.
178 * is_user_logged_in instead of old "Remove CSS Rules for Static Admin Bar while Sticky" option
179
180 = 1.4 =
181 * Added fade in or slide down effect settings field for sticky class.
182 * Added new wrapped div around selected sticky class with id mysticky_wrap.
183
184 = 1.3 =
185 * Added "block direct access" to the mystickymenu plugin file.
186 * Added Enable / Disable at small screen sizes and Remove not necessary css.
187 * Added "margin-top :0px" to .myfixed class in head which should extend theme support.
188
189 = 1.2 =
190 * Fixed mystickymenu.js for IE browsers, so myStickymenu is now compatible with IE 10, 11
191
192 = 1.1 =
193 * Added administration options, now available through Dashboard / Settings / myStickymenu. Options are as follows: Sticky Class, Sticky z-index, Sticky Width, Sticky Background Color, Sticky Opacity, Sticky Transition Time.
194 * Old mystickymenu.css file is deprecated and not in use anymore.
195
196
197
198