(OLD 5.7 Discussion FORUM)

Layout Area issues

I am using 5.7.2 using the default elemental theme without any coding changes at all to create a basic, small, easy to use site for a small charity. Now when i add a layout area on my local server I have no issues at all. However once uploaded I find that…

Layout Area issues

I am using the elemental theme - with no changes whatsoever to the CSS or PHP. When adding layout areas on my local server I encounter no problems at all but when i have uploaded the site I find that when adding layouts I can go through the process but in…

single page controller 5.7

when i go to /index.php/email_signup/view i get Call to a member function getPageController() on a non-object the controller is in the path: application/controllers/single_page/email_signup.php [code]

Improving the Conversations block

Hi Guys, Great work on the 5.7 re-development. It's looking great! Just wondering if it would be worthwhile adding the ability to include a username and email when submitting a reply as an 'anonymous user'? I have found that when we have included…

[Feature Suggestion] Full Width Content

Firstly, congratulations to Concrete5 and the Team for the recent award. Andrew you are doing an amazing job! Concrete5 is fastly becoming my favourite CMS and I've already been using it for a couple of projects at the studio I work at (over WordPress…

Problem with jquery

I definitly have a problem with this When I delete it the site works properly, otherwise I just get blank pages. My template already uses those

Registering theme-specific assets in a non-packaged theme

Hello, Are there any guidelines or docs on where to register the theme-specific asset files for a non-packaged theme? I've seen a lot of references for packaged themes to register these in the package's on_start method. But how do we do this in a no…

System Requirements - Cookies Enabled error

Hi! I am having problems installing 5.7 (currently 5.7.2.1) on my local MacBook Pro. I am using MAMP 3.0.7.2. I run the tests as part of the install and I am being told that Cookies are not enabled on my browser. I do not have this problem on live h…

adding page by code in 5.7

i have: [code] $page = Page::getByID(146); $collectionType = CollectionType::getByHandle('artical'); $pageData = array(); $pageData['cName'] = 'Page Name'; $pageData['cDescription'] = 'Page Description'; $newPage = $page->add('artical', $pageData…

Constrain Image Not Working

Pretty simple, two image blocks side by side, both set to constrain image to 400x400, one image is about 100px larger. Am I doing something wrong? Is the image constrain option not working as intended? In the image shown, all four images are constrai…

Filter Posts