Stucco installation

Permalink
More frustrations. I installed Stucco and activated it for my web site and only certain elements are appearing. I am still getting elemental blocks. Any clue?

 
ConcreteOwl replied on at Permalink Reply
ConcreteOwl
Normal behaviour,
Elemental and Stucco use the same area names such as in the default.php page type (example)
<?php 
$a = new Area('Main');
$a->enableGridContainer();
$a->display($c);
?>

This means any content that is used in the 'Main' areas does not get overwritten when you swap themes.
As a rule of thumb, themes are just what they sound like, a collection of different styles to apply to your content.
Some themes also include in the package various optional blocks but generally themes just change the styling of your content.