Hello
I’m trying to solve a problem with my enfold theme and Gravityview (A-Z Filters Extension).
If I use a shortcode from gravityview and place it on a new page everythng’s OK.
If I use the same shortcode with the advance layout option from enfold with the “code box”, the A-Z filters extension will be shown and repeat 2 or 3 times one over the other…
I really don’t know what to do and nobody is able to help me…
Any idea?
Best,
Stephan
Hey Stephanave34,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
.gv-grid.gv-widgets-footer:nth-child(4), .gv-grid.gv-widgets-header:nth-child(2) {
display: none;
}
You can also try adding your shortcode in Text tab of Text Block element :)
Best regards,
Yigit