Site logo

Archived topic

header element and merge with content disables navigation links

3 replies · Started by Ed on June 25, 2021

Viewing posts 1–4 of 4

I have a header element (set to merge with content) and it looks proper in appearance but primary navigation links are disabled. I found similar topics in forum, but nothing exactly like my problem. It is strange to see the text for primary navigation but not be able to click on them. Can you help?

I think it has something to do with the interaction of Kadence Blocks and GeneratePress. If I put a container block at the top of page from GenerateBlocks it seems to work. But it does not work if top block is a row from Kadence Blocks.

The header element feature used to have a check box to "place content behind header (sliders etc.)" ... but this is no longer a feature in recent updates.

Hi there,

you can use this CSS to increase the merged header wraps z-index:

@media (min-width: 769px) {
    .header-wrap {
        z-index: 1000;
    }
}

This should keep it in front of the kadence content which has relative positioning and a z-index of 10

Thanks David. z-index of 1000 didn't work. I increased to 1500 and all is good. Thanks for your quick response.

Glad to hear that

This archived topic is closed to new replies.