(OLD 5.7 Discussion FORUM)

Layouts and responsive (newbie question heelp)

Hi all, I met Concrete5 from very little time, and I'm still exploring its functionalities. Big question about responsibe layouts: Can I change the layout of a page depending on the screen size / device? I am talking of the blocks positioning, not ju…

Class not found when using a namespace

I have an addon that someone is attempting to install. They are receiving this error: [code]Class 'Concrete\Package\MyPackage\Core\Installer' not found[/code] In the file where this is called, the Installer class is referenced and aliased, such as: [co…

Unexpected Errror when adding a new page

I'm doing a fresh install. I've only just installed and activated the template and then I try to add a page and I get this: [code] Argument 1 passed to Concrete\Core\Page\Type\Type::createDraft() must be an instance of Concrete\Core\Page\Template, nu…

Custom Block Auto.js File Only Triggered Once

Hi there. I'm not sure if this is an issue others have noticed or if its just me. I have a custom block that uses a auto.js file to change the admin form options displayed in add.php and edit.php (form.php actually). They are triggered by the change o…

Override next_previous block controller

Hello, I'm trying to override the block next_previous's controller with my own replacing some functions. [code] use \Concrete\Block\NextPrevious; class Controller extends NextPrevious { [/code] My file is in application/blocks/next_previous/control…

config/site.php missing/does not exist

I have dug and dug and dug on the Concrete5 forums, and I just keep going in circles. I feel like I've lost my marbles on this. I have read several posts about moving a site, and every single one talks about editing the config/site.php after the move (and…

How do I remove render-blocking java script?

My site is under suspension from Google AdWords. They want me to fix the following, but I am not sure how. 58 / 100Speed Should Fix: Eliminate render-blocking JavaScript and CSS in above-the-fold content Your page has 2 blocking script resources a…

Can't edit my page elements

Running the Fruitful theme on 5.7.3.1 and having problems editing the home page. The main header slider won't go into edit mode. Other areas allow me to edit, but then don't register the edits on save. The main slider will sometimes lose all of its conten…

UserGroup vs Concrete\Core\User\Group\Group

Hi, I try to create a new user group during package install using [code] Group::add($gName, $gDescription, $parentGroup, $pkg, null); [/code] (Group references to Concrete\Core\User\Group\Group) ...I get this error message from the dashboard…

Filter Posts