Jump to content

"View Full Size" on Product Page


Recommended Posts

The link to "View full size" that is on the product page seems to be broken.
I have just upgraded to 1.4 Final and it doesn't work.
The click event code in product.js for #view_full_size doesn't seem to work.

 {if $have_image}
{l s='View full size'}
 {/if}


 //add a link on the span 'view full size' and on the big image
 $('span#view_full_size, div#image-block img').click(function(){
   $('#views_block li a.shown').click();
 });



But, in my HTML this code is definitely there:

   <!-- thumbnails -->




               rel="other-views" class="thickbox shown">
                   alt="IR550" 
                  title="IR550">







Any ideas as to why it doesn't show?

Link to comment
Share on other sites

  • 3 weeks later...

Helo I have a similar problem with the full size of images. It doesnt work at all. The e-shop is "freezing" after click on full size.
Here is the link :
http://www.capacky.sk/product.php?id_product=11

try to click on the product picture and see what happens. I have no idea how to fix it. Thanks for all advices.

ITS SOLVED - Probem was with Lavalamp top horizontal menu. When disabled, it works.

Link to comment
Share on other sites

×
×
  • Create New...