Images not appearing in IE9

  • sallymc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 4 months ago #10528 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

Please Log in to join the conversation.

More
13 years 4 months ago #10533 by ivan.milic
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
  • New Member
More
13 years 4 months ago #10649 by sallymc
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

Please Log in to join the conversation.

  • sallymc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 4 months ago #10650 by sallymc
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

Please Log in to join the conversation.

  • sallymc
    Inactive member
  • Topic Author
  • New Member
  • New Member
More
13 years 4 months ago #10651 by sallymc

Please Log in to join the conversation.

More
13 years 4 months ago #10657 by ivan.milic
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.

Please Log in to join the conversation.

Time to create page: 0.089 seconds
Powered by Kunena Forum