Hi Support, for some reason cornerstone is not working on the home page properly. It appears to be loading cornerstone but we cant seem to edit the elements but not sure why.
Please can you see why its not working?
Hi Support, for some reason cornerstone is not working on the home page properly. It appears to be loading cornerstone but we cant seem to edit the elements but not sure why.
Please can you see why its not working?
The site displays properly with the right styling when you say edit with cornerstone but then not when you view the page?
eg
.x-colophon {
background-color:#fe0000 !important;
}
Cornerstone not saving for me whenever I make an update on the home page. Not sure if there’s a global bug in the system or something. Very frustrating.
Hello Mark,
Thanks for updating the thread.
I checked the website and opened the home page in Cornerstone. I also tried to edit few elements, contents and changes are saving fine and getting reflected on the live page as well. I have also recorded a screencast that you can take a look. However, I did noticed that the changes are a bit slow to reflect on the preview panel. I suggest you to increase the memory limit from 256mb to 512mb. Here’s a tutorial that you can take a look.
I suggest you to please clear browser cache and try loading again.
Thanks.
Hi Prasant, thank you it appears me trying to align the buttons in the first section to the bottom caused some serious errors. I used some CSS i found in the forum but maybe that was site specific. Do you perhaps know of some CSS i can use to align the buttons to the bottom of the columns? Section 1, Row 1.
Hi Craig,
Thanks for writing in!
Can you please add this code to your element CSS of your Buttons?
$el{
position: absolute;
bottom: 0px;
}

Let us know if that works!
Hi Basanta, i do not have that option? is this for a classic button? I am only able to put that into the column not the button itself?
Hi Craig,
This is for V2 button element.
If you are using classic button element then please use this CSS in the element
position: absolute; bottom: 0px;

Hope this helps!
Hi Basanta,
Worked perfectly. Thank you
You are most welcome. 
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.