Skip to:
Content
Pages
Categories
Search
Top
Bottom

bbPress User Profiles not displaying correctly in Atahualpa theme

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

  • Robin W
    Moderator

    @robin-w

    Think this needs someone who is very familiar with both the theme and bbpress !

    Have you tried their official support forum

    https://wordpress.org/support/theme/atahualpa

    It is a theme issue… Though I expect you knew that was coming 😉

    You might be able to find some more info for ‘other’ bbPress Atahualpa issues via:
    http://forum.bytesforall.com/search.php?searchid=749383

    With all that said, I was terrified looking at this theme, it seems that it doesn’t use WordPress Template Hierarchy and overrides/creates it’s own templates and far too many options for my liking.

    Create a new file named bbpress.php in your theme folder \wp-content\themes\atahualpa

    Add the following code to the bbpress.php file and you should be good to go:

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

    Brnsnd
    Participant

    @brnsnd

    Great, thanks Stephen.
    That fixed it nicely!


    Pasquale Galasso
    Participant

    @pasquale-galasso

    Hi!
    Sorry for my bad English!

    The avatar is not clear in the home of author profile while it is clear in other options (Info Autor Forum)


    cebutours
    Participant

    @cebutours

    Question: I have the same issue, but I am using OptimizePress, and the themes folder has many subfolder, where to upload that bbpress.php?

    I tried to create a file, save the file in my pc then upload the file to each of the templates, themes under /themes/optimizePressTheme/ but no luck..

    Thank you and hoping for a reply.


    Robin W
    Moderator

    @robin-w

    tried to create a file, save the file in my pc then upload the file to each of the templates, themes under /themes/optimizePressTheme/ but no luck..

    you should only do this once so that you have

    wp-content/themes/optimizePressTheme/bbpress.php

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