Data at Your Fingertips: Explore Our New Reporting and Statistical Capabilities By Ryan Ashbrook 5 hours ago
Tomink Posted December 8, 2017 Share Posted December 8, 2017 I just realized something as I placed a widget at the top of my forum. When I go to create a new topic, the widget that I only wanted on the home page is showing up on the new topic post page. Is there a way I can hide the widget based on the page? Thanks! Link to comment Share on other sites More sharing options...
Uzi AreaGames Posted December 9, 2017 Share Posted December 9, 2017 I had the same problem, add this code into your custom.css and see if the problem still persist. body[data-pagecontroller="topic"] .ipsLayout_sidebarright { display: none !important; } body[data-pagecontroller="forums"] .ipsLayout_sidebarright { display: none !important; } body[data-pagecontroller="announcement"] .ipsLayout_sidebarright { display: none !important; } body[data-pagecontroller="directory"] .ipsLayout_sidebarright { display: none !important; } Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.