Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1193364

    Having the same issue as this thread

    My custom footer is outputting source code on various BBpress pages. Looks like the problem was fixed on the above thread but you solution was provided. I am including login details below

    #1194664

    Hey jacqueschoquette,

    Thank you for the inquiry.

    According to the following thread, the fix for this issue is already included in the latest version of the theme.

    // https://kriesi.at/support/topic/problem-with-footer-page-and-bbpress-displaying-shortcodes/#post-1098091

    Please get a fresh copy of the theme from your Themeforest account and try to manually update via FTP.

    Best regards,
    Ismael

    #1194675

    Hi Ismael I am afraid to say we are already on the latest version 4.7.3 and all plugins are up to date as well. The post you are refeancing seems to describe issues with shortcodes in the footer. That is not the case with us. Or issue occurs when we use the set page as a footer option. If we change to standard footer widgets the problem goes away. Our issue is only present when we set a page as a footer. Feel free to test on the live site we have everything backed up

    #1195677

    Hi,

    Thank you for the update.

    To fix the issue temporarily, we edited the config-bbpress\config.php > avia_bbpress_before_page_in_footer_compile function to always return true when bbp-view class attribute is included in the body_class array.

    if( $forum_page || in_array( $current->post_type, $bbp_post_types ) || in_array( 'bbp-view', $body_class ) )
    		{
    			bbp_restore_all_filters( 'the_content' );
    		}
    

    We’ll let you know once we found a better conditional function.

    Best regards,
    Ismael

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