Submenu not show on topmenu

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Thu Oct 10, 2013 8:44 am
Reply with quote
Report this post
Hi again,
Is possible to show the submenu in the menu of topmenu like a menu of menu position? I can show it and i configurate this menu of topmenu position like menu of menu position. The submenu only apper when i click on the father item of the menu, i need apper when mouse over
Thank you
User avatar
Junior Boarder

teitbite
Thu Oct 10, 2013 10:01 am
Reply with quote
Report this post
Hi

Its possible, but require some extra styling for this top menu. Please prepare me a menu with submenu and set it to show in this top position, than make it show all levels all the time. When you will have that ready show me Your site and I'll tell You the code to make it visible on hover.
User avatar
Moderator

teitbite
Thu Oct 10, 2013 11:40 pm
Reply with quote
Report this post
Hi

I got Your mail, but You have forgot to put an url to Your site. Can You please resend it ?
User avatar
Moderator

teitbite
Sun Oct 13, 2013 9:00 pm
Reply with quote
Report this post
Hi

I've just found Your mail with link to Your site, but are You sure that all levels of menu are set in module settings to be displayed ? In code I see elements called as "parent", but there is no submenu elements even hidden. Please send me an access to joomla panel, so I'll check.
User avatar
Moderator

teitbite
Tue Oct 15, 2013 10:28 am
Reply with quote
Report this post
Hi

An image You've send me is showing that there are subelements, but what I meant is if they are activated in module settings. Please take a look at a screenshot below. As You can see there are 2 options to activate showing submenus. First is an "End level", should be set to ALL and second is "Show Sub-menu Items", should be set to YES. Than submenu will be visible, but it will still require a small addition to the code, which I will tell You when I see full menu display. Please check Your site. The url I got from You is not working anymore, so after checking module settings please update me with a correct url.
User avatar
Moderator

teitbite
Wed Oct 16, 2013 12:26 pm
Reply with quote
Report this post
Hi

Please now try add this code to override.css, maje sure override is enabled in template settings:

Code: Select all
ul.nav-child {
    background: none repeat scroll 0 0 #FFFFFF;
    left: auto;
    position: absolute;
    width: 150px;
    display: none;
}

li:hover ul.nav-child {
    display: block;
}

ul.nav-child li {
    clear:both;
    float: none;
}
User avatar
Moderator

GK User
Wed Oct 16, 2013 6:50 pm
Reply with quote
Report this post
Hi,
I don´t understand
Code: Select all
"maje sure override is enabled in template settings"

maje?
Sorry,
Thank you so much
Regards
User avatar
Junior Boarder

GK User
Wed Oct 16, 2013 7:01 pm
Reply with quote
Report this post
I added the code and now works correctly, the submenues show when the mouse over
Finally finish the post
Thank you so much
Best regards
User avatar
Junior Boarder

teitbite
Thu Oct 17, 2013 5:58 pm
Reply with quote
Report this post
Hi

"maje" should be "make". I missed the button :) sorry.

I've glad it's working.
User avatar
Moderator


cron