Reviews

Current Version

Review posted by gaffricot007 on at

Great add on

gaffricot007
It makes life simple in designing a page
Review posted by onemhz on at

works perfectly but....

onemhz
Great block, do job, but I performed mod of view.php.

Now I have posibility to enter "rem" and while edit page it shows what value was enter.

AND did you know version 0.93 have posibility to enter other units than "px" just add "em" and "%" and go.

Attached code is mod of "view.php" just repleace if you like.
My version is now 0.94

<?php     defined('C5_EXECUTE') or die(_("Access Denied."));
if (preg_match('/em|px|%|rem/', $spacerHeight)) {
   $height = $spacerHeight;
} else {
   $height = $spacerHeight.'px';
}
$c = Page::getCurrentPage();
if (is_object($c) && $c->isEditMode()) {
   echo '<div class="ccm-edit-mode-disabled-item">';
    if (empty($height)) {
        echo t('Empty Content Block.');
    }else{
        echo t('Spacing: %s',$height);
    }
   echo '</div>';
Review posted by yfsneals on at

Works

yfsneals
Dead simple, reliable, does what it says.
Review posted by tallacman on at

You need a spacer

tallacman
Get this one.
Review posted by kspitzley on at

Simple, works well, essential

kspitzley
I add this literally to every site I do. Sometimes you just need some space...:)
Review posted by MarcYBB on at

Not all add-ons are created equally

MarcYBB
Drap-drop-edit-enter height of space required. Done.
Works on full width, columns...
Could not be any easier.
Review posted by MarcYBB on at

Not all add-ons are created equally

MarcYBB
Drap-drop-edit-enter height of space required. Done.
Works on full width, columns...
Could not be any easier.
Review posted by jmnino on at

Excellent

jmnino
When you need to add spacing, it can't be any easier to use.
Review posted by okapi on at

Simple and useful

okapi
This add-on is a basic component between blocks, useful and easy to use.
I love to see my favorite add-ons being created/recreated/updated for use with concrete5 5.7! Thank you!

Filter Posts