Welcome, Guest
Username: Password: Remember me
Use this Category for your support questions about Virtuemart Template - CleanMart (SKU# FLEX-00015)

TOPIC: pop up zoom image dont work

pop up zoom image dont work 7 years 5 months ago #14690

Hi. I have old website on joomla 2,5 and use Vm2 and yours plugin v2.
If i have only one image in product, pop up zoom image dont work. If i have two or more, pop up zoom work fine. Why?

link with one image (not work): www.lukysipy.cz/luky/luky-pro-mladez-a-dospele/luk-ragim-wildcat-junior-58detsky
link with two images (work): www.lukysipy.cz/luky/luky-pro-mladez-a-dospele/luk-rolan-snake#.WCFt5PrhA-U

thx
The administrator has disabled public write access.

pop up zoom image dont work 7 years 5 months ago #14708

Hi,

This problem has been fixed permanently on the VM3 version. But here is the work around for the VM2 version that i just found out.

Open this PHP file:
/templates/YOUR_TEMPLATE/html/com_virtuemart/productdetails/default.php
(or flexv2.php depends on the layout you are using for product details page)

- Find this line:
<a id="flexible_enlarge" href="javascript:void(0);">"><?php echo JText::_ ( 'PLG_FLEXIBLE_ENLARGE'); ?></a>

- Replace this line with these:
<?php if (count($this->product->images) > 1 )  { ?>
  <a id="flexible_enlarge" href="javascript:void(0);">"><?php echo JText::_ ( 'PLG_FLEXIBLE_ENLARGE'); ?></a>
<?php } else { ?>
  <a id="flexible_enlargeSingle" class="fancybox2" href="<?php echo JURI::root().$this->product->images[0]->file_url;?>"><?php echo JText::_ ( 'PLG_FLEXIBLE_ENLARGE'); ?></a>
  <?php 
	  $doc->addScriptDeclaration("
	  jQuery(document).ready(function(){
		  jQuery('.flexibleZoomContainer').live('click', function (e) {
			  jQuery('#flexible_enlargeSingle').trigger('click');	
		  });
	  });");
   ?>
<?php } ?>

then you will be good to go. The popup will work regardless of the image count.

THIS PATCH HAS BEEN TESTED AND CONFIRMED!

Regards.
Last Edit: 7 years 5 months ago by Support.
The administrator has disabled public write access.
Time to create page: 0.110 seconds

MaterialMart

for Virtuemart 3

Google's Material Design has finally arrived to Virtuemart

Virtumart Template - MaterialMart Virtumart Template - CleanMart Virtumart Template - CleanMart Virtumart Template - CleanMart

Fully responsive!

Buy Now   |   Live Demo