News:

You may pay someone to create your store, or you visit our seminar and become a professional yourself with the silver certification

Main Menu

double product image in lightbox

Started by Lexiboy, November 19, 2012, 16:17:52 PM

Previous topic - Next topic

Lexiboy

using Joomla 2.5.6 and vm 2.0.4

Hello All,

I have a problem that clicking on a thumbnail shows a lightbox with the image in it twice, as included image shows:

                     

opening it a second time often shows the pic correct. It happens in categories as well as on product detail pages. (
http://www.lemongrasshouse.ru/internet-magazin/by-aroma/white-orchid)

I use this code to show the thumbnail:

echo $product->images[0]->displayMediaThumb('class="browseProductImage" border="0" title="'.$product->product_name.'"', TRUE, 'class="modal"');

Can someone point me to a solution?

I have seen this question often, but never an answer :(
With kind regards,
Alex Stienstra

bytelord

#1
Hello,

This is not related to vm, you are using a custom template which a lot of overrides, both html and css. Checking your site code with firebug you are calling some js files from the administrator/component area ... 
Try to disable some components, i am not sure where is the conflict.
Also you have a jquery conflict, use firebug to examine it.

Regards
Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!

Lexiboy

Quote from: bytelord on November 19, 2012, 16:37:27 PM
Hello,

This is not related to vm, you are using a custom template which a lot of overrides, both html and css. Checking your site code with firebug you are calling some js files from the administrator/component area ... 
Try to disable some components, i am not sure where is the conflict.
Also you have a jquery conflict, use firebug to examine it.

Regards

Thank you for your reply. I did some major cleaning. I could not solve the problem direclty. So I decided to solve it by customizing the template. I now use jQuery.lighbox() instead.
With kind regards,
Alex Stienstra

bytelord

Production: Joomla 2.5.8 | VM 2.0.14 | PHP 5.3.13
Testing     : Joomla 2.5.8 | VM 2.0.16 | PHP 5.3.8
Testing     : Joomla 2.5.8 |    VM 2.1   | PHP 5.3.8

- Don't Forget to mark thread as solved when it is solved!
- Please do not PM with support questions, use the forum!