Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
i was following a youtube video trying to add something to my shopify code a while ago and it didn’t do what i wanted but instead left “ Translation missing: en.collections.sorting.title ” with a sorting drop down box above any collection list section i make. i can’t find the video so im not sure what to remove in the code
Could you please provide more information about your store domain and the theme you're using?
If I can see the actual issue, it will be much easier to assist you effectively.
To identify the error, you can trace it back step by step from the area where the issue occurs to the specific code file causing it.
Let me know how I can help!
my store is lostbugbeads.com and i’m using the dawn theme
I noticed that your theme appears to be custom-coded. In the Collection List section, there seems to be an issue where you’re trying to add a filter for collections. Besides the text error, I also see that the filter function itself is not working.
If you want to remove this error from the Collection List section:
1. Go to Online Store > Themes > Edit Code (https://prnt.sc/UoWh3gYxm_51)
2. Search for collection-list and open the collection-list.liquid file (https://prnt.sc/K898qk-F6nsP)
3. Locate and remove the following HTML elements:
<label for="sort_by"> ... </label>
<select name="sort_by" id="sort_by">...</select>
If you want to edit the text instead:
1. Go to Online Store > Themes > Edit Code (https://prnt.sc/UoWh3gYxm_51)
2. Search for en.json or en.default.json
3. Find the corresponding key and add the following: (https://prnt.sc/p3SSk1hXUouR)
"collections": {
"sorting": {
"title": "Sort by"
}
}
Let me know if you need further assistance! 😊
got it removed thank you so so much you’re an angel