Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Hello, Rikard.
    I upgraded it already :)

    nobody? :(

    in reply to: EasySlider doesn't work at IE9 #573681

    Thank you, Vinay.

    Yeah, I and the client know that less than 2% users use IE9, but his clients(he owns b2b business) are old Koreans (I’m young Korean. haha) so that they use IE9 or older version of IE and they don’t try to update it. Korean usage of IE9 is more than 5%, it depend on ages.

    Anyway, I paste code below. Not only “Compatibility mode”, when I enter F12, the site shows contents normally like IE10+, so I Googled [ie9 javascript doesn’t work but debug]. Then I found an code example on stackoverflow.

    Thanks again, Vinay and , Basilis !!!

    <!–[if IE 9]>
    <script type=”text/javascript”>
    if (!window.console) (function() {

    var __console, Console;

    Console = function() {
    var check = setInterval(function() {
    var f;
    if (window.console && console.log && !console.__buffer) {
    clearInterval(check);
    f = (Function.prototype.bind) ? Function.prototype.bind.call(console.log, console) : console.log;
    for (var i = 0; i < __console.__buffer.length; i++) f.apply(console, __console.__buffer[i]);
    }
    }, 1000);

    function log() {
    this.__buffer.push(arguments);
    }

    this.log = log;
    this.error = log;
    this.warn = log;
    this.info = log;
    this.__buffer = [];
    };

    __console = window.console = new Console();
    })();

    </script>

    in reply to: EasySlider doesn't work at IE9 #573473

    Thank you Vinay.

    I imported demo.
    On IE9, http://******.co.kr/shortcodes/easy-slider/ doesn’t work, yet. On IE9 Compatibility mode, as other pages, it works.
    I changed each slide image file because “demo import” didn’t down and upload demo image files on my wordpress uploads folder. So I selected other image files on my server.

    I don’t want to disrupt you because of IE9 but my clients still ask about IE9…
    If somebody help and test my site, please help me.

    • This reply was modified 8 years, 11 months ago by shintrue.
    in reply to: EasySlider doesn't work at IE9 #573186

    Hello, Basilis. Thanks for your reply.
    But only few IE9 users set “compatibility mode” as default. Enfold demo site shows Layerslider well even on IE9 default mode(I didnt use compatibility mode before). So there is a difference something. jQuery version? Some declaration with meta tag?

    in reply to: EasySlider doesn't work at IE9 #572893

    I changed the browser mode into “IE9 compatibility mode” on my IE9. Then it works fine.
    But in this situation, which code should I change?

Viewing 6 posts - 1 through 6 (of 6 total)