Call To Action Block page ref is not correct
Permalink
I am investigating the possibilities of Concrete C5.
I installed C5 and I use the green yoghurt theme
In this theme you can add a CTA block, I chose the ref page in this block to a blog page and the appears to be domainname/blog instead of domainmame/index.php/blog as it should be.
Making a link to a page in the content of page with the editor the link is indeed domainmame/index.php/blog
With another theme I had the same experience.
I installed C5 and I use the green yoghurt theme
In this theme you can add a CTA block, I chose the ref page in this block to a blog page and the appears to be domainname/blog instead of domainmame/index.php/blog as it should be.
Making a link to a page in the content of page with the editor the link is indeed domainmame/index.php/blog
With another theme I had the same experience.
It could simply be whoever wrote the block hard coded it without the index.php part. Index.php actually being in your URLs is a matter of turning on pretty URLs or not in the dashboard.
Concrete C5 was brought to my attention because everything in this platform was tested and approved.
I only installed C5 with the theme already installed , nothing else.
One of the first things I tried ia not working so I am disappointed, I downloaded Simply Lime and there the call to action block has exactly the same problem.
Is the call to action block a standard block ?
I only installed C5 with the theme already installed , nothing else.
One of the first things I tried ia not working so I am disappointed, I downloaded Simply Lime and there the call to action block has exactly the same problem.
Is the call to action block a standard block ?
Are you using Greek yogurt? Because I don't believe there is a CTA block included with the theme. Did you install the CTA block?
Yes I am using Greek Yoghurt but as a test I installed Simply Lime where so far as I can see there is an Call To Action block.
In Simply Lime CTA didnt made a correct page reference as well.
I deactivated the Simply Lime theme and used Greek Yoghurt again.
Is it possible that those blocks from other themes stay installed?
In Simply Lime CTA didnt made a correct page reference as well.
I deactivated the Simply Lime theme and used Greek Yoghurt again.
Is it possible that those blocks from other themes stay installed?
yes, completely uninstall the lime theme from Dashboard > install to get rid of stuff from that theme.
I read that one of the strong points of C5 is that themes and add-ons from the market place are reliable.
The first one I picked is not correct.
Very disappointing.
The first one I picked is not correct.
Very disappointing.
Sometimes you get what you pay for. When a package is free the developer is not required to support it and sometimes bits and pieces of them get left in the wind due to core and php updates.
There are many good, very robust themes available in the marketplace, many of which will have working demo's for you to see how they function before making a purchase. Take a look around, as I'm sure you will find something that works for you!
There are many good, very robust themes available in the marketplace, many of which will have working demo's for you to see how they function before making a purchase. Take a look around, as I'm sure you will find something that works for you!
I removed the theme , but the CTA block is still there.
I know that I can remove the block as well.
So the question remains was this block coming from the Simply Lime theme.
I know that I can remove the block as well.
So the question remains was this block coming from the Simply Lime theme.
yes, you can see the list of blocks that come with it here:
http://www.concrete5.org/marketplace/themes/simply-lime/...
http://www.concrete5.org/marketplace/themes/simply-lime/...
Yes , I recognized the page now.
Is there a possibility to send the designer a message that CTA is not working.
At this moment I am learning what I can do with C5.
I have looked to several themes , demo's are in my view poor , some have a good documentation and video.
Prices are reasonable.
Is there a possibility to send the designer a message that CTA is not working.
At this moment I am learning what I can do with C5.
I have looked to several themes , demo's are in my view poor , some have a good documentation and video.
Prices are reasonable.
Yes. Click on support from the marketplace page for the theme and let them know!
This is a bug in concrete5. It has been reported here:
http://www.concrete5.org/developers/bugs/5-6-2-1/pagegetcollectionp...
There is nothing wrong with the work done by the developer of the theme although they would probably like to fix it before they upset more people so by all means report it to them.
I have attached a new file for you that solves the problem if you wish to re-install the theme and try again. Here's how to fix this:
1) Re-install the Simplylime theme.
2) Download the attached view.txt file and re-name it view.php
3) Upload the view.php file to '[root]/packages/simplylime/blocks/simple_cta/' folder and allow it to over-write the existing view.php file
That should fix it. I replaced the buggy code with stable code.
http://www.concrete5.org/developers/bugs/5-6-2-1/pagegetcollectionp...
There is nothing wrong with the work done by the developer of the theme although they would probably like to fix it before they upset more people so by all means report it to them.
I have attached a new file for you that solves the problem if you wish to re-install the theme and try again. Here's how to fix this:
1) Re-install the Simplylime theme.
2) Download the attached view.txt file and re-name it view.php
3) Upload the view.php file to '[root]/packages/simplylime/blocks/simple_cta/' folder and allow it to over-write the existing view.php file
That should fix it. I replaced the buggy code with stable code.
mhawke thanks very much, your fix worked