Hi Support,
I am facing 2 issues with bbPress forum.
1. The title is too close to the header.
2. I don’t want the sidebar to be at this page.
3. How to change the colour of the forum from black to my desired color?
my website : https://12kbd9lk.thecrewtimes.com/forums/forum/singapore-airlines
Thank you!
Hello,
1. This is because of the code you added to remove the page padding: https://www.screencast.com/t/WtzCsvd5
Please remove that code and the title will no longer be too close to the header.
2. You can remove the sidebar from bbpress by changing this setting: https://www.screencast.com/t/mBpKNTzt but you cannot do it for separate pages in particular.
3.You can add this code in the theme panel-> custom css box:
.bbp-header{
background-color:#99d3df!important;
!important
}
Thank you!
Hello,
Thank you for your reply.
1. http://prntscr.com/fitv88 i have removed the code but the trending button goes down on the main page. How to solve this.
2. It works thank you.
3. Thank you.
4. I have problem with the bbpress translation. The automated translation seems inaccurate, how can i change the translation?
Hi,
You can do it this way. Leave the previous code in place and enter this one in Custom Css section. It will apply only for the mentioned forum page
– https://www.screencast.com/t/HVWgiuQfW
.postid-1057 .td-main-page-wrap {
padding-top: 48px!important;
}
About the translation I cannot say very much. This is the official bbpress guide on translation
– https://codex.bbpress.org/getting-started/bbpress-in-your-language/
Maybe you can find more on the bbpress forum about this matter.
Thanks
Thanks. that solved the other page but not this
https://12kbd9lk.thecrewtimes.com/forums
Please advice thank you.
Hi,
Sorry about that, I have not taken into account other pages. Please try it like this, it should apply on all forum pages
– https://www.screencast.com/t/IZ0E4FhupCmy
– https://www.screencast.com/t/LxUlXXhrw
.bbpress .td-main-page-wrap{
padding-top: 48px!important;
}
Try the code and see if it works properly, or it needs further adjusting.
Thanks