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 [Solved] Make sidebar widget only appear on forum index?

9 Posts
2 Users
4 Reactions
1,370 Views
Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 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: 1522
(@tutrix)
Noble Member
Joined: 5 years ago

Hi @danniee

Follow this topic Display Widget at index page only? 😉

1 Reply
(@danniee)
Joined: 6 years ago

Honorable Member
Posts: 446
Posted by: @tutrix

Hi @danniee

Follow this topic Display Widget at index page only? 😉

That's amazing, thank you very much!

 

Posts: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

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

Tutrix
Posts: 1522
(@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: 446
Topic starter
(@danniee)
Honorable Member
Joined: 6 years ago

Thanks again! That worked 🙂

Page 1 / 2