Support

Account

Home Forums ACF PRO ACF V5 Pro & Gravity Forms 1.8.9 Reply To: ACF V5 Pro & Gravity Forms 1.8.9

  • Solved:

    So the issue is actually a memory issue. To fix the issue I increased my memory by adding define(‘WP_MEMORY_LIMIT’, ’96M’); to the wp-config.php file.

    I thought this may be the issue after noticing the WordPress News widget was showing a memory error. I am assuming that both plugins are exhausting the memory before the javascript is fully ran, which causes the issue.