Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1167113
    jessebrito
    Participant

    Hello,

    A site i’m working on, cailbatestenv.com, has a custom-coded menu, which, after the last cornerstone update, has stopped working. Ontop of this, we have also noticed that inside the customizer, the custom code section is glitchy, with the editing boxes displaying as tiny narrow columns. Other issues include some cornerstone elements not working on the live site, and some strange overflow issues here and there.

    I’ll provide login credentials so you can see exactly what these problems are, and I’d appreciate any advice you may have about fixing these issues!

    (Currently using most recent X and Cornerstone)

    Thanks!

    #1167115
    jessebrito
    Participant
    This reply has been marked as private.
    #1167565
    Paul R
    Moderator

    Hi,

    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.

    #1167876
    jessebrito
    Participant

    Hello,

    We’ve already tested for a plugin conflict and haven’t noticed any difference when all non-x related plugins were deactivated.

    Thanks

    #1168085
    jessebrito
    Participant

    Hello,

    Updated on the situation; the customizer glitch and overflow issues we’re indeed plugin conflicts, however the infinite cornerstone loop still persists.

    Any help would be greatly appreciated!

    Best

    #1168108
    Rahul
    Moderator

    Hey There,

    Thanks for writing in!

    You can try 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. */

    Hope that helps!

    #1168182
    jessebrito
    Participant

    Hi there,

    No luck with that 🙁

    Something seems to be snagging Cornerstone, but unfortunately doesn’t look like its a memory limit.

    #1168497
    jessebrito
    Participant
    This reply has been marked as private.
    #1168797
    Rue Nel
    Moderator

    Hi There,

    A loading screen usually means there is a fatal PHP error. Can you please enable WP_DEBUG mode? You can do this by opening wp-config.php and adding
    define( 'WP_DEBUG' , true ); just above /* That's all, stop editing! Happy blogging. */ For example:

    define('WP_DEBUG', true);
    
    /* That's all, stop editing! Happy blogging. */

    When you revisit the page with the loading screen, you should have some error output describing the issue in more detail.

    Please let us know how it goes.

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