Group Mods

  • Profile picture of @mercime
  • Profile picture of r-a-y
  • Profile picture of Hugo

Removing Powered by W and B (7 posts)

Started 7 months, 3 weeks ago by: Flora1234

  • Profile picture of Flora1234 Flora1234 said 7 months, 3 weeks ago:

    Proudly powered by WordPress and BuddyPress. How do i get rid of this. Any time i get rid of this, the sidebar disappear. How can i safety remove this please.

  • Profile picture of @mercime @mercime said 7 months, 3 weeks ago:

    What theme are you using? If child theme of bp-default, copy over footer.php of bp-default theme into your child theme folder. Open it up and delete
    <p><?php printf( __( 'Proudly powered by <a href="%1$s">WordPress</a> and <a href="%2$s">BuddyPress</a>.', 'buddypress' ), 'http://wordpress.org&#039;, 'http://buddypress.org&#039; ) ?></p>

  • Profile picture of r-a-y r-a-y said 7 months, 3 weeks ago:

    Create a child theme of the BuddyPress Default theme.

    Then, copy over /plugins/buddypress/bp-themes/bp-default/footer.php to your new child theme, open up footer.php, then read this:

    http://buddypress.org/community/groups/how-to-and-troubleshooting/forum/topic/buddypress-default/#post-110268

  • Profile picture of Flora1234 Flora1234 said 7 months, 3 weeks ago:

    What do you mean by copy over footer and then into your child theme folder….? sorry?

  • Profile picture of @mercime @mercime said 7 months, 3 weeks ago:

    What BP-compatible theme are you using? If you’re using the bp-default theme, you should not make changes directly on that theme because it will be overwritten when you upgrade BP plugin. You need to create a child theme instead.

    Copying footer.php from bp-default theme into child theme folder per tutorial (if you want to use bp-default theme and customize it) and upload to server is just like copying over some a file from one folder to another in your computer then FTP/cpanel upload to server.

  • Profile picture of Flora1234 Flora1234 said 7 months, 3 weeks ago:

    Hello Ray and Mercime. Thank you for your help. I did what i was supposed to do and i got a message to the tune ” you cannot edit this file”. WHen transfering footer to be put inside the child theme folder sitting along side the style.css. Please help. All i am trying to do is to delete a few words from the footer in the child theme but it is causing too much trouble. What have i done wrong. please help.

  • Profile picture of @mercime @mercime said 7 months, 3 weeks ago:

    == i got a message to the tune ” you cannot edit this file” ==
    At this time, WP prevents theme editor for BP-default child themes. So you should download bp-default theme’s footer.php to your computer and edit it there. After you edit and save footer.php, upload it to your server via FTP/cpanel, etc. wp-content/themes/name-of-your-child-theme-folder/