need help taking out code

need help taking out code

haleyyyxc77
Visitor
3 0 0

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

Replies 4 (4)

ecoboostify
Shopify Partner
36 8 6

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!

It's truly fulfilling to help someone.
If this fixed your issue, Likes and Accept as Solution are highly appreciated.
EcoBoostify Shoppable Reel UGC - Easily Shoppable Videos+Reels, Inactive Tab Messages, Favicon Cart Counts, and more optimize store
haleyyyxc77
Visitor
3 0 0

my store is lostbugbeads.com and i’m using the dawn theme

ecoboostify
Shopify Partner
36 8 6

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! 😊

It's truly fulfilling to help someone.
If this fixed your issue, Likes and Accept as Solution are highly appreciated.
EcoBoostify Shoppable Reel UGC - Easily Shoppable Videos+Reels, Inactive Tab Messages, Favicon Cart Counts, and more optimize store
haleyyyxc77
Visitor
3 0 0

got it removed thank you so so much you’re an angel