This topic has 6 replies, 3 voices, and was last updated 7 years by Radu.

  • Author
  • #158480
     randrcomputers
    Participant

    We had this working but last couple updates has broken it.

    want just forum index showing sidebar and all other forum pages full screen but no matter what i do it wont work now and was always working until 4.2

    #158506
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #158735
     randrcomputers
    Participant

    Still trying to get this working.

    #159108
     Radu
    Moderator

    Hi,

    Add this function to wp-content/themes/kleo-child/functions.php

    COPY CODE
    function bbpress_custom_layout()
    {
        if (is_bbpress()) {
            if ( bbp_is_forum_archive() ) {
                kleo_switch_layout('left');
            }else{
                kleo_switch_layout('full');
            }
    
        }
    }
    add_action('wp_head','bbpress_custom_layout',22);
    

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #159181
     randrcomputers
    Participant

    just tried this and does not seem to fix it

    #159182
     randrcomputers
    Participant

    Error on my part i think it worked!!

    #159451
     Radu
    Moderator

    You’re welcome

    Cheers
    R

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 7 posts - 1 through 7 (of 7 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?