Invision Community 4: SEO, prepare for v5 and dormant account notifications By Matt Monday at 02:04 PM
GoDuBois Posted July 12, 2017 Posted July 12, 2017 I searched ftp files to edit html in one of my pages, i created, but I had no luck finding. I want to remove a head banner advertisement on one of the pages I made. This is the only page, I don't want the banner showing. I'm not sure if I am going in the right direction. Any help is greatly appreciated.
Tom S. Posted July 12, 2017 Posted July 12, 2017 Any edits you want to make to any of your pages can be done in the ACP. (The same place where you created the page in the first place??) It is hard for me to guide you without knowing more about your situation.
Jennifer M Posted July 21, 2017 Posted July 21, 2017 Hey @GoDuBois This has a few different ways it can be handled however the fastest easiest way would be to make a CSS template under Pages > Templates and include that on your homepage (or whatever page you want to get rid of it. In the CSS page include this: .ipsAdvertisement { display: none; } However on that page any IPS specific advertisement will not show up anywhere. If you need something more specific let me know and I can provide you with more details on this however it will take template edits to do on top of using the CSS template file.
GoDuBois Posted July 21, 2017 Author Posted July 21, 2017 Thank you SOOO much @Jennifer M I appreciate your help!!!
GoDuBois Posted July 27, 2017 Author Posted July 27, 2017 Is it possible to do the same thing with the calendar? (I don't want the Advertising banner to show on calendar) I added that css file under the default theme, then under calendar and nothing happened. Wasn't sure what to do after I added the css file??? .ipsAdvertisement { display: none; } Can anyone give me a few steps on where & what I should do. thanks again for any help, I REALLY do appreciate it. Have a GREAT DAY!! @Jennifer M
Jennifer M Posted July 28, 2017 Posted July 28, 2017 Pages CSS templates aren't really made for this. However if you add this to your custom.css it should fix it: [data-pageapp="calendar"] .ipsAdvertisement { display: none; }
Recommended Posts
Archived
This topic is now archived and is closed to further replies.