A space to discuss online store customization, theme development, and Liquid templating.
Hi,
I had someone that collaborated with me on my store and has incorrectly added this coding somewhere as it is appearing at the top of my website- Is anyone able to assist with removing this? See screenshot below
website : https://charliehelenacollection.com.au
Solved! Go to the solution
This is an accepted solution.
I found the issue.
Go to code editor and edit theme.liquid.
On line three you'll find "<>" but do not delete it, add "head" to it.
and it should look like this.
This will solve the problem. The developer left the <head> tag incomplete.
I'm not entirely sure, but looking at it from my end, it looks like it is in the file named "theme.liquid" inside the Layouts folder.
No I have checked that & its not there
How about the announcement bar?
Hi @RC94
Go to Online store > Click the 3dots > theme.liqudi file > find this one.
Same on the image below.
Or it may be also on this side.
Remove the <> and save.
Just find this sign that display on your live theme.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
When I deleted the first suggestion nothing changed for <>
BUT deleting the <> before & after the head ( second suggestion ) it now shows this
Any other suggestions please?
This is an accepted solution.
I found the issue.
Go to code editor and edit theme.liquid.
On line three you'll find "<>" but do not delete it, add "head" to it.
and it should look like this.
This will solve the problem. The developer left the <head> tag incomplete.
YOU ARE A WIZARD! Thank you
Hi Daveed!
i have now checked and now any of my shop all, sale and product pages are showing this above - what a nightmare!
are you able to help me with fixing this please?
Can you check your theme.liquid file. I'm looking at your page source and want to make sure it looks the same.
If so the <head> tag is incorrect and there is an extra ">" on line 9 that needs to be deleted.