Hi
I deleted 2 liquid files for apps I’m no longer using, now this line is displaued at the top of my site:
Liquid error: Could not find asset snippets/sizechartsrelentless.liquid Liquid error: Could not find asset snippets/loyaltylion.liquid
URL: https://magents.co.za
I am using the Prestige theme.
How do I fix this?
@SDBdigital , for that you will need to call of the deleted file from the pages which are showing above errors.
the call for the deleted files would be like below.
{% include ‘sizechartsrelentless’ %}
OR
{% include ‘loyaltylion’ %}
Hi @pioneer100
I decided to install a newer version of the theme - which fixed the issue.
Thank you.