Topic: Menu drop down

Great CMS!
Is it possible to enable a menu drop down? For example. My menu is:

Home | Services | About us

Services has submenus:

Services
- apps
- network
- pricing

Re: Menu drop down

Sorry.. But multilevel menu not ready yet.

You can try some multilevel menu generators http://www.cssmenumaker.com/

Monstra Loves You! Give some love back!

Re: Menu drop down

Multi-level navigation would be great. My customer even needs 3 levels.

Greetings daelsta

Re: Menu drop down

+1 for dropdown menu

Re: Menu drop down

http://forum.monstra.org/topic/297/multilevel-menu/

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Menu drop down

I meant something more like http://twitter.github.com/bootstrap/jav … #dropdowns

Re: Menu drop down

@Shuyo
I think, it can be close to what you want, it is superfish used in it, and it is easy customizeable by CSS

Re: Menu drop down

Hi,

Is it possible to use mouse over event.. means user don't need to click but only mouse over for display sub-menu?

Thanks

Re: Menu drop down

bootstrap.. just add it to your menu perhaps replacing whole menu with new one smile

{code is poetry}

10 (edited by Igorvach 2014-06-18 18:09:39)

Re: Menu drop down

+1
______________
vrati, врати за мазета, монтаж врати

Re: Menu drop down

+1

Same here smile

It is possible the use of old plugin?

12 (edited by Jerryy 2015-05-14 10:29:43)

Re: Menu drop down

These are very Good links for menu Drop down.. Useful information.. Thanks.

http://evincetech.com

Re: Menu drop down

Best way to go arround that question is to create a block and place <li> tag's inside, however you can place directory's or categorys inside like this example given at Monstra:

<ul class="as you need">
<?php $pages = Page::children('page'); ?>
<?php foreach($pages as $page) { ?>
<li><a href="<?php echo Site::url().'about/'.$page['slug']; ?>"><?php echo $page['title']; ?></a></li>
<?php } ?>
</ul>
http://monstracreative.com - themes, plugins and snippets for monstra cms

:: ATTENTION ::
Need help? Login at your account at: http://monstracreative.com/users/login. -> You have a excellent support center at our website! wink

wormsunited's Website

14 (edited by astralorbital 2016-01-04 04:38:10)

Re: Menu drop down

wormsunited wrote:

Best way to go arround that question is to create a block and place <li> tag's inside, however you can place directory's or categorys inside like this example given at Monstra:

<ul class="as you need">
<?php $pages = Page::children('page'); ?>
<?php foreach($pages as $page) { ?>
<li><a href="<?php echo Site::url().'about/'.$page['slug']; ?>"><?php echo $page['title']; ?></a></li>
<?php } ?>
</ul>

Dont understand how to translate this to sub menus? Any help would be appreciated since I am stuck. What I am trying to achieve to save space in header is to have sub-menus but no one is really telling how to. I am using latest Monstra and still I can not find this option.
Is it available? If not how do I achieve it?

-Home
--Link1
--Link2
--Link3

Re: Menu drop down

<ul class="freakshow">
    <?php $pages = Page::children(''); ?>
<?php foreach($pages as $page) { ?>
    <li><a href="<?php echo Site::url().'/'.$page['slug']; ?>"><?php echo $page['title']; ?></a></li>
<?php } ?>
</ul>

This indeed gives me all children to root, but isn't there any way to get menu based on "category"?

Re: Menu drop down

<?php $pages = Menu::get('CategoryName'); ?> << Whicked smile

Re: Menu drop down

Thanks For with the Help of you I make menu bar... smile smile smile

Rio Olympic 2016 | Pokemon Go Trick | Fun Zone

Re: Menu drop down

Hello how to do drop-down menu based on Bootstrap 3.3.6. Maybe there is someone on the forum who can write a plugin to use this menu.

Re: Menu drop down

http://forum.monstra.org/post/4242/#p4242

dropdown menu wink

(с) Roman Art
So far So good wink

RomanArt's Website

Re: Menu drop down

Do you really on the forum there is no one who could write a free add-on drop-down menu supports bootstrap

21 2016-10-01 17:47:26

Re: Menu drop down

Hi all. Why the dropdown menu is a pay option ?

Re: Menu drop down

Hi Manu64,
Can I help just send me a message from my personal website here contact wink

Here you will find templates for monstra and morfy xxwebplus
Best cms

xxwebplus's Website