- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Main image won't change and image zoom won't work
Our site uses Magento 1.9.2.4, and we just upgraded from 1.9.2.2. RWD theme... Seems now that the main image is not behaving properly...main image won't change to a given thumbnail, and the zoom feature doesn't work.
Anyone know where to start looking?
http://www.pnemir.com/ariat-men-tombstone-earth-black.html#
Thanks!
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Main image won't change and image zoom won't work
Check you browser console , you are getting following error.
TypeError: image.elevateZoom is not a function image.elevateZoom();
Try to fix it and the zoom should work. It may be because of conflicts with other javascript libraries like jQuery
Problem Solved Click Accept as Solution!:Magento Community India Forum
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Re: Main image won't change and image zoom won't work
Thanks for the response. It was really helpful.
I was able to get it working by adding the following line to page.xml:
<action method="addJs"><script>lib/elevatezoom/jquery.elevateZoom-3.0.8.min.js</script></action>
In trying to troubleshoot with different browsers, I noticed that when pulling up this same page on my iphone safari browser, that I can't change the main image by pressing on the thumbnail.
Humm..... Don't have a clue about that one.