Homepage has the same URL for all menu items

  • On the homepage, the logo and the entire navigation menu in the header point to the /contact/ URL. On the other pages the navigation menu works correctly and the logo points to the homepage. I initially thought the QuadMenu plugin was the culprit but no. The problem only disappears when I deactivate the GenerateBlocks plugin, which of course isn’t an option. What can I do?

  • Hi there,

    It looks like the issue is caused by this CSS in your Customizer:

    
    .gb-container.clickable-container a:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 999;
    }
    

    Do you still have any clickable Containers on the site that rely on this CSS? If not, you can simply remove it.

    If you still need it, you can scope the CSS more specifically so it only targets the particular Container where the clickable overlay is required.

  • Yes, I do have clickable boxes on the homepage. I modified the CSS and it fixed the problem. Thank you!

  • Glad to hear that!

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