Doesn't break it for me. What error do you get?
Doesn't additional_images.php already have noscript links? WOrking off the top of my head here again :smile:
Printable View
Doesn't break it for me. What error do you get?
Doesn't additional_images.php already have noscript links? WOrking off the top of my head here again :smile:
Begging your pardon, it just looked the same as what I already tried, I e honest I haven't tried it yet lol
No the additional images with the image swap ammendment didn't have no script.
Check out the files I uploaded and let me know if you know if an easy way to do it.
I'm off the mac for the night now so will try your no script snippet tomorrow :)
Sorry it's script links not no script it doesn't have.. Man my brain is fried today!
So, we just need to wrap the $script_link variable in a document.write bit of code and that should be the additional images done.
Something like
I think that the other one should work. I am being lazy because I am working on another site and just quickly pasted it into the product_info page but it worked fine. We are probably both too tired to think at the moment.... so I would definitely proof read the code above :-)Code:$script_link = <script language="javascript" type="text/javascript"><!--
document.write('<?php echo '<a class="bonzer" href="javascript:void(0);" rel="'.$rel.'">'.$thumb_slashes.'</a>';?>').//--></script>;
I'm trying this out on a clean install and I must be missing something.
Do I have to download jqzoom from some location and put that in the templates java folder?
thanks!
no. it should all be there.
But you will need to be running jQuery. So if you are not then see earlier posts about how to get that. As I say I'd do it from google CDN.
This may be the issue: I'm using Anne's Abbington Mega template. The java is there but:
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.2/jquery.min.js" type="text/javascript"></script>
<script src="http://gsgd.co.uk/sandbox/jquery/easing/jquery.easing.1.3.js" type="text/javascript"></script>
perhaps the wrong version .... If I remember, 'min' is the mini version, correct?
updated to latest CDN library, but not getting the hover:
http://96<dot>30<dot>58<dot>67/index.php?main_page=product_info&cPath=41_80&products_id=366
replace <dot>'s :p
Okay, been spending some time on this. Does Image Handler have to be installed?
tpl_modules_main_product_image.php has a class="bonzer_zoom" but no where in the included files can I find where that class is defined in a CSS file.
This is probably why I can't get it to work....