-
AuthorPosts
-
November 18, 2015 at 6:11 pm #670767
I am not using Cloudflare or any caching system. Strange issue. Many over in Yoast forums are having issues. Something is afoot!
November 18, 2015 at 10:14 pm #670977Hi Brian,
Cornerstone works on my end when testing, please check this video.
Two problem,
1. SEO Yoast is posting a large POST Data that your hosting won’t allow. You may contact your hosting and see if you’re allowed to increase your post size limit.
You can add this too at your site’s .htaccess file.
upload_max_filesize = 40M post_max_size = 40M
2. Your images are hosted somewhere else, and it’s throwing crossdomain error. Try hosting your images on your site.
Thanks!
November 18, 2015 at 10:30 pm #670990I am sorry. I somehow miscommunicated. Cornerstone works on my end as well. So no problems there.
It’s SEO by Yoast that is no longer working.
However, I think that post data too large issue may be the real culprit. I’ll investigate that a little further.
November 18, 2015 at 10:39 pm #670995Hi there,
Thanks for updating. Let us know if you find anything. Also you can contact with your hosting provider for assistance.
Cheers!
November 19, 2015 at 12:36 am #671070For people having the issue of cornerstone not working when a specific plug is disabled, I’ve used this workaround successfully since I started using X Theme.
Edit the plugin that is conflicting, and in the main PHP file add this line in before the plugins code (and after the opening brace of course):
if ( $_GET['cornerstone'] == 1 ) { return; }
This will essentially skip loading the plugin when you’re editing in cornerstone.
November 19, 2015 at 12:42 am #671073Hello Mike,
Thank you for sharing your fix. This will really help other members of the community.
Always,
X -
AuthorPosts