Tagged: x
-
AuthorPosts
-
August 31, 2016 at 7:52 am #1155043
VitashiftParticipantHi,
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!
August 31, 2016 at 9:44 am #1155186
ChristianModeratorHey there,
Please give us the URL where comments are displayed.
Thanks.
September 1, 2016 at 1:26 am #1156385
VitashiftParticipantSeptember 1, 2016 at 2:23 am #1156420
Paul RModeratorHi,
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.
September 1, 2016 at 8:59 am #1156874
VitashiftParticipantThat works perfect – Thanks!
September 1, 2016 at 10:09 am #1156972
JoaoModeratorGlad to hear it,
Let us know if you need help with anything else.
Joao
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1155043 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
