I have a forum software running in the /forums of the site so I can’t let it stay at default /forums.
need a link to a live example on your site
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.
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 🙂
i guess i can try it and then see what it breaks. Any other solution?
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
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.
bbp style pack
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
and you can turn off any/all or change each element
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
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
don’t know – can’t say – try it !