Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

not working...not sure why #19

Open
zzramesses opened this issue Feb 28, 2013 · 1 comment
Open

not working...not sure why #19

zzramesses opened this issue Feb 28, 2013 · 1 comment

Comments

@zzramesses
Copy link

http://sp.thesrpr.com/product/houndstooth-single-breast-blazer-elliot-fit/

The plug-in is called on the main image. In Chrome Developer tools I can see the image I set at the zoom image in the markup. When I hover over the image I see the opacity of the zoom image change from 0 to 1 but nothing else happens.

It's not working on any of the images in the shop

@jackmoore
Copy link
Owner

I think the issue here is some script conflict. Open your developer console and run this:

$('#main_product_image').outerWidth();

That should return a number, not a jQuery object. Looks like something might have overwritten jQuery's default methods.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants