Hi,
we added a page as footer. This works good on normal pages but as soon as we have a woocommerce product page it adds an #after_section_1 after the footer page. It also adds <br> to the elements in footer. Very strange.
Any suggestions?
thx
Chris
Hey Christian,
Please try following:
1) Add a custom id to the footer section (i.e. footer_section – screenshot: http://www.clipular.com/c/6030402066841600.png?k=TWI-eNSNopwM1gnnw1q-7ZEcNI4 )
2) Then add this css code to the quick css field:
#footer_section + div {
display: none;
}
(you need to replace footer_section with your custom id)
Best regards,
Dude
Hi,
yes that would be a possibility… but whats with the <br> tags…
is this a known bug?
Best regards,
Chris
Hi,
No but the wordpress editor sometimes adds them automatically. You can use the debug mode ( https://kriesi.at/documentation/enfold/intro-to-advanced-layout-builder/#debug-mode ) to directly edit the template builder code and to remove unnecessary line breaks. If you think this is a bug please create me an admin account and I’ll look into it.
Best regards,
Dude