Site logo

Archived topic

Dropdown Menu not dropping

3 replies · Started by Joseph on October 22, 2015

Viewing posts 1–4 of 4

Tried to find a similar topic in the forum with no luck as to no impose. On this particular layout the dropdown menu sometimes drops and sometimes doesn't. I do have a background added in the background images customization, set to "repeat" as I have on other sites but never had this issue before.
In the primary menu both Actress and Model are custom links set to "#" to content out.

Here is the site; provinciawebdesign.com/client/luba/

Pulling what hair I have left, thanks in advance on any suggestions.

It looks like you have a plugin adding inline CSS to the sub-menus - one of the values is opacity: 0, which is hiding the sub-menu.

Can you try #1 on this page?: https://generatepress.com/knowledgebase/debugging/

If the problem plugin is essential, try this CSS:

.sfHover .sub-menu {
    opacity: 1 !important;
}

Genius! You are correct. It was the "Responsive Full Width Background Slider" plugin by WPTreasure that was conflicting. I removed it and used Child CSS for the background setting.
Thank you so much Tom!!

You're welcome :)

This archived topic is closed to new replies.