Results 1 to 6 of 6

Thread: IE8 Couldnt see the images

  1. #1
    Join Date
    Mar 2011
    Location
    London
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default IE8 Couldnt see the images

    1) Script Title: Ultimate Fade-in slideshow (v2.4)

    2) Script URL (on DD):
    http://www.dynamicdrive.com/dynamici...nslideshow.htm

    3) Describe problem: I am using wordpress and i created the new template and past your code in firefox its working fine but in IE8 i could'nt see the images.

    Can you please tell me where i am wrong.

    Thanks

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Often that can be because there is an extra comma at the end of the imagearray in the on page part of the script (the red comma in the below is wrong):

    Code:
    var mygallery=new fadeSlideShow({
    	wrapperid: "fadeshow1", //ID of blank DIV on page to house Slideshow
    	dimensions: [250, 180], //width/height of gallery in pixels. Should reflect dimensions of largest image
    	imagearray: [
    		["http://i26.tinypic.com/11l7ls0.jpg", "", "", "Nothing beats relaxing next to the pool when the weather is hot."],
    		["http://i29.tinypic.com/xp3hns.jpg", "http://en.wikipedia.org/wiki/Cave", "_new", "Some day I'd like to explore these caves!"],
    		["http://i30.tinypic.com/531q3n.jpg"],
    		["http://i31.tinypic.com/119w28m.jpg"], //<--no trailing comma after very last image element!
    	],
    	displaymode: {type:'auto', pause:2500, cycles:0, wraparound:false},
    	persist: false, //remember last viewed slide and recall within same session?
    	fadeduration: 500, //transition duration (milliseconds)
    	descreveal: "ondemand",
    	togglerid: ""
    })
    Other browsers error correct for this, IE 8 and less do not.

    But it could be other things. If you want more help:

    Please post a link to a page on your site that contains the problematic code so we can check it out.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Mar 2011
    Location
    London
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks for the quick reply... but still their is same problem no images come out

    here is the link below:

    capstonesport.com/fanzone-football-news/latest-news-main-page
    Last edited by jscheuer1; 04-04-2011 at 03:16 PM. Reason: merge posts

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Works fine here in IE 8. Perhaps you need to refresh the page and/or clear the browser's cache.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Mar 2011
    Location
    London
    Posts
    4
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Works fine here in IE 8

    Hi,

    Thanks i think your are right their is some problem in my browser..


    Regards
    Atif

  6. #6
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    I'm always glad to hear that I'm right. But that's not exactly what I said:

    Quote Originally Posted by Joemoring View Post
    is some problem in my browser
    If refreshing the page and clearing the cache doesn't fix it in your IE 8, then you might be right, sort of. There might be one or more settings in your copy of IE 8 that prevent it from working with this script. Are you getting any errors? Are you on a network - say at a school, government agency, or business? If so, certain routines for fading may be disabled in your IE 8. Even if you're not on such a network, it's possible these routines are disabled.

    If it is a network, no one on that network using IE 8 is likely to be able to view the slideshow. If your target audience is primarily that network and primarily uses IE 8, a different slideshow or a modified version of this slideshow would be required.

    Let's find out first if that's the problem.

    Are you getting any errors? Are you on a network? Is the network the primary audience?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •