This topic has 3 replies, 2 voices, and was last updated 8 years by trsl2.

  • Author
  • #114387
     trsl2
    Participant

    I have followed the BBPress instructions to change the Forum list layout from ‘inline’ to ‘block’ but my site is still the same

    https://codex.bbpress.org/layout-and-functionality-examples-you-can-use/

    #114782
     sharmstr
    Moderator

    How do you know? You only have 1 forum with no subforums.

    Also (unrelated, but clearly an issue), turn off transparent main menu in theme options. Only enable it for your home page.

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

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #114783
     sharmstr
    Moderator

    This is the code you should be using

    COPY CODE
    
    function custom_bbp_sub_forum_list() {
      $args['separator'] = '<br>';
      return $args;
    }
    add_filter('bbp_after_list_forums_parse_args', 'custom_bbp_sub_forum_list' );
    
    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    This support site is not about custom work. If you need custom development please contact cornel@seventhqueen.com

    #114979
     trsl2
    Participant

    Ok thanks I think that has corrected itself

Viewing 4 posts - 1 through 4 (of 4 total)

The forum ‘Plugins questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?