Developing (v7+)

Different add-ons with same vendor code

Say I have two block types on one page. Both block types register a javascript asset by the same handle. The loaded javascript code is also exactly the same, but each block has it packaged within itself. Will there be conflicts when the page loads si…

Relative links

Hi there Is it possible to make relative links in the navigation? For example currently every link is like http://www.myurl.com/en/mysite.php and I would appreciate if it was /en/mysite.php without URL and stuff like that?! Many thanks!

I am trying to override the Form block...

I am trying desperately trying to override and customize the Form block. I have attached to images. The first one "default" is what C5 does. The second "form design" is what I would like for it to look like. I know C5 from 5.6 and below. But I have littl…

Background Images Attributes with Concrete5

I've created a page attribute called background Image. I created an If > Then > Else statement with inline css so when a background Image attribute exists it populates the css background url . However, instead of using a direct public_html url location I'…

Express Objects not being indexed in search results (8.1.0)

Search is functioning normally on my site, but when I search for information contained in an Express Object, nothing appears. For example, I have a team of people who are all express objects and output to a Leadership page. When I search for the name o…

Bootstrap menu not working

http://hayes-interantional.co.nz/concrete5-8.1.0/index.php Can't seem to get the Accessories submenus to trigger - either on desktop or phone format. Any ideas please?

Can't create new thumbnail type on Concrete5 v8.0.0

I am trying to create new thumbnail type, like this: [code]use Concrete\Core\File\Image\Thumbnail\Type\Type; $type = new Type(); $type->setName( 'thumbnails name' ); $type->setHandle( 'block_handle' ); $type->setWidth( 250 ); $type->save(); [/c…

Filter Posts