Home Forums Particles Support Button-link in JL Feature Box only opens in new tab or window. Not same window. Reply To: Button-link in JL Feature Box only opens in new tab or window. Not same window.


Tony
Moderator

Hi there,
Please open the jlfeaturebox.html.twig then change

{% set linkscroll %}
{% if item.buttonlink|e matches '/#/' %} jl-scroll{% endif %}
{% endset %}

to

{% set linkscroll %}
{% if particle.class != 'no-scroll' %}
{% if item.buttonlink|e matches '/#/' %} jl-scroll{% endif %}
{% endif %}
{% endset %}

after, open feature box particle, add no-scroll class to the particle to remove scroll feature 🙂
No Scroll
Let me know if it works for you.

JoomLead Gantry5 Particles 2.2.10 released, new features, bug fixes and more Learn more
Flash Sale. Get Up to 25% Off - Coupon: FLASH25 Shop Now