Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1016804
    jamcampos
    Participant

    Hello,

    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.2

    #1016820
    jamcampos
    Participant
    This reply has been marked as private.
    #1016861
    Joao
    Moderator

    Hi 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!

    #1016922
    jamcampos
    Participant

    Unfortunately still no luck.

    Any other options?

    #1016931
    Joao
    Moderator

    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.

    If that does not work, please provide us your FTP credentials in a private reply so we can have a closer look.

    Thanks,

    Joao

    #1016953
    jamcampos
    Participant
    This reply has been marked as private.
    #1016999
    Joao
    Moderator
    This reply has been marked as private.
    #1017001
    Joao
    Moderator

    In 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 functionality

    Hope it helps.

    Thanks

    Joao

    #1017011
    jamcampos
    Participant

    Hey, 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,

    #1017057
    kevin_hermann
    Participant
    This reply has been marked as private.
    #1017300
    Nico
    Moderator

    Hi 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.

    #1017606
    jamcampos
    Participant

    Hi, 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

    #1017628
    jamcampos
    Participant
    This reply has been marked as private.
    #1017643
    jamcampos
    Participant
    This reply has been marked as private.
    #1019295
    jamcampos
    Participant

    Hey, 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.

  • <script> jQuery(function($){ $("#no-reply-1016804 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>