• Resolved leoog

    (@leoog)


    Hi!

    I’m using Facebook Comments plugin + Avada (3.7.1) and it breaks pagination.

    Comments are between content and pagination.

    I think the problem is the plugin uses:

    add_filter(‘the_content’,’fbcommentbox’,100);

    And Avada:
    <div class=”post-content”>
    <?php the_content(); ?>
    <?php avada_link_pages(); ?>
    </div>

    But, I don’t know how to fix it. Could you, please, help me?

    Best regards,
    Leonardo

    https://www.ads-software.com/plugins/facebook-comments-plugin/

Viewing 1 replies (of 1 total)
  • Thread Starter leoog

    (@leoog)

    Solved!

    In class-frontend.php I changed this:

    add_filter(‘the_content’,’fbcommentbox’,100);

    to this:

    add_filter(‘wp_link_pages’,’fbcommentbox’,100);

    ??

Viewing 1 replies (of 1 total)
  • The topic ‘Facebook comments avada = breaking pagination’ is closed to new replies.