Mark Newcomer
@mark-s · Joined 5 years ago · 3 posts · 1 topics · 0 reputation
Badges
✏️ First Post
💬 Conversation Starter
Recent posts
-
How to remove enqueued assets
· 5 years ago
Thanks a lot! It's working. {% extends '@quark/modular.html.twig' %} {% block javascripts %} {{ parent() }} {% do assets.removeJS('theme://js/singlepagenav.min.js') %} {% endblock %}
-
How to remove enqueued assets
· 5 years ago
Thank you. Do you know, how to get the key for this function? Or what a key looks like? I have only got the MD5 hashed key.
-
How to remove enqueued assets
· 5 years ago
Hi 👋, in the parent theme I've got this line of code: {% do assets.add('theme://js/singlepagenav.min.js') %} I'd like to remove this in my child theme. Could you please tell me how to do this? 🙏 Thank