Notifications
Clear all

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

9 Posts
2 Users
4 Reactions
1,190 Views
Posts: 400
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: 1523
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @danniee

Follow this topic Display Widget at index page only? 😉

1 Reply
(@danniee)
Joined: 5 years ago

Honorable Member
Posts: 400
Posted by: @tutrix

Hi @danniee

Follow this topic Display Widget at index page only? 😉

That's amazing, thank you very much!

Β 

Posts: 400
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: 1523
(@tutrix)
Noble Member
Joined: 5 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: 400
Topic starter
(@danniee)
Honorable Member
Joined: 5 years ago

Thanks again! That worked πŸ™‚

Page 1 / 2