• Resolved hamutalwz

    (@hamutalwz)


    I have recently encounter a problem with showing my submenus in Chrome.
    They don’t expand unless I toggle the bottom sidebar on or off before I hover over the menu. Only then, it expands to show me the submenus.
    Weird, no?

Viewing 5 replies - 31 through 35 (of 35 total)
  • Theme Author Caroline Moore

    (@sixhours)

    I’m able to reproduce the issue on your site, but not the demo site, which tells me it’s an issue with your customizations; probably a jQuery/CSS bug.

    My advice is to go through your child theme’s styles and deactivate them one by one until you find the culprit.

    Thread Starter hamutalwz

    (@hamutalwz)

    THANK YOU Caroline, for pointing out a possible CSS bug.
    I finally found it!
    It is caused by this CSS command: #masthead {opacity: 1;}.
    Couldn’t really understand why this is causing it but for now, I am using a workaround by changing it to #masthead {opacity: 0.9;}.
    any thoughts?
    Thanks!

    Theme Author Caroline Moore

    (@sixhours)

    Maybe it needs to be opacity: 1.0? No ideas why one would work over the other, but as long as it’s working now, awesome. You could set it to 0.99 if you needed to.

    Thread Starter hamutalwz

    (@hamutalwz)

    opacity 1.0 does not solve the problem.
    I settled for opacity 0.99.
    Thank you. Great theme!

    Hi I just wanted to add to this thread that I had a mysterious problem with the drop down menu on chrome – the submenu would show on hover, then disappear as soon as you tried to go down and pick anything. Not sure how long I had it for – explains why everyone only looked at front page items!!

    anyway, this solution fixed it for me – thank you!

    I used 0.99 and Chrome seems happy, and so am I. Great workaround ??

Viewing 5 replies - 31 through 35 (of 35 total)
  • The topic ‘Problem with submenus in Chrome’ is closed to new replies.