Skip to:
Content
Pages
Categories
Search
Top
Bottom

Open forum pages goes blank


  • suarseneger
    Participant

    @suarseneger

    Hello!

    Im pretty new on bbPress, this is my first proyect, Im working locally using the theme simplecorp 2.1.5 and I added the bbPress 2.5 version, and I have a problem

    I could installed and create the forum main page succesfully, I add a few forums, and from the main page I visualize them okey. But when I click on any forum the page goes totally blank.

    Can you help me?
    Thanks in advance
    Best Regards
    Diego

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

  • Robin W
    Moderator

    @robin-w

    Check other plugins

    Check that no other plugins are affecting this.

    Turn off all other plugins, and see if that fixes the problem. If the problem is resolved, add back one at a time to see which is causing the conflict.

    Check themes

    If plugins are not the cause, then it may be a theme issue. Switch to a default theme, such as twentytwelve, and test.


    suarseneger
    Participant

    @suarseneger

    Hi Robin!

    Thanks a lot for the reply. You are right is a problem with the theme that apparently is not compatible with bbPress, is there a way to fix this???


    Robin W
    Moderator

    @robin-w

    Ok, I see you also posted on their support page, which was going to be my next suggestion.

    Since your code is on a local server, I obviously can’t take a look.

    So now let’s try.

    Create a file called bbpress.php in your theme folder

    Add the following code to the bbpress.php file

    <?php
    /**
     * bbPress wrapper template.
     */
    
    get_header(); ?>
    
    <?php while( have_posts() ): the_post(); ?>
    
    	<?php the_content(); ?>
    
    <?php endwhile; ?>
    
    <?php get_footer(); ?>
    
    

    If you need a sidebar add

    <?php get_sidebar(); ?>
    

    before the footer line

    See whether that works for you.


    suarseneger
    Participant

    @suarseneger

    Robin,

    Thanks for the quick answer an taking the time.

    I tried adding bbpress.php on the theme folder, but still dont work. Adding the file makes no change


    Stephen Edgar
    Keymaster

    @netweb

    Try making a copy of your page.php (or page-no-sidebar.php depending on your preference) simplecorp template file and name it bbpress.php

    Also keep an eye on this thread at Site5 http://www.s5themes.com/forums/topic/simplecorp-bbpress-forum/


    suarseneger
    Participant

    @suarseneger

    I made the copy and make a try, but it doesnt work.

    What I did is copy exactly the content of page.php, and name it bbpress.php, should I add anything else to the bbpress.php file?? I also keep in the theme folder page.php

Viewing 6 replies - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.
Skip to toolbar