How do I remove error under footer menu on my website?

Hello,

how to get rid of that error under footer menu on the website

@walid4

  1. Download this Google Chrome Extension: (you need to use Google Chrome): https://chrome.google.com/webstore/detail/shopify-theme-file-search/mhchmhfecfdpaifljcfebnlaiaphfkmb
  2. In your Shopify Admin, go to Online Store > Themes > Edit Code
  3. In the new box that appears with the extension (top right corner) search for the code you want to remove:

tb-shopify.liquid

  1. Delete this piece of code from the files it shows up.

Let me know how it goes.

Kind regards,
Diego

Hey @walid4 ,

This problem comes when there is a snippet included in the theme file, but actually, that snippet does not exist.

  1. You can either follow the same instruction given by Diego, it is the correct solution. Or you can directly try finding the file under

  2. Theme.liquid

  3. Footer.liquid

Mostly it comes from these two files only.

Copy the snippet name i.e. tb-shopify.liquid and search it in both these files. If you find it then just remove the snippet and you are done.