ENXF NET
Administrator
Staff member
Administrator
Moderator
+Lifetime VIP+
S.V.I.P.S Member
S.V.I.P Member
V.I.P Member
Collaborate
Registered
- Joined
- Nov 13, 2018
- Messages
- 27,308
- Points
- 823
Reputation:
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:
Continue reading...
Is there a condition I could use for that? Something like
Code:
<xf:if is="custom_template_name = my_template_name">
Continue reading...