CMSMS ad on home page after install
CMSMS ad on home page after install
Just did a complete install of cmsms 2.8.8. Everything works EXCEPT -- I get a large cmsms advertising banner on my home page. Can't find a way to get rid of it. Searching has yielded no one else with the problem. Any thoughts? Thanks.
Re: CMSMS ad on home page after install
Are you talking about the slider included with the Simplex theme? That's in the main Simplex template, you can comment out or remove the line:
or edit the Simplex Slideshow template to include your own content.
The sample templates are just to give you an idea of how to build templates, they're not really meant to be live-site ready.
Code: Select all
{global_content name='Simplex Slideshow'}
The sample templates are just to give you an idea of how to build templates, they're not really meant to be live-site ready.
Not getting the answer you need? CMSMS support options
Re: CMSMS ad on home page after install
Thanks for the quick reply. I'll give it a try.