-
AuthorPosts
-
March 16, 2020 at 3:04 am #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
March 20, 2020 at 4:01 am #1194664Hey 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.
Please get a fresh copy of the theme from your Themeforest account and try to manually update via FTP.
Best regards,
IsmaelMarch 20, 2020 at 4:38 am #1194675Hi 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
March 24, 2020 at 8:11 am #1195677Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.
