Plugin Directory

Changeset 3346475


Ignore:
Timestamp:
08/18/2025 02:22:23 PM (7 months ago)
Author:
Mat Lipe
Message:

Updating readme/assets from GitHub

Location:
advanced-sidebar-menu
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • advanced-sidebar-menu/tags/9.7.1/readme.txt

    r3339926 r3346475  
    2323**Developed and Supported by <a href="https://onpointplugins.com/advanced-sidebar-menu/" target="_blank">OnPoint Plugins</a>.**
    2424
    25 <h3>Features</h3>
     25### Documentation
     26
     27The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>.
     28
     29### Demo
     30An 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
     32You 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
     36When 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
     38The 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
    2677* Page and Category menu Gutenberg blocks.
    2778* Page and Category menu widgets.
     
    3586* Ability to display each single post's category in a new widget/block or in same list.
    3687
    37 <h3>Page Menu Options</h3>
     88### Page Menu Options
     89
    3890* Display the highest level parent page.
    3991* Display menu when there is only the parent page.
     
    4395* Levels of child pages to display when always display child pages is checked.
    4496
    45 <h3>Category Menu Options</h3>
     97### Category Menu Options
     98
    4699* Display the highest level parent category.
    47100* Display menu when there is only the parent category.
     
    52105* Levels of Categories to display when always display child categories is checked.
    53106
    54 <h3>Included Language Translations</h3>
     107### Included Language Translations
     108
    55109* English (en_US).
    56110* French (fr_FR).
     
    58112* Spanish (es_ES).
    59113
    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
    67116Developer docs <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/developer-docs/">may be found here</a>.
    68117
    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
     120Send pull requests via <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a>
     121
     122### Go PRO
    73123Our <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.
    74124
     
    129179= The menu won't show up?
    130180
    131 The menu in this plugin are 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.
     181The 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.
    132182
    133183The most common causes for this confusion come from one of these reasons:
     
    141191You may add CSS to your theme's style.css to change the way the menu looks.
    142192
    143 For example the following CSS would:
     193For example, the following CSS would:
    1441941. Remove the dot to the left of the menu item.
    1451952. Change the link color.
     
    166216= Does the menu change for each page you are on? =
    167217
    168 Yes. Based on whatever page, post or category you are on, the menu will change automatically to display the current parents and children.
     218Yes. Based on whatever page post or category you are on, the menu will change automatically to display the current parents and children.
    169219
    170220== Changelog ==
  • advanced-sidebar-menu/trunk/readme.txt

    r3339926 r3346475  
    2323**Developed and Supported by <a href="https://onpointplugins.com/advanced-sidebar-menu/" target="_blank">OnPoint Plugins</a>.**
    2424
    25 <h3>Features</h3>
     25### Documentation
     26
     27The official documentation for the plugin <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/">may be found here</a>.
     28
     29### Demo
     30An 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
     32You 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
     36When 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
     38The 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
    2677* Page and Category menu Gutenberg blocks.
    2778* Page and Category menu widgets.
     
    3586* Ability to display each single post's category in a new widget/block or in same list.
    3687
    37 <h3>Page Menu Options</h3>
     88### Page Menu Options
     89
    3890* Display the highest level parent page.
    3991* Display menu when there is only the parent page.
     
    4395* Levels of child pages to display when always display child pages is checked.
    4496
    45 <h3>Category Menu Options</h3>
     97### Category Menu Options
     98
    4699* Display the highest level parent category.
    47100* Display menu when there is only the parent category.
     
    52105* Levels of Categories to display when always display child categories is checked.
    53106
    54 <h3>Included Language Translations</h3>
     107### Included Language Translations
     108
    55109* English (en_US).
    56110* French (fr_FR).
     
    58112* Spanish (es_ES).
    59113
    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
    67116Developer docs <a target="_blank" href="https://onpointplugins.com/advanced-sidebar-menu/developer-docs/">may be found here</a>.
    68117
    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
     120Send pull requests via <a target="_blank" href="https://github.com/lipemat/advanced-sidebar-menu">GitHub Repo</a>
     121
     122### Go PRO
    73123Our <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.
    74124
     
    129179= The menu won't show up?
    130180
    131 The menu in this plugin are 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.
     181The 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.
    132182
    133183The most common causes for this confusion come from one of these reasons:
     
    141191You may add CSS to your theme's style.css to change the way the menu looks.
    142192
    143 For example the following CSS would:
     193For example, the following CSS would:
    1441941. Remove the dot to the left of the menu item.
    1451952. Change the link color.
     
    166216= Does the menu change for each page you are on? =
    167217
    168 Yes. Based on whatever page, post or category you are on, the menu will change automatically to display the current parents and children.
     218Yes. Based on whatever page post or category you are on, the menu will change automatically to display the current parents and children.
    169219
    170220== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.