Find Answers and Get Support › Forums › Cera – Intranet & Community Theme › Compatible Plugins › bbPress › Bbpress topic page shows in full width, how to show sidebar?
- This topic has 5 replies, 2 voices, and was last updated 3 years, 10 months ago by Manathan.
-
AuthorPosts
-
MuamerParticipant@mllapan
- 13 Topics
- 33 Posts
In this example, you can see forum topic is shown in full width, and forum https://mllapan.com/forum is having sidebar.
How do I make sidebar visible on topic?October 2, 2020 at 14:34 #23832MuamerParticipant@mllapan- 13 Topics
- 33 Posts
I have put adsense under div class advertbbpress, as it is advertisement for forum. CSS of this advertisement is:
.advertbbpress { display: block; width: 100%; min-width: 250px; margin: 50px 0 0 0 !important; }
I am using adrotate, and I am calling the code after first post via this function…
function display_after_topic() { if( get_post_type() == 'topic') { $text = '<div class="advertbbpress">' . adrotate_ad(4) . '</div>'; echo $text; } else { return ; } }
It shows advertisement after the first topic.
Althought I am asking this about forum, same is happening also in posts, pages and everywhere. The way theme is developed, somehow google ads are pushing the parent divs to full width, and everything after is going in a new row. Check here: https://mllapan.com/forum/tema/moj-pc-se-ne-moze-nositi-s-uredjivanjem-video-zapisa/
Note: The ad is under the word “Hvala!” as it sometime does not show.
I know it can be fixed by adding fixed width to advertbbpress class, but than on different screens ad will overflow things, or I would have a lot of css to do for all the screens.
October 2, 2020 at 15:17 #23835@themodactyl- 0 Topics
- 6587 Posts
Hi @mllapan,
Thanks for getting in touch! We’ve received your request and we’ll get you an answer shortly. 🙂
We’re experiencing a much larger number of requests than usual so our wait times are longer than expected. We’re working hard to get back to you as quickly as we can and we really appreciate your patience!
We really thank you for your patience!
In the meantime, feel free to check out our documentation resources for more help:
Kind regards,
October 3, 2020 at 09:06 #23857@themodactyl- 0 Topics
- 6587 Posts
We’ll do our best to offer you the best support possible despite the high volume of requests.
Please note that we provide support only during belgian business hours : Monday to friday, from 8:30 am – 5:30 pm CEST. Our response time can be up to 1 business day.
Rest assured that we will still do our best to handle your requests as soon as possible! ?
Thank you for your understanding.
October 3, 2020 at 15:27 #23870@themodactyl- 0 Topics
- 6587 Posts
Hi @mllapan,
Unfortunately, this feature is not available with BuddyPress and to our knowledge, there is no plugin that you could install to add this feature to your website. We think that this feature requires custom development work. In consequence, our recommendation is to hire a freelancer to this job for you.
If you’re on a tight budget, we recommend you to require the services from Envato Studio freelancers (https://studio.envato.com/explore/websites-programming). This web platform gives you access to developers who have already experience with theme customizations, and for very competitive prices.
Sorry we can’t help you with this.
Best,
October 5, 2020 at 11:20 #23905 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Bbpress topic page shows in full width, how to show sidebar?’ is closed to new replies.