Hello.
I have installed GS 2.01 RC3, and I'm using the cardinal template. I want to put submenus to each page parent. But that appears when the mouse is above the menu of the page parent.
I have reviewed: http://get-simple.info/forum/viewtopic.p...2477#p2477
i have copied to folder plugins the zegnat-multilevelmenu.php.
Modifi the template php, leaving it so:
but in the top menu, appears the page parent y submenu always.
Thanks y regards.
PD: edit because i have soved some things.
I have installed GS 2.01 RC3, and I'm using the cardinal template. I want to put submenus to each page parent. But that appears when the mouse is above the menu of the page parent.
I have reviewed: http://get-simple.info/forum/viewtopic.p...2477#p2477
i have copied to folder plugins the zegnat-multilevelmenu.php.
Modifi the template php, leaving it so:
Code:
... <ul id="nav">
<!-- <?php get_navigation(return_page_slug()); ?> -->
<?php menu_master(); ?>
</ul>...
but in the top menu, appears the page parent y submenu always.
Thanks y regards.
PD: edit because i have soved some things.