Tagged: x
-
AuthorPosts
-
October 11, 2016 at 12:55 pm #1211824
Austin AbellParticipantHi!
The new estimation and payment forms plugin has been working great! Until today out of nowhere it kept freezing on the page with the shortcode, and gives tons jquery errors “RangeError: Maximum call stack size exceeded”. Any ideas on how to fix this?
Thanks,
AustinURL with shortcode: https://401kbuddy.com/401k-matching-contribution-calculator/
Latest versions of all wordpress, x theme, cornerstone, and pluginOctober 11, 2016 at 12:59 pm #1211827
Austin AbellParticipantThis reply has been marked as private.October 11, 2016 at 2:31 pm #1211954
JadeModeratorHi Austin,
You can try connecting to your root WordPress directory via FTP and open the file wp-config.php and add following at the bottom:
define( 'WP_MEMORY_LIMIT', '256M' ); define( 'WP_MAX_MEMORY_LIMIT', '512M' );Note that if your host limit the memory on server then it might not work. In that case ask your hosting provider to increase PHP memory limit.
You can find more information on http://codex.wordpress.org/Editing_wp-config.php#Increasing_memory_allocated_to_PHP.
Hope this helps.
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1211824 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
