Skip to:
Content
Pages
Categories
Search
Top
Bottom

Blank forum list


  • Daniel Lemes
    Participant

    @daniel_iceman

    At first, sorry about my english, i’m not fluent.
    WordPress version:3.5.1
    bbPress version: 2.3
    Theme: Origin version 0.3.5

    The problem don’t happen with TwentyTwelve.
    I’m using a very modified version of Origin from AlienWP. Everything works fine with bbPress, except any forum page (list of topics). It stays blank.

    Checking the code in this blank page, we can see that nothing after site description is loaded, not even the content is opened. Theme header stops at this point:

    `…

    /** STOPS HERE ***/

    …`

    I tried to create a new “normal” page and use the shortcode [bbp-single-forum id=2633] to list topics;, it works, but there’s a link on breadcrumbs (inside each topic) that still pointing to original forum list.

    I really don’t want to change my theme, so any idea is appreciated.

    Links
    Main forum list (working) http://www.memoriabit.com.br/forums/
    Forum page – list of topics (not working) http://www.memoriabit.com.br/forums/forum/sega-mega-drive-genesis/
    Topic (working) http://www.memoriabit.com.br/forums/topic/super-monaco-gp/

Viewing 1 replies (of 1 total)

  • Daniel Lemes
    Participant

    @daniel_iceman

    Sorry, php devoured, cleaning:

    `… get_template_part( ‘menu’, ‘primary’ ); // Loads the menu-primary.php template.
    hybrid_site_description();
    /** STOPS HERE **/
    do_atomic( ‘header’ ); // origin_header
    do_atomic( ‘close_header’ ); // origin_close_header …`

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