Tagged: x
-
AuthorPosts
-
June 16, 2016 at 12:03 pm #1045514
re.freschParticipantHi
We are nearly ready to launch our site and are having MAJOR compatibility issues with IE 10 for Windows. It seems to only be the homepage though, as its not loading the “Elements” properly. Can you help with this?
refresch.global
Thanks!
June 16, 2016 at 1:34 pm #1045652
RupokMemberHi there,
Thanks for writing in! I have checked your site and all of your elements loading fine on Firefox. However I can see a JS error that might cause something on your end – http://prntscr.com/bh7y2h
If you added the below script :
$(document).ready(function(){ $('#nav-icon2').click(function(){ $(this).toggleClass('open'); }); });Then try updating to following :
jQuery(document).ready(function($) { $('#nav-icon2').click(function(){ $(this).toggleClass('open'); }); });Hope this helps.
Cheers!
June 20, 2016 at 8:29 am #1050570
re.freschParticipantThanks. do we add this to the global js in “customize” page?
If not, where? thanks!
June 20, 2016 at 9:08 am #1050641
re.freschParticipantThis reply has been marked as private.June 20, 2016 at 9:09 am #1050643
Paul RModeratorHi,
Yes, you can add it in Appearance > Customize > Custom > Edit Global Javascript.
Thanks
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1045514 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
