Buddypress a bit plain looking
-
Hey all, I have an issue with BP using 1.7 and WP 3.5.1 with the Colorway theme.
I just upgraded to 1.7 and did the templates plugin disable and removal of the 6 files in theme.
I created a buddy press.php to create a fullwidth template and it has stretched it fine. Only issue is it has left it plain with no wrapping around activity, profile etc, just all very white and boring.
I’m a bit of a novice so go easy but how can I get the buddypress bit to look more like the one in the BP theme?
It looked better before I remove all the templates and upgraded.Looked more like this:
http://jigoshop.com/wp-content/uploads/2011/12/JigoshopBuddyPressShoppingCart.png
This is my bp.php I created from the themes fullwidth template as it suggested.
<?php
/*
Template Name: Fullwidth Template
*/
?>
<?php get_header(); ?>
<!–Start Content Grid–>
<div class=”grid_24 content”>
<div class=”content-wrapper”>
<div class=”content-info”><?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
<h2>
<?php the_title(); ?>
</h2>
<?php the_content(); ?>
<?php endwhile; ?>
<?php endif; ?>
</div>
</div>
<div class=”clear”></div>
<!–End Content Grid–>
</div>
<!–End Container Div–>
<?php get_footer(); ?>Thanking you in advance 🙂
- The topic ‘Buddypress a bit plain looking’ is closed to new replies.