Unable to edit my theme
Permalink
Hi,
I have a problem where I am unable to edit my theme. Due to the nature of my website this is the only stuff i have in default.php:
When entering edit mode I am unable to add blocks to these areas, because they are all stacked with no room between them.
I would appreciate any help greatly!
Thanks,
Mirko
I have a problem where I am unable to edit my theme. Due to the nature of my website this is the only stuff i have in default.php:
<?php defined('C5_EXECUTE') or die(_("Access Denied.")); $this->inc('elements/header.php'); ?> <!-- Content starts --> <!-- Scrollers --> <?php $b = new Area('PeopleScroller'); $b->display($c); ?> <?php $d = new Area('PlacesScroller'); $b->display($c); ?> <?php $e = new Area('ThingsScroller'); $b->display($c); ?> <?php $f = new Area('UnderWaterScroller'); $b->display($c); ?> <!-- Videos section --> <?php $g = new Area('VideosSection'); $b->display($c); ?> <!-- Gallery photos --> <?php $h = new Area('GalleryPhotos'); $b->display($c); ?> <?php $this->inc('elements/footer.php'); ?>
When entering edit mode I am unable to add blocks to these areas, because they are all stacked with no room between them.
I would appreciate any help greatly!
Thanks,
Mirko