Notifications
Clear all

wpForo 1.x.x [Solved] Make sidebar widget only appear on forum index?

9 Posts
2 Users
4 Reactions
1,060 Views
Posts: 379
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Hi,

I have just added the wpforo latest topics widget to the wpforo sidebar area. However, is there a way to only make it appear on the forum index and make rest of the page views full width as is the case with Invision Board for example?

 

Many thanks

Daniel

8 Replies
Tutrix
Posts: 1415
(@tutrix)
Noble Member
Joined: 4 years ago

Hi @danniee

Follow this topic Display Widget at index page only? 😉

1 Reply
(@danniee)
Joined: 5 years ago

Honorable Member
Posts: 379
Posted by: @tutrix

Hi @danniee

Follow this topic Display Widget at index page only? 😉

That's amazing, thank you very much!

 

Posts: 379
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Hm, is there any way to hide it from login/logout/register screen as well?

Tutrix
Posts: 1415
(@tutrix)
Noble Member
Joined: 4 years ago

@danniee

#wpforo-wrap.wpft-login .wpforo-right-sidebar, #wpforo-wrap.wpft-register .wpforo-right-sidebar {
width: 0%!important;
display: none !important;
}
#wpforo-wrap.wpft-login .wpforo-content, #wpforo-wrap.wpft-register .wpforo-content {
width:100% !important;
}
Posts: 379
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Thanks again! That worked 🙂

Page 1 / 2