News:

Looking for documentation? Take a look on our wiki

Main Menu

Lightbox images not working in IE VM2

Started by Joosiej89, November 17, 2012, 15:42:53 PM

Previous topic - Next topic

Joosiej89

Hello everybody,

I am working on my new VM2 website. Everything is working fine so far except the displaying of the bigger images after you click on the image (product detail page and category page). Lightbox is enabled but when I click on an image the bigger images is opened in the parent window (Internet Explorer). I also tried it in Firefox and there the image is nice displayed in the pop-up lightbox frame.
I searched a lot on the forum and read the order problems + solutions with Lightbox but none of them seems to work for me.

I hope someone could help me :-)

Url of productpage on my website: http://goo.gl/KwYRU

Thanks in advance!

jenkinhill

You have a JavaScript issue with your template affecting IE9:

SCRIPT438: Object doesn't support property or method 'tabs'
script.js, line 28 character 4

The script is <script type="text/javascript" src="/Nieuw/templates/theme258/javascript/script.js"></script>
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

Joosiej89

Quote from: jenkinhill on November 18, 2012, 23:46:48 PM
You have a JavaScript issue with your template affecting IE9:

SCRIPT438: Object doesn't support property or method 'tabs'
script.js, line 28 character 4

The script is <script type="text/javascript" src="/Nieuw/templates/theme258/javascript/script.js"></script>

Dear Jenkinhill,

Thanks a lot for you answer! Could you please tell me how I could solve the JavaScript issue? I don't know much about the scripts.

jenkinhill

Use a different template or modify the template's index.php to prevent that script loading. Looks like it has something to do with tabs? 

You could also ask the template developer.
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