Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
Tomink Posted December 8, 2017 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!
Uzi AreaGames Posted December 9, 2017 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; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.