Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1155043
    Vitashift
    Participant

    Hi,

    realy nice theme so far. The Issue i mentioned in the title is the only one i couldn’t solve myself.

    It is the same issue given here: https://community.theme.co/forums/topic/comment-reply-on-mobile-and-tablets/

    As the user Tommy mentioned the Code given is not working anymore.

    URL: http://vitashift.de/

    WP: 4.6

    X: 4.6.1

    Cornerstone: 1.3.1

    Thanks!

    #1155186
    Christian
    Moderator

    Hey there,

    Please give us the URL where comments are displayed.

    Thanks.

    #1156385
    Vitashift
    Participant
    #1156420
    Paul R
    Moderator

    Hi,

    You can try this code instead.

    
    jQuery(document).ready(function($) {
      var commentsReply = $('a.comment-reply-link');
        if ( Modernizr && Modernizr.touchevents ) {
        commentsReply.off('touchstart click');
        commentsReply.on('touchstart click', function() {
          return true;
        });
      }
    });
    

    Hope that helps.

    #1156874
    Vitashift
    Participant

    That works perfect – Thanks!

    #1156972
    Joao
    Moderator

    Glad to hear it,

    Let us know if you need help with anything else.

    Joao

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