Tagged: cornerstone
-
AuthorPosts
-
October 21, 2016 at 4:44 am #1225202
Hello
Everything was fine with Cornerstone until yesterday when I’ve been getting the spinning “buffer” symbol on most (90%) of the elements.
I’ve gone through loads of the Knowledge Base & forum threads and have still not managed to get to the bottom of it. I increased the php memory_limit to 1024M when I first installed and Cornerstone was working like a dream.
I’ve also deactivated then reactivated all the plugins to see if that would help but no.
The closest thread that I’ve come across with the same experience as me is this one https://community.theme.co/forums/topic/elements-appear-to-buffer-and-prevent-cornerstone-preview-help-needed/
I have since deleted the Contact Form 7 plugin as I thought that might be the culprit but the buffering is still going on.
FYI I’m using the following:-
WordPress – 4.6.1
X β Child Theme – Version 1.0.0
X – Version 4.6.4
Cornerstone – Version 1.3.3Please help as I’m going round in circles… π
October 21, 2016 at 7:34 am #1225359Hi There,
Would mind adding this in your wp-config.php located at the root directory of your site.
define( ‘WP_MEMORY_LIMIT’, ‘256M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );You can add it before the line
/* Thatβs all, stop editing! Happy blogging. */
Here you have a video tutorial in any case:
Let us know how it goes.
If that does not work, please provide your WP Admin Credentials in a private reply.
Thanks
Joao
October 21, 2016 at 11:25 am #1225604This reply has been marked as private.October 21, 2016 at 8:24 pm #1226152Hello Matt,
Thanks providing the information. I’d recommend that you clear your caching plugin, and disable it during development. This can cause Customizer changes to not take place on the front end. It will eventually show up when the cache regenerates, but it’s not ideal if you’re looking to see your changes immediately. Caching plugins are best to turn on only when you’ve finished building the site.
And you could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.
Please let us know how it goes.
October 24, 2016 at 3:52 am #1228050Hi Rue Nel
Thanks for getting back. I did actually try what you suggested about removing the cache and deactivating plugins prior to posting this thread but unfortunately it did not make any difference.
I have since tried again but again it does not seem to make any difference.
I’ve checked the Memory Usage and as you can see from the attached image, there does not appear to be any issues there as only 6% of the allocated 512MB is being used.
I’m at a loss as to what might be the problem. Did you find anything in the backend using my Admin login details?
Cheers, Matt
October 24, 2016 at 4:18 am #1228077Hi there,
Please contact your host provider and ask them to increase php memory limit.
Hope it helps.
October 24, 2016 at 5:44 am #1228151This reply has been marked as private.October 25, 2016 at 1:25 am #1229386Hi there,
Thanks for the information. Would you mind providing your FTP login credentials as well? Maybe I could pick up something from its log files. The issue is random on my end, the affected elements vary.
Thanks!
October 25, 2016 at 3:48 am #1229510This reply has been marked as private.October 26, 2016 at 4:07 am #1231133Hi Matt,
Thanks for the additional details. Nothing is showing up with the logs or with WP_DEBUG.
As this wasn’t happening on the 19th and started on the 20th. Can you remember what the last edit done to the site was?
As I see a lot of your page has custom HTML within elements, can you double check everything is closed properly. i.e, closing break lines, tables, rows etc and that you aren’t missing any quotes ” as this could also effect the output in the Cornerstone editor.
Thanks!
October 26, 2016 at 4:37 pm #1232147Very strange.
I did most of the bottom half of the test page prior to the 20th – I have been through all the elements and any with HTML appear to be in order. I even deleted them (before bringing them back) to see if that would highlight any culprits. Alas no.
Not sure what else to do. π
Thanks for all your help in the meantime.
Cheers
Matt
October 26, 2016 at 10:45 pm #1232572Hello Matt,
Could you please deactivate other 3rd party plugins first? We only X theme and Cornerstone, we can check what could be the issue or there might be a script coming from 3rd party plugin that caused this. It would also be nice we we could test Cornerstone and the Twenty Sixteen theme if the issue would still exists.
Hope this make sense.
October 27, 2016 at 5:02 am #1232887This reply has been marked as private.October 27, 2016 at 6:27 am #1232973Hey there,
This seems like an issue with poor web host performance. I’ve created a test page here http://cineds.com/2017/x-support-test/ and it took several page reloads for the text preview to display. Can you give us cPanel or your web host’s control panel access? It would be best to try out good hosts such as managed WordPress hosts though.
Thanks.
October 27, 2016 at 7:47 am #1233063This reply has been marked as private. -
AuthorPosts