Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter robbintt

    (@robbintt)

    By the way, here is an address for my testing site:

    https://lapl.taui.io/laptops/mainstream/

    I opted to use the shortcode method. You can find the div for your plugin right before the footer but it only shows an empty div.

    Thanks!

    Plugin Author Joel James

    (@joelcj91)

    Hi robbintt,

    I haven’t tried this before. But it should work with all themes. Is Default WordPress comment system working without installing our plugin?

    Thread Starter robbintt

    (@robbintt)

    Here is some info on how roots handles comments:
    https://discourse.roots.io/t/does-roots-walker-comment-replace-comment-form-completly/1800

    I am happy to replace their method with what the plugin needs if you can share it with me.

    Plugin Author Joel James

    (@joelcj91)

    Hey Robbint,

    Thank you. Let me look into it

    Thread Starter robbintt

    (@robbintt)

    Hi Joel,

    Thanks for looking into it; I found the answer Here.

    In roots.io/Sage it is necessary to add the default comment code back into base.php so that the Disqus filter can find it.

    Code sample for base.php. Put this where you want comments to show up. This code is from the article.

    <?php if (comments_open()) : ?>
    <aside class="commentswrapper">
        <h3>Comments</h3>
        <p>Make all the comments!</p>
        <?php comments_template('/templates/comments.php'); ?>
    </aside>
    <?php endif; ?>
    Plugin Author Joel James

    (@joelcj91)

    Hi Robbint,

    Really sorry for late reply. I was very busy last 2 weeks. Thank you so much for finding a solution yourself. I really appreciate your work.

    Thank you.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Does this work with roots.io/sage starter theme?’ is closed to new replies.