Changeset 3346475
- Timestamp:
- 08/18/2025 02:22:23 PM (7 months ago)
- Location:
- advanced-sidebar-menu
- Files:
-
- 2 edited
-
tags/9.7.1/readme.txt (modified) (8 diffs)
-
trunk/readme.txt (modified) (8 diffs)
Legend:
- Unmodified
- Added
- Removed
-
advanced-sidebar-menu/tags/9.7.1/readme.txt
r3339926 r3346475 23 23 **Developed and Supported by <a href="https://onpointplugins.com/advanced-sidebar-menu/" target="_blank">OnPoint Plugins</a>.** 24 24 25 <h3>Features</h3> 25 ### Documentation 26 27 The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>. 28 29 ### Demo 30 An interactive demonstration of the generated menu structure <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/#interactive-demo">may be found here</a>. 31 32 You may also use the [Live Preview](https://wordpress.org/plugins/advanced-sidebar-menu/?preview=1) to use a playground site to test the plugin. 33 34 ### How It Works 35 36 When your users view a page or category, the Advanced Sidebar Menu plugin will calculate the related content based on what you have selected using the standard WordPress parent selectors. 37 38 The menu will be different for every page that displays the Advanced Sidebar Blocks because the menu is generated specifically to the current page. 39 40 ##### Depending on "Pages" block options, the menu will display: 41 42 - The current page. 43 - Parent page. 44 - Child pages. 45 - Grandparent pages. 46 - Grandchild pages. 47 - First level child pages related to the current item. 48 49 ##### Depending on "Categories" block options, the menu will display: 50 51 - The current category. 52 - Parent category. 53 - Child categories. 54 - Grandparent categories. 55 - Grandchild categories. 56 - First level child categories related to the current item. 57 58 ### Menu Locations 59 60 ##### Blocks may be added to: 61 62 - Page/post content. 63 - Widget areas. 64 - Theme customizer. 65 - Site Editor. 66 - Really anywhere blocks are supported. 67 68 ##### Classic widgets are also available for areas like: 69 70 - Elementor. 71 - Beaver Builder. 72 - Sites that have classic widgets enabled. 73 74 75 ### Features 76 26 77 * Page and Category menu Gutenberg blocks. 27 78 * Page and Category menu widgets. … … 35 86 * Ability to display each single post's category in a new widget/block or in same list. 36 87 37 <h3>Page Menu Options</h3> 88 ### Page Menu Options 89 38 90 * Display the highest level parent page. 39 91 * Display menu when there is only the parent page. … … 43 95 * Levels of child pages to display when always display child pages is checked. 44 96 45 <h3>Category Menu Options</h3> 97 ### Category Menu Options 98 46 99 * Display the highest level parent category. 47 100 * Display menu when there is only the parent category. … … 52 105 * Levels of Categories to display when always display child categories is checked. 53 106 54 <h3>Included Language Translations</h3> 107 ### Included Language Translations 108 55 109 * English (en_US). 56 110 * French (fr_FR). … … 58 112 * Spanish (es_ES). 59 113 60 <h3>Documentation</h3> 61 The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>. 62 63 <h3>Demo</h3> 64 In interactive demonstration of the generated menu structure <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/#interactive-demo">may be found here</a>. 65 66 <h3>Developers</h3> 114 ### Developers 115 67 116 Developer docs <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/developer-docs/">may be found here</a>. 68 117 69 <h3>Contribute</h3> 70 Send pull requests via the <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a> 71 72 <h3>Go PRO</h3> 118 ### Contribute 119 120 Send pull requests via <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a> 121 122 ### Go PRO 73 123 Our <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/?utm_source=readme&utm_campaign=gopro&utm_medium=dot-org">PRO version</a> brings additional functionality to this plugin. Check out [the demo](https://onpointplugins.com/advanced-sidebar-menu/advanced-sidebar-pro-demo/?utm_source=readme&utm_campaign=demo&utm_medium=dot-org) to see if the PRO version is useful for you. 74 124 … … 129 179 = The menu won't show up? 130 180 131 The menu in this plugin aresmart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the menu is broken, it is actually doing what it is intended to do.181 The menu in this plugin is smart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the menu is broken, it is actually doing what it is intended to do. 132 182 133 183 The most common causes for this confusion come from one of these reasons: … … 141 191 You may add CSS to your theme's style.css to change the way the menu looks. 142 192 143 For example the following CSS would:193 For example, the following CSS would: 144 194 1. Remove the dot to the left of the menu item. 145 195 2. Change the link color. … … 166 216 = Does the menu change for each page you are on? = 167 217 168 Yes. Based on whatever page ,post or category you are on, the menu will change automatically to display the current parents and children.218 Yes. Based on whatever page post or category you are on, the menu will change automatically to display the current parents and children. 169 219 170 220 == Changelog == -
advanced-sidebar-menu/trunk/readme.txt
r3339926 r3346475 23 23 **Developed and Supported by <a href="https://onpointplugins.com/advanced-sidebar-menu/" target="_blank">OnPoint Plugins</a>.** 24 24 25 <h3>Features</h3> 25 ### Documentation 26 27 The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>. 28 29 ### Demo 30 An interactive demonstration of the generated menu structure <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/#interactive-demo">may be found here</a>. 31 32 You may also use the [Live Preview](https://wordpress.org/plugins/advanced-sidebar-menu/?preview=1) to use a playground site to test the plugin. 33 34 ### How It Works 35 36 When your users view a page or category, the Advanced Sidebar Menu plugin will calculate the related content based on what you have selected using the standard WordPress parent selectors. 37 38 The menu will be different for every page that displays the Advanced Sidebar Blocks because the menu is generated specifically to the current page. 39 40 ##### Depending on "Pages" block options, the menu will display: 41 42 - The current page. 43 - Parent page. 44 - Child pages. 45 - Grandparent pages. 46 - Grandchild pages. 47 - First level child pages related to the current item. 48 49 ##### Depending on "Categories" block options, the menu will display: 50 51 - The current category. 52 - Parent category. 53 - Child categories. 54 - Grandparent categories. 55 - Grandchild categories. 56 - First level child categories related to the current item. 57 58 ### Menu Locations 59 60 ##### Blocks may be added to: 61 62 - Page/post content. 63 - Widget areas. 64 - Theme customizer. 65 - Site Editor. 66 - Really anywhere blocks are supported. 67 68 ##### Classic widgets are also available for areas like: 69 70 - Elementor. 71 - Beaver Builder. 72 - Sites that have classic widgets enabled. 73 74 75 ### Features 76 26 77 * Page and Category menu Gutenberg blocks. 27 78 * Page and Category menu widgets. … … 35 86 * Ability to display each single post's category in a new widget/block or in same list. 36 87 37 <h3>Page Menu Options</h3> 88 ### Page Menu Options 89 38 90 * Display the highest level parent page. 39 91 * Display menu when there is only the parent page. … … 43 95 * Levels of child pages to display when always display child pages is checked. 44 96 45 <h3>Category Menu Options</h3> 97 ### Category Menu Options 98 46 99 * Display the highest level parent category. 47 100 * Display menu when there is only the parent category. … … 52 105 * Levels of Categories to display when always display child categories is checked. 53 106 54 <h3>Included Language Translations</h3> 107 ### Included Language Translations 108 55 109 * English (en_US). 56 110 * French (fr_FR). … … 58 112 * Spanish (es_ES). 59 113 60 <h3>Documentation</h3> 61 The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>. 62 63 <h3>Demo</h3> 64 In interactive demonstration of the generated menu structure <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/#interactive-demo">may be found here</a>. 65 66 <h3>Developers</h3> 114 ### Developers 115 67 116 Developer docs <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/developer-docs/">may be found here</a>. 68 117 69 <h3>Contribute</h3> 70 Send pull requests via the <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a> 71 72 <h3>Go PRO</h3> 118 ### Contribute 119 120 Send pull requests via <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a> 121 122 ### Go PRO 73 123 Our <a href="https://onpointplugins.com/product/advanced-sidebar-menu-pro/?utm_source=readme&utm_campaign=gopro&utm_medium=dot-org">PRO version</a> brings additional functionality to this plugin. Check out [the demo](https://onpointplugins.com/advanced-sidebar-menu/advanced-sidebar-pro-demo/?utm_source=readme&utm_campaign=demo&utm_medium=dot-org) to see if the PRO version is useful for you. 74 124 … … 129 179 = The menu won't show up? 130 180 131 The menu in this plugin aresmart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the menu is broken, it is actually doing what it is intended to do.181 The menu in this plugin is smart enough to not show up on pages or categories where the only thing that would display is the title. While it may appear like the menu is broken, it is actually doing what it is intended to do. 132 182 133 183 The most common causes for this confusion come from one of these reasons: … … 141 191 You may add CSS to your theme's style.css to change the way the menu looks. 142 192 143 For example the following CSS would:193 For example, the following CSS would: 144 194 1. Remove the dot to the left of the menu item. 145 195 2. Change the link color. … … 166 216 = Does the menu change for each page you are on? = 167 217 168 Yes. Based on whatever page ,post or category you are on, the menu will change automatically to display the current parents and children.218 Yes. Based on whatever page post or category you are on, the menu will change automatically to display the current parents and children. 169 219 170 220 == Changelog ==
Note: See TracChangeset
for help on using the changeset viewer.