Download the PHP package fiskhandlarn/bootstrap-5-wordpress-navbar-walker without Composer
On this page you can find all versions of the php package fiskhandlarn/bootstrap-5-wordpress-navbar-walker. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download fiskhandlarn/bootstrap-5-wordpress-navbar-walker
More information about fiskhandlarn/bootstrap-5-wordpress-navbar-walker
Files in fiskhandlarn/bootstrap-5-wordpress-navbar-walker
Download fiskhandlarn/bootstrap-5-wordpress-navbar-walker
More information about fiskhandlarn/bootstrap-5-wordpress-navbar-walker
Files in fiskhandlarn/bootstrap-5-wordpress-navbar-walker
Vendor fiskhandlarn
Package bootstrap-5-wordpress-navbar-walker
Short Description Bootstrap 5 WordPress Navbar Walker
License MIT
Package bootstrap-5-wordpress-navbar-walker
Short Description Bootstrap 5 WordPress Navbar Walker
License MIT
Please rate this library. Is it a good library?
Informations about the package bootstrap-5-wordpress-navbar-walker
Bootstrap 5 WordPress Navbar Walker
Installation
Require this package, with Composer, in the root directory of your project.
Usage
-
Register a new menu by adding the follow code into the functions.php file of your theme:
- Add the following html code in your header.php file or wherever you want to place your menu:
Add support for dropdown menu (responsive) alignment
- From Appearance -> Menus page of WordPress, check the CSS Classes checkbox under Screen Options;
- Add a Custom Link with "#" in the URL field (this would be the parent of your dropdown);
- On the CSS Classes field add any of the following alignment classes: 'dropdown-menu-start', 'dropdown-menu-end', 'dropdown-menu-sm-start', 'dropdown-menu-sm-end', 'dropdown-menu-md-start', 'dropdown-menu-md-end', 'dropdown-menu-lg-start', 'dropdown-menu-lg-end', 'dropdown-menu-xl-start', 'dropdown-menu-xl-end', 'dropdown-menu-xxl-start', 'dropdown-menu-xxl-end';
- If any of the mentioned above class is detected, then they will automatically copied into the ul.dropdown-menu element following the Bootstrap 5 structure;
- Any other class that is not related to the dropdown menu alignment will stay where it is.
License
Expat License
All versions of bootstrap-5-wordpress-navbar-walker with dependencies
PHP Build Version
Package Version
No informations.
The package fiskhandlarn/bootstrap-5-wordpress-navbar-walker contains the following files
Loading the files please wait ....