I have bbpress installed, and on the main forum page, I set the page to display no sidebar, yet the sidebar is appearing. Also on this page, the font for the text is different than the font for all other forum pages. The other forum pages seem to follow the font of the theme, but this main forum page does not.
I am ok with the sidebar at this point. It is not working as I expect, but I think I will keep the sidebar. Any thoughts on how to resolve the font issue?
Hey!
Your page cannot be found. Can you please check the link once again and let us know?
Cheers!
Yigit
Hey!
Try to wrap the code inside a conditional function:
$avia_config[‘layout’][‘current’] = $avia_config[‘layout’][‘fullsize’];
$avia_config[‘layout’][‘current’][‘main’] = ‘fullsize';
Use the is_page function. https://codex.wordpress.org/Function_Reference/is_page
Cheers!
Ismael