I’m trying to make a simple change to my site in my list-collections.liquid page. However, no matter what I change and Save, I’m not seeing the changes reflect on the site. At first I thought maybe there was a built-in delay, but changes made with the higher level template editor are instantenous, so what’s the deal?
For clarity, I’m just trying to change the following collection.title output to be an href tag that a customer can click on to navigate to the respective collection page
I’ve messed around with duplicating the output, so there’d be two or three collection.titles, changing the header tags, etc. but nothing is reflected on the site
Thanks so much for any help!
(Also, does anyone know what the purple dots next to certain .liquid files signify?)
I would assume that you’re not changing the right seciton of code. A bit more context would help - a link to the page and name of the theme in use would be good starting places.
Also knowing what file you’re making those changes to would also help.
(moving this to the design section as this post doesn’t related to the Script Editor)
You were right - I was looking at the wrong code. Turns out I needed to be looking at the collection.liquid section, not list-collections.liquid. However, I’m running into a strange issue that perhaps is arising out of my ignorance about how things work together.
I’ve managed to change the section header on the main page to a link:
However, the url that populates is blank, which means the section.settings.link isn’t being grabbed from my settings_data.json file (I’ve added a ‘link’ attribute for each of the collections):
The page source reveals that the href which is populating is just an empty string for some reason. Any suggestions as to what’s going on? I’ve tested it by directly putting in the string for the desired site, and that works fine, but of course I want each section link to be different.
I am experiencing the same problem.. Shopify is not updating no matter what I do. I already deleted and the file and it still not updating my site despite the .css file is deleted already.
I have edited code and even taken it out from theme.js and cart-template.liquid without seeing any changes on the homepage. This is the first time that I have tried where code changes were not reflected.
Judging from the replies in this thread, this seems to be a somewhat common issue. Anyone found a solution?
I’m operating two shops. In one, I can make changes to all the .liquid files in the code editor, and they take immediate effect, in the other one, I can change anything… no effect at all to the front-end. No plugins, default Shopify themes…
Just in case anyone else is making the same mistake I made: Make sure you are viewing the same theme that you are updating. I had been previewing another theme in the morning, then came back later in the day and neglected to turn that preview off. It was perplexing that I could not observe the changes I was making to the liquid files. Then I noticed that I was previewing a different theme!
Same. I’ve tried making multiple different development stores, trying different themes, and making basic changes in each and I do not see them live on my site…there seems to be no Shopify support for this and it’s very concerning.