Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #443833

    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.

    #444708

    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?

    #445135

    Hey!

    Your page cannot be found. Can you please check the link once again and let us know?

    Cheers!
    Yigit

    #445142
    This reply has been marked as private.
    #445150
    This reply has been marked as private.
    #445163
    This reply has been marked as private.
    #445541

    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

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