Notifications
Clear all

wpForo 1.x.x [Solved] Display Widget at index page only ?

5 Posts
3 Users
1 Reactions
662 Views
Posts: 13
 cf2d
Topic starter
(@cf2d)
Eminent Member
Joined: 5 years ago

Hi,

I wonder if it was possible to display widget, only at main forum page. I have tried to setup the page to fullwidth but widget is present on each page.

I work with DIVI theme.

Any help would be appreciated.

Thanks,

Ludovic.

4 Replies
Tutrix
Posts: 1453
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @cf2d

There is no option for this, but you can hide the sidebar on the posts via css

add this to custom css

#wpforo-wrap.wpft-post .wpforo-right-sidebar {
width: 0%!important;
display: none !important;
}
#wpforo-wrap.wpft-post .wpforo-content {
width:100% !important;
}

Dashboard > Forums > Settings > Style (custom css)

 

https://www.screencast.com/remove-Sidebar

 

3 Replies
Alvina
Moderator
(@alvina)
Joined: 5 years ago

Member
Posts: 1863

Hi @cf2d,

Try to use the Custom Sidebars plugin and set different sidebars by page URL.

https://wordpress.org/plugins/custom-sidebars/

 cf2d
(@cf2d)
Joined: 5 years ago

Eminent Member
Posts: 13

@alvina Thank you for the tip 🙂 

It was not the solution for me today, but I keep the plugin for another time.

Have a nice day !

 cf2d
(@cf2d)
Joined: 5 years ago

Eminent Member
Posts: 13

@tutrix Thank you very much, that works 🙂

All the posts are now fullwidth.

Have a nice day !