Plugin Directory

Changeset 2863823


Ignore:
Timestamp:
02/11/2023 11:26:02 PM (3 years ago)
Author:
d3adminnew
Message:

readme update with installation guide

File:
1 edited

Legend:

Unmodified
Added
Removed
  • d3-register-menus/trunk/readme.txt

    r2851398 r2863823  
    1010License URI: https://www.gnu.org/licenses/gpl-2.0.html
    1111
    12 Create Menus Locations
     12Add multiple menus locations to your website for a seamless navigation experience.
     13Creates primary & secondary navigation, sidebar, footer, and copyright menus.
    1314
    1415== Description ==
    1516
    16 Create Menus Locations
     17Enhance your website's navigation with the d3-register-menus plugin!
     18With this tool, you can register an impressive array of menu locations to provide a seamless browsing experience for your visitors.
     19With options such as the primary and secondary navigation menus, left and right sidebar menus, footer menus, and even a copyright menu, you'll have the ability to organize your site's content in a way that is intuitive and easy to access.
    1720
     21List of menu locations followed by the slug:
     22
     23 1. D3 Nav Primary Menu - d3-nav-menu-primary
     24 2. D3 Nav Secondary Menu - d3-nav-menu-secondary
     25 3. D3 Left Sidebar Primary Menu - d3-left-sidebar-menu-primary
     26 4. D3 Left Sidebar Secondary Menu - d3-left-sidebar-menu-secondary
     27 5. D3 Right Sidebar Primary Menu - d3-right-sidebar-menu-primary
     28 6. D3 Right Sidebar Secondary Menu - d3-right-sidebar-menu-secondary
     29 7. D3 Footer Menu 1 - d3-footer-menu-1
     30 8. D3 Footer Menu 2 - d3-footer-menu-2
     31 9. D3 Footer Menu 3 - d3-footer-menu-3
     3210. D3 Footer Menu 4 - d3-footer-menu-4
     3311. D3 Footer Menu 5 - d3-footer-menu-5
     3412. D3 Copyright Menu - d3-copyright-menu
     3513. D3 Footer Bottom Menu 1 - d3-footer-bottom-menu-1
     3614. D3 Footer Bottom Menu 2 - d3-footer-bottom-menu-2
     37
     38Whether you're looking to create a multi-level menu structure or simply want to add some custom links to your footer, d3-register-menus has got you covered.
     39
     40D3 Register Menus is designed to work plug-and-play with D3 Suite's themes but everyone developing a custom theme can use it.
     41
     42== Installation ==
     431. Add the plugin from the WordPress plugin directory or download it and upload to the "/wp-content/plugins/" directory.
     442. Activate the plugin through the "Plugins" menu in WordPress.
     453. Your menu locations display in Appearance -> Menus admin screen.
     46
     47Note: D3 Register Menus is designed to work with D3 Suite's themes but if you are developing a theme and you want to display one of the menus:
     48Place wp_nav_menu( array( 'theme_location' => 'd3-slug-placeholder' ) ); in your templates. Note: replace "d3-slug-placeholder" with the menu's slug.
     49
     50
     51== Frequently Asked Questions ==
    1852= Is it compatible with every theme? =
     53Theoretically yes, but it is demanded by your theme implementation.
    1954
    20 Theoretically yes, but it is demanded by your theme implementation.
     55= I've created the menus but they aren't showing =
     56If you are using D3 Suite's theme, empty the cache and they will appear.
     57If you are using another theme, you need to display the menus inside the theme following the instruction present in the Installation section.
     58Ask a developer if you're not able to integrate it.
    2159
    2260== Changelog ==
Note: See TracChangeset for help on using the changeset viewer.