Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 9 replies - 1 through 9 (of 9 total)

  • quince85
    Participant

    @quince85

    Resolved: I’ve uploaded the files from back up


    quince85
    Participant

    @quince85

    @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!


    quince85
    Participant

    @quince85

    @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?


    quince85
    Participant

    @quince85

    I would really appreciate some help here???
    Anyone?


    quince85
    Participant

    @quince85


    @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


    quince85
    Participant

    @quince85

    I asked developer of the theme, he just said the theme is not compatible with buddypress…


    quince85
    Participant

    @quince85

    Yes, I tried it with no modification first.


    quince85
    Participant

    @quince85

    @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 ”


    quince85
    Participant

    @quince85

    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/

Viewing 9 replies - 1 through 9 (of 9 total)
Skip to toolbar