Skip to:
Content
Pages
Categories
Search
Top
Bottom

BBPress Layout Is Messed Up

  • @studentfilmmakers

    Participant

    I am really struggling with this. I can’t get the index page and breadcrumbs working correctly. Screenshot

Viewing 12 replies - 1 through 12 (of 12 total)
  • @studentfilmmakers

    Participant

    I have a forum software running in the /forums of the site so I can’t let it stay at default /forums.

    @robin-w

    Moderator

    need a link to a live example on your site

    @studentfilmmakers

    Participant

    @studentfilmmakers

    Participant

    When I change the root setting even if I use shortcode in the page, it makes this funky disorganized page like in this example https://www.studentfilmmakers.com/ResentPosts/

    But here is the page with the shortcode https://www.studentfilmmakers.com/bulletinboard/

    As long as I don’t set the root to the bulletin board, it looks fine, but if I set it to the bulletin board, it will seem like the above. Also, where can I change the breadcrumb links??? I don’t want it to say freaking “forum” It is a bulletin board and I have a forum in the /forum directory.

    @robin-w

    Moderator

    https://www.studentfilmmakers.com/ResentPosts/ has a parameter

    .ast-col-md-4 {
    	width: 33.3333333333%;
    }
    

    that is causing it. I suspect you have it in a column parameter within your theme

    changing it to

    .ast-col-md-4 {
    	width: 100%;
    }

    in custom css would fix it, but may break something else 🙂

    @studentfilmmakers

    Participant

    i guess i can try it and then see what it breaks. Any other solution?

    @robin-w

    Moderator

    no, it is a theme setting, and with many thousands of themes I cannot look to find out what you may have mis-set or the theme has mis-set

    @studentfilmmakers

    Participant

    It worked and I don’t see any breaking as of yet. Now how do I get this the breadcrumbs navigation thing? Archives: Forums HomePage › Forums I don’t want any of that actually but I certainly don’t want it to say Forums.

    @robin-w

    Moderator

    bbp style pack

    once activated go to
    dashboard>settings>bbp style pack>Breadcrumbs

    and you can turn off any/all or change each element

    @studentfilmmakers

    Participant

    Will that fix these issues with no space between the Bulletin Category and the Subscribe link? CamerasSubscribe like here? https://www.studentfilmmakers.com/BulletinBoard/Catagory/cameras/ You might have to be logged in to see it but there is not space between the words in the breadcrud

    @studentfilmmakers

    Participant

    Will that fix these issues with no space between the Bulletin Category and the Subscribe link? CamerasSubscribe like here? https://www.studentfilmmakers.com/BulletinBoard/Catagory/cameras/ You might have to be logged in to see it but there is not space between the words in the breadcrudes

    @robin-w

    Moderator

    don’t know – can’t say – try it !

Viewing 12 replies - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.
Skip to toolbar