Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1020168
    helloeng
    Participant

    Hi

    With the X-Facebook Comments Extension/Plugin, when I click on the “1 Comments” in the Meta information after the post title, it does NOT scroll down to the comments. Is this normal? Or can this be fixed?

    Thanks.

    #1020171
    helloeng
    Participant
    This reply has been marked as private.
    #1020414
    Rupok
    Member

    Hi there,

    Thanks for updating. Since the native comments are disabled so the div with ID #respond is not there anymore.
    You can add this under Custom > JavaScript in the Customizer.

    jQuery(document).ready(function($) {
      $('#comments').attr('id','respond');
    });

    Hope this helps.

    Cheers!

    #1021517
    helloeng
    Participant

    Perfect. It works.

    Thank you so much 😉

    #1021760
    Darshana
    Moderator

    Glad we were able to help 🙂

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