Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1253395
    VirgoC
    Participant

    Hi

    I followed the steps on this thread: https://community.theme.co/forums/topic/bug-in-mobile-view/ but still not working on mobile. would really like if you can help.

    I’m running latest version and everything is updated on my site but still not popping up on mobile even with the Javascript that you guys said to add.

    Any help will be greatly appreciated.
    Thanks

    #1253850
    Rad
    Moderator

    Hi there,

    Thanks for writing in.

    Should be like this,

    jQuery ( function($) {
    
    function un_register_touch_event() {
    setTimeout( function() { $( '#dvteamgrid1622652020 a' ).off('touchstart touchend'); }, 300 );
    }
    
    $(document).ready(un_register_touch_event);
    $(window).load( un_register_touch_event );
    
    } );

    Cheers!

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