Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Tijmen Smit

    (@tijmensmit)

    Have you tried it on another IE8 machine as well? I only have IE11, and I switched back to IE8 mode and it worked fine. But I don’t have a machine that has an original IE8 running, so it’s hard for me to see what is going on.

    Does it crash as well when you use the default WP theme?

    If you are comfortable editing code, then maybe you can try to remove the map itself ( <div id=”wpsl-gmap”></div> ) from the /frontend/templates/default and see if that makes a different ( it would still show the locations and search bar ).

    You can also try to remove this from the /js/wpsl-gmap.js and see if that triggers the crash?

    $selects.easyDropDown({
        cutOff: 10,
        wrapperClass: "wpsl-dropdown"
    });

    Easydropdown handles the styling of the dropdowns, it should workout it as well. It just looks different.

    Thread Starter jhillis

    (@jhillis)

    Thanks for the response and ideas. I have it fixed!
    Turned out to be a theme conflict, and NOT the fault of your plugin. As soon as I tried using a different theme, the issue went away. (I tried several other themes, all worked fine) I was using the Foodie theme from StudioPress which is now the “Foodie Pro” theme. The new version does not have the same conflict.
    I will mark as resolved.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IE 8 Problem’ is closed to new replies.