I just began using Magento 1.9.1 CE to build a new version of my website. After making some minor changes, I noticed that on the product view page, the image zoom and the ability to select the different product images under More Views are both not working. Here is an example of a product page displaying the behavior: http://birne.pe/vestidos-faldas/faldas/test.html
After some digging, I discovered that Magento uses the ElevateZoom plugin for this functionality. However, I can't figure out what I might have changed to cause it to break.
This is the error message that I am seeing:
Uncaught TypeError: undefined is not a function app.js:1194
ProductMediaManager.createZoom app.js:1194
ProductMediaManager.initZoom app.js:1256
ProductMediaManager.init app.js:1268
(anonymous function) app.js:1277
c jquery-1.10.2.min.js:4
p.fireWith jquery-1.10.2.min.js:4
x.extend.ready jquery-1.10.2.min.js:4
q jquery-1.10.2.min.js:4
Anybody else experiencing the same issue or know how I can fix it? Or is there more information I should add to help improve the chances of receiving an answer to this question? Thank you!