Changeset 911922
- Timestamp:
- 05/11/2014 03:53:13 AM (12 years ago)
- Location:
- page-specific-menu-items
- Files:
-
- 4 edited
- 1 copied
-
tags/1.4.3 (copied) (copied from page-specific-menu-items/trunk)
-
tags/1.4.3/page-specific-menu-items.php (modified) (2 diffs)
-
tags/1.4.3/readme.txt (modified) (4 diffs)
-
trunk/page-specific-menu-items.php (modified) (2 diffs)
-
trunk/readme.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
page-specific-menu-items/tags/1.4.3/page-specific-menu-items.php
r851183 r911922 4 4 * Plugin URI: http://www.wordpress.org/plugins 5 5 * Description: This plugin allows you to select menu items page wise. 6 * Version: 1.4. 26 * Version: 1.4.3 7 7 * Author: Dharma Poudel (@rogercomred) 8 8 * Author URI: https://www.twitter.com/rogercomred … … 304 304 305 305 echo '<style type="text/css" media="screen">'; 306 echo ' .menu-item.hide_this_item{ display:none; }';306 echo 'li.menu-item.hide_this_item{ display:none !important; }'; 307 307 echo '</style>'; 308 308 -
page-specific-menu-items/tags/1.4.3/readme.txt
r851183 r911922 1 1 === Page Specific Menu Items === 2 Tags: page specific menu items, menu, menu items, page wise menu,2 Tags: page specific menu items, post specific menu items, menu, menu items, page wise menu, post wise menu, wordpress menu, 3 3 Requires at least: 3.5 4 Tested up to: 3. 85 Stable tag: 1.4. 24 Tested up to: 3.9.1 5 Stable tag: 1.4.3 6 6 License: GPLv3 7 7 Contributors: dharmapoudel … … 22 22 * View the page and the selected items should be gone. 23 23 24 If you found any bugs/issues please report and I'll try to fix them asap. 24 **How does this plugin works?** 25 26 * This plugin adds 'hide_this_item' class to selected menu items. 27 28 **Shall I install plugin first or create menu first?** 29 30 * It does not matter whether you first create menu and then install this plugin or vice versa. 31 32 **Does this plugin works on custom post type pages?** 33 34 * Yes it does. 35 36 **This plugin does not work for me?** 37 38 * It should since it works by adding class. Only case it does not work is when 'hide_this_item' rules is overriden by other syles (having low value in specificity). 39 * This is this plugins issue. 40 41 Please read the readme.txt file line by line before commenting. Only after that give me 5 stars. :) If you found any bugs/issues please report and I'll try to fix them asap. 25 42 26 43 == Installation == … … 43 60 44 61 == Changelog == 62 63 = 1.4.3 (2014-5-10) = 64 * Added more weight to the class 'hide_this_item' 65 * Updated faq (please read faq first) and readme file 45 66 46 67 = 1.4.2 (2014-2-4) = … … 76 97 77 98 This plugin adds 'hide_this_item' class to selected menu items. 99 100 = Shall I install plugin first or create menu first? = 101 102 It does not matter whether you first create menu and then install this plugin or vice versa. 103 104 = Does this plugin works on custom post type pages? = 105 106 * Yes it does. 107 108 = What are its limitations? = 109 110 * Clearly this plugin works for WordPress Pages, Default/Custom Posts . 111 * It does not work on WordPress archives, 404, etc for now. I'll support them as soon as I get time. -
page-specific-menu-items/trunk/page-specific-menu-items.php
r851183 r911922 4 4 * Plugin URI: http://www.wordpress.org/plugins 5 5 * Description: This plugin allows you to select menu items page wise. 6 * Version: 1.4. 26 * Version: 1.4.3 7 7 * Author: Dharma Poudel (@rogercomred) 8 8 * Author URI: https://www.twitter.com/rogercomred … … 304 304 305 305 echo '<style type="text/css" media="screen">'; 306 echo ' .menu-item.hide_this_item{ display:none; }';306 echo 'li.menu-item.hide_this_item{ display:none !important; }'; 307 307 echo '</style>'; 308 308 -
page-specific-menu-items/trunk/readme.txt
r851183 r911922 1 1 === Page Specific Menu Items === 2 Tags: page specific menu items, menu, menu items, page wise menu,2 Tags: page specific menu items, post specific menu items, menu, menu items, page wise menu, post wise menu, wordpress menu, 3 3 Requires at least: 3.5 4 Tested up to: 3. 85 Stable tag: 1.4. 24 Tested up to: 3.9.1 5 Stable tag: 1.4.3 6 6 License: GPLv3 7 7 Contributors: dharmapoudel … … 22 22 * View the page and the selected items should be gone. 23 23 24 If you found any bugs/issues please report and I'll try to fix them asap. 24 **How does this plugin works?** 25 26 * This plugin adds 'hide_this_item' class to selected menu items. 27 28 **Shall I install plugin first or create menu first?** 29 30 * It does not matter whether you first create menu and then install this plugin or vice versa. 31 32 **Does this plugin works on custom post type pages?** 33 34 * Yes it does. 35 36 **This plugin does not work for me?** 37 38 * It should since it works by adding class. Only case it does not work is when 'hide_this_item' rules is overriden by other syles (having low value in specificity). 39 * This is this plugins issue. 40 41 Please read the readme.txt file line by line before commenting. Only after that give me 5 stars. :) If you found any bugs/issues please report and I'll try to fix them asap. 25 42 26 43 == Installation == … … 43 60 44 61 == Changelog == 62 63 = 1.4.3 (2014-5-10) = 64 * Added more weight to the class 'hide_this_item' 65 * Updated faq (please read faq first) and readme file 45 66 46 67 = 1.4.2 (2014-2-4) = … … 76 97 77 98 This plugin adds 'hide_this_item' class to selected menu items. 99 100 = Shall I install plugin first or create menu first? = 101 102 It does not matter whether you first create menu and then install this plugin or vice versa. 103 104 = Does this plugin works on custom post type pages? = 105 106 * Yes it does. 107 108 = What are its limitations? = 109 110 * Clearly this plugin works for WordPress Pages, Default/Custom Posts . 111 * It does not work on WordPress archives, 404, etc for now. I'll support them as soon as I get time.
Note: See TracChangeset
for help on using the changeset viewer.