BuddyDev

Search

Thank you for purchasing the Community Builder theme for BuddyPress.

Download:-

You can download the Community Builder Child theme from your Account->Membership->Themes tab.

Theme Files:-

The child theme is like an empty canvas for you to paint your imagination. By default, The child theme contains

  • assets
    css
    —— custom.css
    — js
    —— custom.js
  • functions.php
  • style.css

You are encouraged to add your custom files here.

Modifying CSS:-

Community Builder child loads assets/css/custom.css from the child theme directory. If you want to modify/add custom CSS, Please put all your custom CSS in assets/css/custom.css. If you want to add only a very small section of CSS, you can instead do it from Customizer->Settings->Styles->Custom CSS.

Adding/Modifying JavaScript:-

By default, the community builder child theme loads the custom.js file from assets/js/custom.js. Please put all your custom js in assets/js/custom.js

Adding PHP Code:-

We suggest to creating your php file or use the functions.php file. If you decide to create your custom file (say your-custom.php), you can load it using functions.php.

Please see the load() function in the functions.php (and the comments).

Have a great time building your social site.