Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

wpForo 1.x.x [Closed] Forum gets inserted into the post

5 Posts
3 Users
1 Reactions
2,135 Views
Posts: 2
Topic starter
(@justadog)
New Member
Joined: 7 years ago

I don't know why this happens I thought this would be a common because I had the same issue with another Forum I tried to add to my site I also don't know what words to use to search for this issue that's why I made a new post about it. Would be nice if someone know the answer to this. Thanks.

4 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi @justadog,

This issue doesn't have any relation to wpForo and other forum plugins. This is your theme page layout issue. Please edit the forum page and try to find full width page template. The left empty space is the sidebar space, you don't have widgets in this space so you think this is an empty space.

If you didn't find full width ore one col template, then you should change the theme or contact to this theme developers and ask how to remove the left sidebar form page.

Posts: 2
Topic starter
(@justadog)
New Member
Joined: 7 years ago

I do not have that option 🙁

Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

Hi, please leave some URL to the forum page. I'll help you fix this using a small CSS code.

Tazing
Posts: 25
(@tazing)
Eminent Member
Joined: 7 years ago

CSS code if not work :p

#wpforo #wpforo-wrap .wpforo-main {

   width: 750px !important; (recommended)

}

But it's not responsive if you would with responsive you add Her lines of codes :

@media screen and (max-width: 1000px) {

     #wpforo #wpforo-wrap .wpforo-main {

         width: 500px !important;

         }

}