Image Pop-up not working for Products

The pop up images stopped working on my Shopify store. When you click on it, it should enlarge so you can get a closer look at the chairs on my site. How do i fix this?

my store: www.liftchairheaven.com

There is a bunch of Javascript errors on your site.

This happens because something is wrong with liquid code in your layouts/theme.liquid, between and .

Some kind of hacked-up speed optimization which messed with your {{ content_for_header }} output which led to part of content_for_header being included twice.

It’s hard to suggest a proper fix without seeing your code.

Quick fix is possibly to try to move


to be located above {{ content_for_header }} line, but I am not 100% sure without seeing your code.