Forum Replies Created
-
AuthorPosts
-
February 24, 2016 at 7:42 am in reply to: Pressed multiple enter in text block with Avia Editor, It doesn't changed. #588192
Hello, Rikard.
I upgraded it already :)February 23, 2016 at 6:10 am in reply to: Pressed multiple enter in text block with Avia Editor, It doesn't changed. #587563nobody? :(
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>
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.
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?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? -
AuthorPosts