Beskrivelse
Cool Megamenu is a user-friendly, highly customizable responsive Megamenu WordPress plugin. It works out of the box with the WordPress 3 Menu System, making it simple to get started but powerful enough to create highly customized and creative mega menu configurations.
Note: Use <?php cool_megamenu(array('theme_location' => 'primary')); ?>
instead of <?php wp_nav_menu(array('theme_location' => 'primary')); ?>
.
You can ask your questions here
Skjermskudd
Installasjon
Instructions for installing Cool Responsive Megamenu Plugin.
- Download and extract the Plugin zip file.
- Upload the folder containing the Plugin files to your WordPress Plugins folder (usually ../wp-content/plugins/ folder).
- Activate the Plugin via the ‘Plugins’ menu in WordPress.
- Use
<?php cool_megamenu(array('theme_location' => 'primary')); ?>
instead of<?php wp_nav_menu(array('theme_location' => 'primary')); ?>
, where you want to display your menu.
You can use default functions too <?php wp_nav_menu(array('theme_location' => 'primary')); ?>
If you are using default function mobile menu icon will not be displayed. You need to add mobile button icon manually.
Bidragsytere og utviklere
“Cool Responsive Megamenu” er programvare med åpen kildekode. Følgende personer har bidratt til denne utvidelsen.
BidragsytereOversett “Cool Responsive Megamenu” til ditt språk.
Interessert i utvikling?
Bla gjennom koden, sjekk ut SVN-repositoriet, eller abonner på utviklingsloggen med RSS.
Endringslogg
1.2.1 =
* Fixed comfortability issues
1.2.0 =
* Updated admin UI
* Fixed Dynamic Bootstrap CSS load issue
* Fixed Dynamic Bootstrap JS load issue
1.1.3 =
* bug fixed
1.1.1 =
* PHP warning issues fixed
1.1.0 =
* Inital release for Bootstrap 4
1.0.0 =
Initial release