[Bug Fix] Custom Font Awesome icons not appearing (ShowTime 7.13.3)

If you're using ShowTime between 7.13.3, you might notice that custom icons you add to various sections of the store are no longer appearing. This is because the font library we used for these icons (called Font Awesome) changed their API and this broke the functionality. This issue has been addressed as of version 7.13.4. If you are experiencing this issue and do not wish to update versions, please follow these steps to fix it.

  • From your Shopify dashboard, look for the Sales Channel heading on the left, then click Online Store > Themes and look for ShowTime
  • Click the Actions button and then Duplicate to create a backup of your theme (this is an optional, precautionary step that we always suggest when editing code on your theme)
  • Then, on your original ShowTime theme, click the Actions button, then Edit Code from the drop-down menu
  • Navigate to the Assets folder and click to open the files called dynamic-icon.js 
  • On or around line 3 of this file, look for this URL
https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/free/svgs/solid/
  • Replace this URL string with this URL instead:
https://raw.githubusercontent.com/FortAwesome/Font-Awesome/6.x/svgs/solid/
  • Save the file and the issue should be resolved

We apologize for any inconvenience this has caused.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us