Developing (v7+)

UI Kit Grid Framework

Hi! I'm trying to implement the UIKit Framework (https://github.com/uikit/uikit) into my theme. Done all the necessary code, but for some reason I'm unable to create a nice layout. When adding 2 columns its seems fine, but when I try to arrange the …

Search result excerpts

Is there a way to show search result excerpts (some text around the search keyword) in my search results, instead of just the page title? This would be a really cool feature and helps the user get a better sense of whether a search result is relevant or n…

Mail Helper and file attachments

I see in the mail helper some notes about attaching files to mail. I am using current concrete5 5.7.3 version [code] $mailHelper->addAttachment(File::getByID(17)); $attachment->filename = "CustomFilename"; [/code] But I get an error: call_user…

Not responsive logo on Elemental

Hello I am using the Elemental template which is responsive. But the picture I use as logo on all my websites look : - fine on destop and ipad - ugly on iphone (or any small mobile screen). It is "wrapped", "squeezed", I don't know how to say. S…

How to replace GroupList in 5.7 version

I upgrade my site 5.6 version to 5.7.3 version. how to used getUserGroups and GroupList method in 5.7.3 version [code][ $ui = UserInfo::getById($u->uID); $usergroups = $u->getUserGroups(); $gl = new GroupList($ui, true); $gArray = $gl->getGr…

Accessing sub menu through Keyboard

Hello All, I would like to implement one functionality over my website. Does anybody knows how we can make sub-menu's of Top Menu accessible through Keyboard, currently one can see it by hovering top menu through mouse, but i want to do it using Key…

Disable responsive images

Hi everyone, I wish to disable Picturefill in Concrete 5-8.5.2 In my content block source I have... [code] [/code] The oputput looks like this... [code] [/code] I wish to disable this behaviour so the ou…

Troubles with Overriding Express_Entry_List

I'm trying to display Team member info in custom card. I have populated the Team Members express object, and placed an Express Entry List block onto the page. I then configured the block to grab the team members. I've copied the entire Express entry …

Filter Posts