Dropdown Menu not dropping

Home Forums Support Dropdown Menu not dropping

Home Forums Support Dropdown Menu not dropping

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #146682
    Joseph

    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.

    #146690
    Tom
    Lead Developer
    Lead Developer

    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;
    }
    #146691
    Joseph

    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!!

    #146871
    Tom
    Lead Developer
    Lead Developer

    You’re welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.