Forum Replies Created
-
Resolved: I’ve uploaded the files from back up
@mercime I created buddypress.php page as you advised here my code
<?php /** * Displays the page section of the theme. * * @package Theme Horse * @subpackage Attitude * @since Attitude 1.0 */ ?> <?php get_header(); ?> <?php /** * attitude_before_main_container hook */ do_action( 'attitude_before_main_container' ); ?> <div id="container"> <?php while ( have_posts() ) : the_post(); ?> <h1 class="entry-title"><?php the_title(); ?></h1> <?php the_content(); ?> <?php endwhile; // end of the loop. ?> </div><!-- #container --> <?php /** * attitude_after_main_container hook */ do_action( 'attitude_after_main_container' ); ?> <?php get_footer(); ?>My group and create group pages are working, although the layout is a bit messed up.
But I don’t have the Request Membership button. Can you tell me how I can fix this?Thank you!
@mercime I posted that questions, but I really need this theme to work.
As it is already up and running, and I can’t change the layout.
I have to tweak the theme and make it work.Do you have any other suggestions?
I would really appreciate some help here???
Anyone?@ubernaut thanks for advice.. the problem is this site is up and running and client really likes it, but i’ll try eliminating and reinstalling everything
I asked developer of the theme, he just said the theme is not compatible with buddypress…
Yes, I tried it with no modification first.
@ubernaut
I read this as well, but it still not working.
I’m using attitude theme
I created child theme and created buddypress.php and only create group works.
However, register page is blank and forums page is showing: ”
Search for: HOME › Forums Forum Topics Posts Freshness Group Forums Private: test (0, 0) 0 0 No Topics ”I really need help here. Even the forum is breaking.
Can anyone help me with this? It’s very important project I’m working on with the tight deadline
http://unicefchallenge.com/forums/
http://unicefchallenge.com/forums/topic/test-topic-1/