Hey All,
I am brand new to the community, just downloaded and installed the release. I am playing around with it, and read in the documentation that in order to input a component or remove one you just have to add/delete the
{* Start Search *}
{search1}
{* End Search *}
part of the code. I don't want the search bar or the print option to appear on my page at all, but no matter what I do, whenever I hit "View Site" it is always there! Its haunting me! Haha, Any advice?
Thanks!
Removing Components
Re: Removing Components
Welcome here.
Go to Layout > Templates in admin panel, select your template and ...
Sometimes it's a good idea to clear cache (admin panel, Site admin > Global settings).
Go to Layout > Templates in admin panel, select your template and ...
... delete thisensanity wrote: the search bar
Code: Select all
{* Start Search *}
<div id="search">
{search}
</div>
{* End Search *}
... and thisor the print option
Code: Select all
<div style="float: right;">{print showbutton=true script=true}</div>