Tagged: x
-
AuthorPosts
-
May 30, 2016 at 12:35 pm #1016804
jamcamposParticipantHello,
After logging in today, I can’t edit any of my pages on cornerstone. It consistently says:
Uh oh!
An unidentifiable error is preventing the live preview from loading. Switching to Skeleton Mode.I’ve tried deactivating plug ins, but nothign seems to change.
My site is http://www.conservarte.org
I’m using latest versions of cornerstone and x. 4.4.2May 30, 2016 at 12:52 pm #1016820
jamcamposParticipantThis reply has been marked as private.May 30, 2016 at 1:28 pm #1016861
JoaoModeratorHi 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. */
Let us know how it goes.
Cheers!
May 30, 2016 at 2:17 pm #1016922
jamcamposParticipantUnfortunately still no luck.
Any other options?
May 30, 2016 at 2:26 pm #1016931
JoaoModeratorYou 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.
If that does not work, please provide us your FTP credentials in a private reply so we can have a closer look.
Thanks,
Joao
May 30, 2016 at 2:45 pm #1016953
jamcamposParticipantThis reply has been marked as private.May 30, 2016 at 3:44 pm #1016999
JoaoModeratorThis reply has been marked as private.May 30, 2016 at 3:45 pm #1017001
JoaoModeratorIn The meanwhile please try the following steps :
Please try to install and run Transient Cleaner (https://en-ca.wordpress.org/plugins/artiss-transient-cleaner/).
1. Install Transient Cleaner
2. Navigate Dashboard -> Tools -> Transients
3. Set Clear Expired Transients -> Enable
3. Set Clear Expired Transients -> Clean Now
5. Set Remove All Transients -> Enable
6. Set Remove All Transients -> Optimize Afterwards
7. Set Remove All Transients -> Clean Now
8. Save Changes
9. Recheck your Cornerstone for functionalityHope it helps.
Thanks
Joao
May 30, 2016 at 3:53 pm #1017011
jamcamposParticipantHey, already installed, but nothing happened. You can login to my wp and check if I enabled all transient correctly. But I followed your steps.
Looking forward to hear from you. Regards,
May 30, 2016 at 4:41 pm #1017057
kevin_hermannParticipantThis reply has been marked as private.May 30, 2016 at 8:31 pm #1017300
NicoModeratorHi There,
Try adding this code below.
function disable_wp_emojicons() { // all actions related to emojis remove_action( 'admin_print_styles', 'print_emoji_styles' ); remove_action( 'wp_head', 'print_emoji_detection_script', 7 ); remove_action( 'admin_print_scripts', 'print_emoji_detection_script' ); remove_action( 'wp_print_styles', 'print_emoji_styles' ); remove_filter( 'wp_mail', 'wp_staticize_emoji_for_email' ); remove_filter( 'the_content_feed', 'wp_staticize_emoji' ); remove_filter( 'comment_text_rss', 'wp_staticize_emoji' ); // filter to remove TinyMCE emojis add_filter( 'tiny_mce_plugins', 'disable_emojicons_tinymce' ); } add_action( 'init', 'disable_wp_emojicons' );Let us know how it goes.
Thanks.
May 31, 2016 at 1:36 am #1017606
jamcamposParticipantHi, I added it to the functions.php in the child theme.
Is this the correct place to insert it? Or where should I use it? It didn’t solve the problem and still getting skeleton mode on cornerstone.
Thank you,
Jaime
May 31, 2016 at 1:49 am #1017628
jamcamposParticipantThis reply has been marked as private.May 31, 2016 at 2:12 am #1017643
jamcamposParticipantThis reply has been marked as private.May 31, 2016 at 9:30 pm #1019295
jamcamposParticipantHey, do you have any news regarding this? I still can’t edit on cornerstone. I’ve tried the solutions you’ve suggested.
Thank you for your help.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1016804 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
