my members area and my activity pages look like this…how do i fix this
Currently, the WallPress theme is not yet fully compatible with the BuddyPress. Which mean to use it, you have to customize a lot. However, we will provide a simple solution to solve this issue, please follow our instruction below:
1. In your theme folder, please create a new file named buddypress.php in the folder path: /wp-content/themes/wallpress/buddypress.php.
2. Then, you add the following codes to the buddypress.php file:
<?php get_header(); ?> <div id="container"> <div id="content"> <?php while ( have_posts() ) : the_post(); ?> <?php get_template_part( 'content-page', get_post_format() ); ?> <?php endwhile; ?> </div> </div> <?php get_footer(); ?>
3. Then, add the following CSS code lines into the style.css file in the same folder:
.buddypress #main { padding: 50px 8px 10px 10px; } .buddypress .item { width: 100%; }
Let me know if this helps!
Hi Jackie, would doing the above also work for Argo and Focus?? I have a similar issue when I try buddy press with those themes.
No, this codes doesn’t work with DW Argo and DW Focus. But when you purchased those products. Please raise this issue to our Question & Answer system. We will bring you an introduction to make it work.
Please login or Register to submit your answer