Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forumpost answers ugly and deformes whole forum

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

  • Robin W
    Moderator

    @robin-w

    As I think you have guessed as you posted a while ago on the Emphaino wordpress support site, this is a theme issue.

    I can only suggest you try a basic bbpress page to see if this will display sufficiently well to fit in with your theme.

    So create a file called bbpress.php and into this drop the following code

    <?php
    get_header(); ?>
    
    		<div id="container">
    			<div id="content" role="main">
    
    			<?php
    			/* Run the loop to output the page.
    			 * If you want to overload this in a child theme then include a file
    			 * called loop-page.php and that will be used instead.
    			 */
    			get_template_part( 'loop', 'page' );
    			?>
    
    			</div><!-- #content -->
    		</div><!-- #container -->
    
    <?php get_sidebar(); ?>
    <?php get_footer(); ?>
    
    

    Then save this file in the root of your theme.

    bbpress will then use this file instead of your theme’s page file for the display of bbpress pages.

    Give it a go, and if it fixes the problem come back and let us know. If it doesn’t then you will need to do some styling, and that will take some research to fix !


    LaReinaVaca
    Participant

    @lareinavaca

    Ok, I did. The main page of the forum looks great now, but if I click the forum entrys, replies or if i even want to leave a new forum entry theres absolutely nothing… empty page.

    Any solution?

    Thank you!


    LaReinaVaca
    Participant

    @lareinavaca

    Hello,

    no solution found yet, still having the same problem.

    Any solution, please!

    THX


    Robin W
    Moderator

    @robin-w

    ok, try renaming your themes’s page file as per

    Step by step guide to setting up a bbPress forum – Part 1

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