Archived topic
Elementor function "Sticky" is not working due to GP Premium plugin
8 replies · Started by Tijn on July 9, 2020
Hi all,
Does anyone knows why GP Premium plugin disables the sticky function in Elemnntor Pro?
(I checked all the plugins by deactivating them till I found the issue. The occurs with GP premium)
The section that is marked sticky disappears when scrolling past it.
Thanks in advance,
Tijn
Hi there,
can you try disabling each of the GeneratePress modules one at a time to see which one is conflicting ?
Hi David,
Just checked it, and the "elements" module is conflicting.
Best, Tijn
In Appearance > Elements - do you have elements?
If so Quick Edit all of them and change the status to Draft. This will disable them.
If this resolves the issue then we know it is one of them elements - which you can find by enabling one at a time.
Ah yes, just checked it.
"Merge Header" is conflicting. And it looks like the only issue that occurs when disable this element. Is that the nav-menu sub menus aren't displaying when hover above it.
Is that something that can be fixed?
Best Tijn
Only the homepage seems to have this issue
try increasing the main navigation z-index with this CSS:
.main-navigation {
z-index: 10000;
}
WORKS, thanks David :)
Glad to be of help....