- Posts: 5
- Thank you received: 0
Images not appearing in IE9
-
sallymc
Inactive member - Topic Author
- New Member
Less
More
13 years 4 months ago #10528
by sallymc
Images not appearing in IE9 was created by sallymc
I'm having an issue with my images not appearing in IE9. Have tried on several computers and having the same problem.
Unfortunately I'm still using ver 1.0.0 and have never updated :blush:
I have downloaded the latest version from the website just now, but it won't seem to let me add it via the extension manager, which is usually how i do my module updates...
Any advice gratefully received
Thanks
Unfortunately I'm still using ver 1.0.0 and have never updated :blush:
I have downloaded the latest version from the website just now, but it won't seem to let me add it via the extension manager, which is usually how i do my module updates...
Any advice gratefully received
Thanks
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10533
by ivan.milic
Replied by ivan.milic on topic Re: Images not appearing in IE9
since you have module installed you can just overwrite module files in modules/mod_hot_image_slider
Please Log in to join the conversation.
-
sallymc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 4 months ago #10649
by sallymc
Replied by sallymc on topic Re: Images not appearing in IE9
I have now managed to update the module, but am still having problems in IE9 (everything fine in Firefox)
Sometime the images on the slideshow freeze and don't rotate, sometimes a couple of the slides are missing and sometimes it freezes on the first image with no navigation on it...
Any ideas what the problem could be?
Thanks
Sometime the images on the slideshow freeze and don't rotate, sometimes a couple of the slides are missing and sometimes it freezes on the first image with no navigation on it...
Any ideas what the problem could be?
Thanks
Please Log in to join the conversation.
-
sallymc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 4 months ago #10650
by sallymc
Replied by sallymc on topic Re: Images not appearing in IE9
For further information, I have it on two sites...
Casa Hamlet and Morfa Nefyn Holiday
The casa hamlet site is where the problems mentioned in the previous post are. On the Morfa site, it won't justify properly on the page. It is fine on Firefox but sitting central to the page on IE9
Casa Hamlet and Morfa Nefyn Holiday
The casa hamlet site is where the problems mentioned in the previous post are. On the Morfa site, it won't justify properly on the page. It is fine on Firefox but sitting central to the page on IE9
Please Log in to join the conversation.
-
sallymc
Inactive member - Topic Author
- New Member
Less
More
- Posts: 5
- Thank you received: 0
13 years 4 months ago #10651
by sallymc
Replied by sallymc on topic Re: Images not appearing in IE9
I had put links but they don't appear to have worked!
www.morfanefynholiday.co.uk
and
casahamlet.com/index.php?option=com_cont...rticle&id=1&Itemid=2
www.morfanefynholiday.co.uk
and
casahamlet.com/index.php?option=com_cont...rticle&id=1&Itemid=2
Please Log in to join the conversation.
-
ivan.milic
Support Staff - Moderator
Less
More
- Posts: 14116
- Thank you received: 1639
13 years 4 months ago #10657
by ivan.milic
Replied by ivan.milic on topic Re: Images not appearing in IE9
Ok found it, IE9 supports jquery 1.5.1 and later because it became available after IE9 release. So you need to update jquery core file:
modules/mod_hot_image_slider/js/jquery.min.js
you can get latest jquery from jquery.com
When you unpack it it may have name like jquery.1.6.x.min.js
rename it to just jquery.min.js and overwrite file in hot slider's /js directory.
Also here is general guide to optimize jQuery for site (you don't need to do that):
Good practice is 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 , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
modules/mod_hot_image_slider/js/jquery.min.js
you can get latest jquery from jquery.com
When you unpack it it may have name like jquery.1.6.x.min.js
rename it to just jquery.min.js and overwrite file in hot slider's /js directory.
Also here is general guide to optimize jQuery for site (you don't need to do that):
Good practice is 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 , link is jqueryui.com/download .
You can copy files from package to <template folder>/js/
There are 2 script and one css reference:
<link href="<???path???>/jquery-ui-1.x.xx.custom.css" rel="stylesheet" type="text/css" />
<script src="<???path???>/jquery-1.x.x.min.js" type="text/javascript" />
<script src="<???path???>/jquery-ui-1.x.xx.min.js" type="text/javascript"/>
Go to Module manager open module by bodule and whereerver you see "Load JQuery" (this name can differ form case to case ) property disable it.
Then also go to plugin manager and do that also.
Then open index.php of template and check if there is already reference there. If yes you can just modify it to reference new files you downloaded or delete it and put above 3 reference lines in that order as much close to begining of <head> section as it can be.
To chack you have one and only exactly one reference use "View source" option of your browser when you go to your site. js. References can sometimes be in place where module is rendered so you need to check all source. Easiest way is to text-serach "jquery" in page's source.
Please Log in to join the conversation.
Time to create page: 0.089 seconds