Tagged: x
-
AuthorPosts
-
September 8, 2016 at 5:25 pm #1167113
jessebritoParticipantHello,
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!
September 8, 2016 at 5:25 pm #1167115
jessebritoParticipantThis reply has been marked as private.September 9, 2016 at 12:47 am #1167565
Paul RModeratorHi,
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.
September 9, 2016 at 7:00 am #1167876
jessebritoParticipantHello,
We’ve already tested for a plugin conflict and haven’t noticed any difference when all non-x related plugins were deactivated.
Thanks
September 9, 2016 at 10:25 am #1168085
jessebritoParticipantHello,
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
September 9, 2016 at 10:45 am #1168108
RahulModeratorHey 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!
September 9, 2016 at 11:14 am #1168182
jessebritoParticipantHi there,
No luck with that 🙁
Something seems to be snagging Cornerstone, but unfortunately doesn’t look like its a memory limit.
September 9, 2016 at 3:09 pm #1168497
jessebritoParticipantThis reply has been marked as private.September 9, 2016 at 8:39 pm #1168797
Rue NelModeratorHi 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.phpand 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.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1167113 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
