Forum Replies Created

Viewing 4 replies - 61 through 64 (of 64 total)
  • Thread Starter stuudio

    (@stuudio)

    Thank you. This works ??
    Case closed, problem resolved.

    Now I have to figure out, how to replace those almost unreadable fonts forums uses but this is a different “issue”

    Thread Starter stuudio

    (@stuudio)

    if I add the code

    // Add Back page body class when bbPress and BuddyPress are active
    function mme_addback_page_body_class($classes){
        if( is_bbpress() || is_buddypress() )
                $classes[]="page";
            return $classes;
    
    }
    add_filter('body_class','mme_addback_page_body_class',20);

    to public_html/wp-content/themes/spun/functions.php
    I get the a blanc page and looking at the page source, i can see:

    <body
    Fatal error: Call to undefined function is_buddypress() in ...../public_html/wp-content/themes/spun/functions.php on line 338

    Same happens, if code is added to themes/spun/bbpress/bbpress-functions.php

    <body
    Fatal error: Call to undefined function is_buddypress() in ....../public_html/wp-content/themes/spun/bbpress/bbpress-functions.php on line 448

    Hopefully this makes sense ??

    Thread Starter stuudio

    (@stuudio)

    forum root page look OK now but all the rest of the pages disappeared.

    Patch usually shows the surrounding code too. It’s unclear, what they mean by “at the bottom” of the file and

    Note:
    1. Need to remove list-styles in bbPress and BuddyPress components

    I think you need to go back to your modification and add exclude and page_id somewhere.

Viewing 4 replies - 61 through 64 (of 64 total)