Developing (v7+)

[novice] design & type with Fundamental theme

I've installed latest concrete, installed fundamental with one starting point (cleared old content) and removed default theme. OK and here's the thing. My home page has an option to select 7 different Page Templates and 4 pagetypes. Any other page…

Including a new custom class - Class Not Found issue

Hi everyone! I'm very new to Concrete5 and I'm building my first theme. I'm trying to include a custom class that I have placed at \Application\Src\Derp\Derp.php. Here are its contents: [code] namespace Application\Src\Derp; use Concrete\Core\Data…

HTML patials for use with angularjs include

Hi community I'm building a c5 application with angularjs. I'd like use ng-include statement to get some html partials loaded dynamically. I'm working with a single-page in a package. So I'd like to put my partials somewhere in the package's directo…

Best place to apply Bootstrap classes

Hi! I want to hide a couple elements of my site and add a couple media queries. I normally use bootstrap's hidden-xs class. If I want to apply them to a specific block, where is the best place to apply that to single it out. For instance, an image bloc…

How to place a stack programmatically in an area on a page?

Creating a stack with blocks inside follows this pattern: [code]$stack = Stack::getByName('Your Stack Name'); if (is_null($stack)) { $stack = Stack::addStack('Your Stack Name'); $block_type = BlockType::getByHandle('your_blocktype_handle'); …

Update add-ons not working

Hi, I'm using concrete5 v5.7. I want up update an add-on of mine. Firstly, it seems that 5.7 doesn't have the ability yet to backup your DB. So I've done an "export" of my database via MyPHPAdmin. I've also made a back-up of my entire website by cop…

out of memory(?) with Fundamental theme

Hi, I'm getting a blank screen while trying to edit the fundamental theme http://c5hub.com/resources/blank-screen-when-changing-concrete5-57-... Tried with php 5.5, 5.6, and finally updated php to v7 and assigned memory limit to 512. Using PHP inf…

Check if page list is being filtered, display message

I'm currently building a site with a page list that can be filtered by tags. Is it possible that when the page list is being filtered I can display a message to let the user know that's what's happening? Something like "Current Filter: %tag name%" or…

https www redirect and pretty-urls

Does anyone have experience with the setup of c5.6 with https and redirect to www (and pretty urls) ? Added this http://legacy-documentation.concrete5.org/tutorials/force-https-for-entire-website and www redirect I don't know if I'm experiencing a s…

Creating attribute without a package

Hi, We create our theme metadata keys very often. I want to create new attributes programatically without having the need to install them. Meaning on the fly and not by a package. The main reason is that we want our theme to be portable between envi…

Filter Posts