• Resolved abesweb

    (@abesweb)


    Hello, we are using your plugin (Version 3.9.11) with CommentPress Modern Theme (3.9) on WP 4.9.6

    As defaut settings, i’m displaying activity tabs on my home page and i also want to diplay the content of “Commentaires récents sur ce document”,

    or keep open the comments on the whole document, is there a way to do that ?

    Thanks in advance for your help

    Have a nice day
    Christophe

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Christian Wach

    (@needle)

    @abesweb In your child theme (or a plugin or the Customizer) add some CSS:

    #sidebar .paragraph_wrapper.page_comments_output {
        display: block;
    }

    Cheers, Christian

    Thread Starter abesweb

    (@abesweb)

    @needle, thanks a lot for this quick feedback,

    this is working fine but opening both page and document comments,

    is there a way to open only document comments ?

    Thanks in advance
    Christophe

    Thread Starter abesweb

    (@abesweb)

    i can find by myself

    #sidebar .paragraph_wrapper.all_comments_output {
    display: block;
    }

    is working fine

    Thanks

    Plugin Author Christian Wach

    (@needle)

    @abesweb Ah yes, of course – my code was opening the wrong tab. Glad you fixed it!

    Cheers, Christian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘How to display permanently comments on the whole document ?’ is closed to new replies.