Hi,

I found the modul Dynamic Persistent Menu because it has the features I need for my page.
Unfortunately I can't let it work like it should. I followed the instructions on http://gotdrupal.com/videos/drupal-menu-navigation-enhanced ,
the instruction on http://mydrupalblog.lhmdesign.com/creating-custom-regions-drupal-6-themes , and I searched in the drupal comunitys to get fixed my problem but withous success.
What is the problem? Well, the submenu did not appear under the main menu. I tried many different settings, I tried also with a own created menu-with submenus but the endresult is what you can see on www.freshfisch.com . It is bizarre. Neither a technical support guy and an computer scienties could help me. It seems that the theme (from templatemonster) did not let work properly the Dynamic Persistent Menu Modul.

Is somebody there who knows how to fix this problem?

Thank you for your help

Ivan

Comments

zyxware’s picture

Assigned: Ivan S » zyxware

Can you please try the latest version of the 2.x version by checking out directly from CVS and try again

yrocq’s picture

Note that version 2.x is under development and isn't stable. If you want to use the module in production, you should install version 1.x.

baxterjones’s picture

i am styling mine with the following css:
/* to get the dynamic display menu looking great */
ul.dynamic-persistent-menu-menu li {
color:#000000;
display:inline;
margin-top: 10px;
margin-bottom: 10px;
padding-left:5px;
padding-right:5px;
text-decoration:none;
border: 1px solid #EBEBEB;
background-color: #FFFFFF;
}
ul.dynamic-persistent-menu-menu {
margin-bottom:10px;
margin-top:5px;
}
/* sub menu items for dynamic display menu */
ul.dynamic-persistent-menu-sub-menu{
position:absolute;
}
ul.dynamic-persistent-menu-sub-menu li {
border: 1px solid #EBEBEB;
border-top-width:0;
background-color: #FFFFFF;
padding:2px 5px;
width: 12em;
position: relative;
}