Viewing 7 replies - 1 through 7 (of 7 total)
  • Theme Author Richie KS

    (@rkcorp)

    seem like a bug in buddypress core, its happening in my demo site too, didn’t have this in more earlier version of bp.

    meanwhile try add this to theme option->custom css

    body.registration #commentpost { display:none !important; }

    Thread Starter TalentPlusPlus

    (@talentplusplus)

    Surprisingly, when I change to other theme, this problem does not occur. My guess is the combination of bp and mesocolumn.

    I can add the custom css for registration, but it is everywhere like groups/members/activity/forum pages etc, every bp pages. We have to add this piece of code for every bp pages until we have permanent fix.

    Theme Author Richie KS

    (@rkcorp)

    ok try open page.php comment out comment_template like this
    <?php //comments_template(); ?>

    Thread Starter TalentPlusPlus

    (@talentplusplus)

    Well, that is disabling comments from all pages.

    We would like to see, any better solution when you update the theme next time.

    Thanks for all your help.

    Theme Author Richie KS

    (@rkcorp)

    next best solution would be
    body.buddypress #commentpost { display:none !important; }

    Hi Richie, is this code still working with the latest theme as of today. Seems not working with mine.

    Another issue is that, how can I integrate the 2nd Part of the below topic from the link. I really wanted to get a custom landing page on my MezoColumn Page.I followed the same but no changes happens. Where can I locate the template_part from the theme?

    Thanks.

    Theme Author Richie KS

    (@rkcorp)

    edit page.php
    <?php comments_template(); ?>
    to
    <?php if ( comments_open() ) { comments_template(); } ?>

    not sure about the 2nd question. since it involve customization.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘BuddyPress Page has Comments in the bottom of the page’ is closed to new replies.