You might have a jquery conflict, try loading them in a different order
Printable View
You might have a jquery conflict, try loading them in a different order
its working my end, and hat even on IE6... see image attatched..
Hi Philip!
Your suggestion of jscript version is what I think solved it for me. I was loading 1.9, so I changed back to 1.6.
I found this site that is also using 1.6:
http://www.mind-projects.it/projects...x.php#howtouse
Really appreciate the help!
@chad
that class is used to attach the zoom to the element. it is a jQuery thing.
Having said that you seem to be getting close. When I look the zoom is working. Just in the wrong place.
looks to me like you need to change the settings in the jQuery initialisation which is in jscript_jqzoom_init.js and/or apply a css rule for position:relative to the .bonzer_zoom class.
@phil
great. what next?
Nick, haven't had chance to test the script links yet, as soon as I have I'll let you know the outcome.
I was going to suggest if you want to submit this as a mod, maybe look at having admin settings to enable/disable too?
One more question :p
Is this supposed to work with multiple images yet?
It may be jumping the gun, or not have my images setup for jqzoom.
When I click one of the additional images, I get two pop-up errors:
1st: Problems loading image
2nd: Problems loading big image
I have only 1 image for each product (they are not broken into LRG MED SM), could that be the issue?
-chadd
:smile: I was kind of hoping that you would submit it as a mod!
One of the big issues about mods is just finding the time to support them. I am a bit at my limit with SNAF and helping out on a few others. There are a couple in the pipeline that I would like to release but just don't have the time to support. It feels wrong to submit them if you can't support them.
Actually, I think that the way to go would be to have a configuration page that as well as turning on and off allows users to set some of the jqzoom init variables. Gosh, I have got to stop talking myself into this stuff.
Perhaps it is worth looking at the jqzoom options and deciding which ones we like the look of. What do you think? Chad?
At the moment it looks like this:
Code:var options = {
zoomType: 'innerzoom',
lens:true,
title:false,
preloadImages: true,
alwaysOn:false,
zoomWidth: 300,
zoomHeight: 250,
xOffset:90,
yOffset:30,
position:'left'
//...MORE OPTIONS
};
Oh, that is another thing to look at. It adds the main image to the display of the additional images. We need to disable that if there are no additional images. Otherwise it looks a bit rubbish.
@chad
sorry, are you using IH or not?
If you would have a completed zipped file available for download here, maybe someone else might try to support it? And since you guys have done the hard work you might help as well.
Just a suggestion.
hmm really thats weird, works find on mine and i was pretty confident that the image logic should have dealt with small medium and large what ever you have.
I will have to take another look. ill look on yours to see if there is anything obvious as to why
but yes should be working! :(