• It looks as if Evolve is not showing the comments section of the Buddypress Docs Plugin.
    Any suggestion on how to fix?
    Thanks

Viewing 1 replies (of 1 total)
  • Hi,
    You have to add below line bottom of this page.
    wp-content\themes\evolve\library\functions\basic-functions.php

    //filter added for buddypress-docs comment show
     add_filter( 'bp_docs_allow_comment_section', '__return_true', 100 );

    Thank you

Viewing 1 replies (of 1 total)

The topic ‘Buddypress docs comments section not showing’ is closed to new replies.