News:

Looking for documentation? Take a look on our wiki

Main Menu

Product image zoom (plugin?)

Started by Pcwolf, January 29, 2014, 15:42:39 PM

Previous topic - Next topic

Pcwolf

Hello,

Is there a free extension for zoom product images ?
When you click on my product image then it redirect you to the image url: http://6205.cloudaccess.net/en/eng/efteling-1-2-3-11-detail.html

Someone need to help my  :)

Thanks!

jenkinhill

I don't know any free Zoom plugins. Just this one: http://forum.virtuemart.net/index.php?topic=100464.msg332116#msg332116

For your image (and probably some other issues) you need to sort out JavaScript conflicts, as you are loading no fewer than 4 different version of jQuery.

<script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.4/jquery.min.js" type="text/javascript"></script>
<script src="http://code.jquery.com/jquery-1.6.3.min.js"></script>
<script src="/templates/divayo/jquery.js"></script>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.1/jquery.min.js"></script>

See http://forum.virtuemart.net/index.php?topic=119638.0
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Pcwolf

Thank you mate!
I removed 2 jquery versions.

I can't find the free version of zoom in the link you gived my.  ???

jenkinhill

Like I said I don't know any free Zoom plugins - the only zoom plugin I know is in the link. And yes, it is a paid for plugin.
Kelvyn
Lowestoft, Suffolk, UK

Retired from forum life November 2023

Please mention your VirtueMart, Joomla and PHP versions when asking a question in this forum

Pcwolf

Don't need it more, i had one already but isn't working with the slider.

I installed jquery easy with version 1.8, the francybox now are working but my slider not ?
http://6205.cloudaccess.net/nl/nl/efteling-1-2-3-9-13-detail.html

Pcwolf

I fixed it.

It works good, but it loading a few times slower, the slider ?

cathyhill

Quote from: Pcwolf on January 29, 2014, 15:42:39 PM
Hello,

Is there a free extension for zoom product images ?
When you click on my product image then it redirect you to the image url: http://6205.cloudaccess.net/en/eng/efteling-1-2-3-11-detail.html

Someone need to help my  :)

Thanks!

Try this link where both free and paid image zooming utility have been listed. :P

http://extensions.joomla.org/extensions/photos-a-images/images/image-magnifier

AH

I did not want to use yet another plugin that would "modify" displays as there are sometimes issues with this approach if you have customised the default templates or when VM updates.  If you go from Joomla 2 to Joomla 3 some vendors ask for an additional "donation".

If you have any idea how to modfiy a template view then it should not be too great a challenge to create your own image zoom.

Many still use the old Free version of cloudzoom js for image zoom (the new version is supposedly better for tablets etc and is £25 per site), but that may not meet your needs.  I might be testing elevateZoom JS as this looks pretty up to date - but no need yet for me.

Phases:-

Get your zoom javascript from a safe source.
Edit your template to load the chosen zoom JS
Create an override for Virtuemart default_ images.php
Include the relevant CSS in your stylesheet override
Test!!
Regards
A

Joomla 4.4.5
php 8.1