slideshow liquid error

Topic summary

A user encountered a liquid error in their Shopify slideshow where previous and next navigation icons are not displaying. The issue appears to be missing SVG code for caret icons in the theme’s snippet files.

Proposed Solution:

  • Navigate to: Store Admin → Sales Channels → Online Store → Themes → Current Theme (click ‘…’) → Edit Code → Snippets
  • Click ‘+ Add a new snippet’
  • Name the file ‘icon-caret’
  • Add the missing SVG code for the caret icon
  • Save the file

Multiple users provided similar troubleshooting steps, indicating this is a common fix for missing icon assets in Shopify themes. The solution involves manually creating a snippet file with the appropriate SVG markup to restore the navigation icons.

Summarized with AI on November 5. AI used: claude-sonnet-4-5-20250929.

In slideshow, there is an error occurred that previous and next icon can’t find.

Screenshot 2024-09-18 101158.png

slideshow.liquid

www.vanji-in.myshopify.com

Hello @Sivadarshan

You only need to add caret icon svg file in your snippet. You can solve this error by yoursely by adding this snippet.

If you can find it from anywhere, it’s fine otherwise copy below code and make a file in snippet and your issue fixed.

here is the svg code for the caret icon


Go to your store admin > Sale channels > Online store > Themes > click ‘…’ in the current theme > Edit code > under Snippets > click ‘+ Add a new snippet’, under File name, add ‘icon-caret’, click Done. Add this code below and save file


1 Like