I created an addon that displays pages using a custom template. Everything is fine except pagespeed insights says that some clickable elements are too close. It looks like those are links contact us, help etc. at the bottom. I want to remove them on my add-on pages.
Is there a condition I could use for that? Something like
Code:
Читать далее...
Is there a condition I could use for that? Something like
Code:
<xf:if is="custom_template_name = my_template_name">
Читать далее...