Hi,
i really like the new parallax template and tried it out now. The only problem is, that always in the first column of the page buttons with links and the akkoredeon isn`t working.
Any idea where that comes from?
I am really happy with the enfold support, you are all great!!!!!
Many greetings rixi
Hey rixi,
Thank you for the inquiry.
Since the first column extends beyond the first section, the second section is being covered by it. To fix the issue, we need to stack the first section above the second one. Please add the following CSS code:
#av-layout-grid-1 + #av_section_2 {
z-index: 10000;
position: relative;
}
Please make sure to toggle or temporarily disable the Enfold > Performance > File Compression settings in order to ensure that the changes take effect.
Best regards,
Ismael
Hi Ismael,
great, thanks a lot! It works now.
Just the toggle icon looks different on the page. There are now 2 points(colon) instead of plus. Is it possible to change that too?
That would be perfect :)
Many greetings rixi
Hi,
Thanks for your patience, I see in your custom css you have this:
toggle_icon .hor_icon, .toggle_icon .vert_icon {
border-color: #ff9900 !important;
}
please note that you are missing a dot at the very beginning, please change to this:
.toggle_icon .hor_icon, .toggle_icon .vert_icon {
border-color: #ff9900 !important;
}
Best regards,
Mike
Hello Mike,
thanks a lot :) Now it works!
Many greetings rixi
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike