GETTING ERROR
Third party libraries not installed. Make sure that composer has required libraries in the concrete/ directory.
EXAMPLE:
http://superunit.net/vs/
thanks
Hello,
I'm currently using the image helper in 5.7 to generate a thumbnail like so:
[code]
$ih->getThumbnail($productImage, 444, 444, true);
[/code]
Does anyone know the best way to set the quality in 5.7? Is there a global setting or one you c…
If i put an js script code in a html block in the body section. Then all the html block been locked so i cant open them again. and it scrue up my body section. Resoult... delete concrete 5.7.2 from my server, and delete all files in sql database and start…
Hello
I'm very sorry to push this problem again but I really don't know what it's the relation between making a new Theme and lose the permissions for new users and permissions to edit GlobalAreas. What I mean, if I use the Core Elemental Theme everyth…
How to check Block position in the area (the first block 1, the following block 2
Below code shows that "%4$s" print block numbers. Like row1,row2,row3
$a = new Area('Main');
$a->setBlockWrapperStart('', true);
$a->setBlockWrapperEnd('');
$a->dis…
Hi,
Just bought the Fundamental theme and began to think about convert an old site to 5.7. But as of now Zurb's Foundation is not part of the GridFramework for 5.7.
We actually thought about making a theme our selves using Zurb's Foundation, but...
…
I've written a couple of posts about my trouble installing version 5.7 on iPage.com. No relevant suggestions have come since then, so I'm stuck.
Rather than focus on the negative, perhaps it would be helpful for users to report where they have been SUCCE…
Hi all
I try to edit an image (in the sample website of the concrete5 installation) but the editor does not start. I have this problem in the installation of the provider of my website.
Locally I do some tests within xampp and there, I can use the ima…
I didn't fully understand how the asset management worked in 5.7. Since I always have CSS and JavaScript Cache turned off in concrete5 5.7 during development - my code was littered with bits of CSS and JS. After enabling CSS and JavaScript Cache, I got to…