Home Forums WoodMart support forum Main menu dropdown very slow

Main menu dropdown very slow

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #451269

    mike@karo.com.au
    Participant

    Hi,
    On our homepage main menu we have a dropdown menu under the ‘Product’ heading. This dropdown should open when you hover over it with the mouse. Although it does work, the dropdown only appears when the entire homepage has been loaded. Because the homepage is quite slow, the dropdown on hover takes a long time before it opens. Is it possible to make this dropdown appear immediately, in other words before the homepage has completely loaded?

    #451304

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings to fix this issue.

    .website-wrapper .wd-nav-main:not(.wd-offsets-calculated) > li:hover > .wd-dropdown-menu {
    	opacity: 1;
    	pointer-events: visible;
    }

    Kind Regards

    #451320

    mike@karo.com.au
    Participant

    Thanks Artem

    I have tried this but it has no effect. Any other ideas?

    #451322

    mike@karo.com.au
    Participant

    Correction….it does work!
    I had to clear the cache and it is much better. Thank you!

    #451378

    Artem Temos
    Keymaster

    Great, you are welcome! Feel free to contact us if you have any further questions.

Viewing 5 posts - 1 through 5 (of 5 total)

The topic ‘Main menu dropdown very slow’ is closed to new replies.