Go into your header.liquid file in your sections folder, or even theme.liquid in your layout folder and Ctrl + F and search for "include" -- You'll probably see something like:
{% include 'announcement' %}
Or something like that anyway. Shopify recently deprecated the use of "include", you may have to change all instances you find of include to "render"
{% render 'announcement' %}
Thanks for replying but unfortunately I still have the issue, replaced all instances of "include" with "render" but still getting the issue, any other suggestions?
EDIT: I just decided to reinstall the theme from scratch and reset it, issue is gone, thanks for the help tho.
User | Count |
---|---|
442 | |
203 | |
103 | |
97 | |
90 |