Developing (v7+)

Different CSS files being delivered by getStylesheet()

V8.4.0 I'm likely missing something simple but I have two pages, same theme, pagetype and template, all caching is off in the Dash as it's a dev site currently yet I'm getting two very different css tags being output which makes the pages look differen…

Cache methods in 5.8

Hi All Can't I use these codes in 5.8: [code] Cache::delete($cached_block_pro, false); Cache::get($cached_block_pro, false); Cache::set($cached_block_pro, false, $Items); [/code] Also global $c won't work in 5.8 ?? Rony

Legacy Form qsID Error

Hi, I have created a Contact Form using Legacy Form. My form data are getting submitted, as I can see check that in reports, also I am receiving the successful submission mail. But It is showing - [code] Oops, something is wrong with the form you …

Save cache in config

Hi All In 5.6 I can use the below code: [code] Config::save('ENABLE_CACHE', 0); [/code] But in 5.8, how do I do that? Rony

SelectAttributeTypeOption not recognized by C5

Hello All I'm trying to create an advanced autonav block package & written this code into package controller. Concrete5 doesn't recognize "SelectAttributeTypeOption". Any idea why? Am I doing anything wrong? [code] use Concrete\Core\Entity\Attribute…

C5-8.4+ How to change theme width without code changes?

The default Elemental theme is 992px wide. How can I change the 'main' width to 1200px or to full screen without changing the CSS code? Is it possible with the C5 editor? For example like this one: https://blackrockdigital.github.io/startbootstrap-lan…

upgrade 8.0 to 8.2.1

Upgrade mostly successful. I ran into some issues with a custom template for an Express Form, but changed how that rendered. Fixed that issue. My last issue is with a page that I do not see a form on, but still giving me the error: Class Concrete\C…

Portfolio block based on macy.js

Hi there, The Portfolio block is a tabed gallery based on macy.js, which allows to display one fileset of images for each tab. Can anybody tell me if the block's code can be tweacked to eliminate the View All default option? I wish the default view we…

Filter Posts