Can't apply 'Design and custom template' to blocks in a stack

Permalink
I create a stack and add a block (content block).
I want to apply a custom style to it.
I click the block, click 'Design and custom template', the screen looks as if it's going to work but the button bar doesn't appear so I can not apply the custom template.

UPDATE: The controls are there but the opacity is set to 0 so you can't see or interact with them. Maybe a JavaScript error not making them visible?

(concrete5 5.7.4.2)

simonchilton
 
WillemAnchor replied on at Permalink Reply
WillemAnchor
that's interesting

It's not working right on 5.7.4.2. Seems to work better on 5.7.3.1
I get the buttons, and can save, but not all of the styles are applied when viewing the stack on the site.
change font -> does show in the dashboard, but not on the site
add class -> does work as expected


I suggest you report it on Github
MrKDilkington replied on at Permalink Reply
MrKDilkington
@simonchilton

Are you applying styles in Edit Mode or in the Dashboard in the stacks page?

Are you using a custom theme?
simonchilton replied on at Permalink Reply
simonchilton
Hi. I'm using the theme Anitya from the marketplace and I'm trying to apply the custom template in the Dashboard in the stacks page. Thanks!
binomonkey replied on at Permalink Reply
binomonkey
I have the same issue. Is there a workaround for this?


# concrete5 Version
Core Version - 5.7.5.2
Version Installed - 5.7.5.2
Database Version - 20150731000000

# concrete5 Packages
Block Designer (1.3.4), Supermint Theme (3.2.4).
MrKDilkington replied on at Permalink Reply
MrKDilkington
@Bjorn

Can you take a screenshot of this please.
Dushka replied on at Permalink Reply
Dushka
I'm having the same issue with 5.7.5.4. When I add some padding to a block in Dashboards/Stacks you see action on that page, but when you go back to the front end, nothing has changed. Quite annoying.
MrKDilkington replied on at Permalink Reply
MrKDilkington
@Dushka

I was able to recreate the bug you described using 5.7.5.6.

Example steps:
- make a stack
- add a Feature block
- add a background color and padding to the Feature block
- save
- add the stack to a page

The stack will be wrapped in a container with the correct custom style classes, but without the accompanying style CSS.
<div class="ccm-custom-style-container ccm-custom-style-main-12956">
    <div class="ccm-block-feature-item">
        <h4><i class="fa fa-asterisk"></i> Tuba</h4>
        <p>crunch crunch</p>
    </div>
</div>

On the stacks page, the CSS style is created and injected into the page <head>.
<style type="text/css" data-area-style-area-handle="Main" data-block-style-block-id="12956" data-style-set="43">
    .ccm-custom-style-container.ccm-custom-style-main-12956{background-color:rgb(214, 179, 179);padding-top:107px;padding-right:55px;padding-bottom:63px;padding-left:58px}
</style>

This style is not added to the page where the stack is used.

If you create a bug issue for this, I will confirm it.
Dushka replied on at Permalink Reply
Dushka
@MrKDilkington

O.K. I have submitted a report. Not sure if it is very clearly explained, though.

-----Original Message-----
From: concrete5 Community [mailto:discussions@concretecms.com]
Sent: Thursday, 28 January 2016 4:18 PM
To: rod.mcqueen@iinet.net.au
Subject: Can't apply 'Design and custom template' to blocks in a stack : Editing with concrete5
DeviantDeer replied on at Permalink Reply
DeviantDeer
Hi, I've run into this bug as well. When I apply design changes in the stacks menu, they don't display when the stack is applied to a page. Has this issue been resolved yet?

I have a site with about 50 pages and am using the stack as a side bar. I would hate to have to apply all the design elements to each instance of the stack if I can only apply it one time in the stack menu.