Removing the "Add to"
Permalink
Hi
Is there any way of removing the 'Add to' on certain areas. Want to remove it from under my Header Nav area. Not really that knowledgeable when it comes to php but is there a line of code I can add to
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
to make it disappear?
Cheers
Karl
Is there any way of removing the 'Add to' on certain areas. Want to remove it from under my Header Nav area. Not really that knowledgeable when it comes to php but is there a line of code I can add to
<?php
$a = new Area('Header Nav');
$a->display($c);
?>
to make it disappear?
Cheers
Karl
Thanks Remo, thats exactly what I wanted.
needed that one as well...
Since updating to 5.6 with BlockLimit set I still get the 'Add To' dashed lined area. It doesn't let me add a block but it's there giving me other optons. Without being able to add a block it really has no purpose other than adding some confusion. Does anyone else see this?
there's a solution here:
http://www.concrete5.org/index.php?cID=382186&editmode=...
http://www.concrete5.org/index.php?cID=382186&editmode=...
But you might be satisfied with this:
It restricts the blocks in the area to 1. If there's no block in the area you see "Add.." but not if there's one inside..