Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1045514
    re.fresch
    Participant

    Hi

    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!

    #1045652
    Rupok
    Member

    Hi 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!

    #1050570
    re.fresch
    Participant

    Thanks. do we add this to the global js in “customize” page?

    If not, where? thanks!

    #1050641
    re.fresch
    Participant
    This reply has been marked as private.
    #1050643
    Paul R
    Moderator

    Hi,

    Yes, you can add it in Appearance > Customize > Custom > Edit Global Javascript.

    Thanks

  • <script> jQuery(function($){ $("#no-reply-1045514 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>