Home Forums WoodMart support forum HTML Blocks are opening with JS in mega menu – Unreadable for Google Robots

HTML Blocks are opening with JS in mega menu – Unreadable for Google Robots

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

    ulysse.angosto
    Participant

    Hello !

    If you disable js with Web Developer extension, you can see that the html blocks used to create the mega menu are not opening anymore, so it means that Google Robots can’t see them. Is it possible to build this block with css somehow ? It’s really annoying and will have a very bad impact on our SEO when the website will go live (it’s still in staging for the moment).

    You have all the login details in private content area.

    King regards,
    Ulysse

    #443490

    Artem Temos
    Keymaster

    Hello,

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

    body .wd-nav-main:not(.wd-offsets-calculated) .wd-dropdown-menu {
    opacity: 1;
    pointer-events: inherit;
    }

    Kind Regards

    #447100

    ulysse.angosto
    Participant

    Thanks, it works !! You can close the topic

    #447116

    Artem Temos
    Keymaster

    You are always welcome. Feel free to contact us if you have any further questions.

Tagged: 

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

The topic ‘HTML Blocks are opening with JS in mega menu – Unreadable for Google Robots’ is closed to new replies.