Hid Submenu, but now seeing a empty dropdown

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
Mon Jul 04, 2016 4:48 am
Reply with quote
Report this post
Hi,

Seems I am having a lot of trouble replying to posts, it redirects me back to gavick.com, so I apologize for the reduplication of the same problem that someone else has already posted about, but it's the only way I can get anything in here.

I have hidden a child menu from the navigation , but now I am seeing a blank drop down when the link is hovered for the parent of that child menu. It's the same issue described here but the resolution was never fully disclosed.

I have tried the suggestion of adding this (see below) to the override.css as suggested, but like the initial poster, it is not working for me and all that was left in the thread was "pm me your information" and nothing else was said in what to do to resolve it.

Code: Select all
#gkPageTop .gkMenu > ul > li > .childcontent .childcontent {
display: none !important;
}


Can someone please assist?

See attached screenshot
User avatar
Fresh Boarder

GK User
Wed Jul 06, 2016 1:33 am
Reply with quote
Report this post
Hello? Anyone there?
User avatar
Fresh Boarder

teitbite
Sun Jul 10, 2016 12:03 pm
Reply with quote
Report this post
Hi

I've just checked in my copy of this template and this code:

Code: Select all
#gkMainMenu .gkMenu > ul li div.childcontent div.childcontent {
    display: none !important;
}


worked to hide it. Please tell me the url to Your site.
User avatar
Moderator

GK User
Mon Jul 11, 2016 2:55 pm
Reply with quote
Report this post
Hi teitbite!

I was losing hope that I would get any response, so thank you!

I had tried implementing the code you provided in both the override.css and the style5.css that I am using and it was a no go.

I set up a no display in the style5.css and assinged it to the that menu item, it seemed to work to a degree in the additional class of the menu params (gavick pro), however there is a small separator line that is still present and it has taken no effect on the mobile.css, it's all visible on the mobile. So I am not sure where to go from here.

I only want to restrict certain menu items in certain menus, but not across the board if that gives you a little better of an idea of what I am trying to accomplish.

The site is under building phase so it is not open to the public and is under maintenance mode.

I can provide a login with the url in pm if you would like?

Thank you so much for responding! :)
User avatar
Fresh Boarder

teitbite
Wed Jul 13, 2016 4:55 pm
Reply with quote
Report this post
Hi

The code I gave You worked in my copy of this template, so I do not know why it's not working for You. Surely with mobile it will be a bigger problem since it's transforming menu to html dropdown element and it's not that easy to remove it from that with just css.

I would advice to create a separate menu for the menu elements with submenus You wish to hide and in main menu only use an alias to this second menu. This is how it should be done properly. But if You cannot do that for any reason than please send me an access to joomla panel and ftp, so I'll try to figure something out.
User avatar
Moderator


cron