- Posts: 52
- Thank you received: 0
Re: Image popups not working in virtuemart in IE9
-
MSH
Inactive member - Topic Author
- Member
Less
More
13 years 8 months ago - 2 years 8 months ago #7472
by MSH
Image popups not working in virtuemart in IE9 was created by MSH
Hi I have just discovered that the images in virtuemart do not open as a popup in IE9 is this a jquery issue if so how can I sort this as I have modified the template and don't want to upload a new template as I will lose the changes I have made. See link below (select image to see the popup error)
Regards,
Mike
Code:
http://www.tpsofficefurniture.co.uk/office-chairs/leather?page=shop.product_details&flypage=flypage_hot_furniture.tpl&product_id=62&category_id=14
Regards,
Mike
Last edit: 2 years 8 months ago by milos.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago #7482
by ivan.milic
Replied by ivan.milic on topic Re: Image popups not working in virtuemart in IE9
Updating jQuery solves most issues with IE9.
Try to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.
there are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>
Try to disable JQuery in all modules and then in index.php of template in head section add manually reference to latest version of jQuery you can download from jquery.com.
there are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.8.11.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.5.1.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.8.11.min.js" type="text/javascript"/>
Please Log in to join the conversation.
-
MSH
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
13 years 8 months ago - 13 years 8 months ago #7486
by MSH
Replied by MSH on topic Re: Image popups not working in virtuemart in IE9
I have added the code into the index.php and disabled jquery in all the modules where I can.
It still isn't working. Is there anything else I can try.
Your help is very much welcomed.
Regards,
Mike
It still isn't working. Is there anything else I can try.
Your help is very much welcomed.
Regards,
Mike
Last edit: 13 years 8 months ago by MSH.
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 8 months ago - 2 years 8 months ago #7491
by ivan.milic
Replied by ivan.milic on topic Re: Image popups not working in virtuemart in IE9
I see in your source only this reference:
<script type="text/javascript" src="/templates/tps_office_furniture_ltd/js/jquery13.min.js"></script>
and that is jquery 1.3
Maybe your reference path was not good, also you can just copy/paste source from jquery.min.1.5.2.js to templates/tps_office_furniture_ltd/js/jquery13.min.js and then save.
<script type="text/javascript" src="/templates/tps_office_furniture_ltd/js/jquery13.min.js"></script>
and that is jquery 1.3
Maybe your reference path was not good, also you can just copy/paste source from jquery.min.1.5.2.js to templates/tps_office_furniture_ltd/js/jquery13.min.js and then save.
Last edit: 2 years 8 months ago by milos.
The following user(s) said Thank You: MSH
Please Log in to join the conversation.
-
MSH
Inactive member - Topic Author
- Member
Less
More
- Posts: 52
- Thank you received: 0
Time to create page: 0.149 seconds