Featured Wordpress Themes

Image Slider Not Working in IE8
  • The slider on the home page is not visible at all in IE8. Here is a link: http://cecicreative.com/pbotest/

    Shows fine in Firefox and Safari.

    Please advise. Thanks in advance.
  • 10 Comments sorted by
  • I'm on a time crunch. Does anyone have any idea how to fix this? Please?
  • Hi,

    working fine in IE8
    Screenshot-1.png
    1440 x 900 - 635K
  • No, that's not the right slider, sorry. My partner changed it without me realizing it. She's changing it back to the one we want to use (that does not work in IE) now. Thank you!!
  • Hi! Were you able to take a look at the slider issue? Thanks!
  • Just to be clear, it's the Nivo slider that's not working in IE8. Thanks.
  • Hi,

    did you check this site http://www.ait.sk/corporate/wp/ in IE8? It is working? Did you made your own customization in HTML or CSS? Did you install another plugins or widgets? Are you loading another javascript? Should you send me IE8 screenshot? Do you have any error window in IE8?

    It is impossible to helps you if you don't provide any information.

    Lukas :-)
  • I'm sorry, I didn't know what information to provide.

    Yes, your demo is working for me in IE8. Yes, I installed other plugins and widgets, but deactivated them all and still the slider does not show. No, I am not loading another javascript. A screenshot is attached and no, there are no error windows in IE8. Let me know what other information you need.

    Thank you!
    ie8-scrnsht.jpg
    1559 x 1016 - 498K
  • Hi Lukas,

    Do you need additional information from me? I'm not sure what more to do and my client is getting antsy. Thank you!
  • i have same problem and as i see your slide on your site is not working on IE
    i read that if you remove the link for the fisrt slide on your homepage settings you can see the slider.. yes it is true it's working but why should i remove the link ??
    if you find some other solution can u pls write also here ? ty
  • here's an easy fix i used with success on other themes

    locate nivo-slider.css in
    /corporate/css

    find this block of code

    .nivoSlider a.nivo-imageLink {
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    border:0;
    padding:0;
    margin:0;
    z-index:60;
    display:block;
    }

    change "display:none" to "display:block"

    you can now have links in all slides on IE :)