Apparently pro is compatible with Toolset and WPML, however it wont work when these plugins are active on any of our sites. This means that when our clients wish to make simple edits to their sites like text on page the entire site needs to go offline to accommodate such basic edits. Is there a fix for this please? We’ve been getting some heat over this for some time and are seeking a solution. The pro editor is on a constant load cycle that never arrives at the point of edit allowance.
Hi @Chedr,
Thanks for writing in.
Those plugins consume too much memory. Please try to increase your memory limit allocation. To increase it, please edit your wp-config.php file and insert these lines:
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. */
Usually, hosting does not permit increase of memory. Contact them to help you increase your memory allocation.
I hope this helps. Let us know how it goes.
Thanks.
thanks a lot Nico will try that we have these both at 256m right now will check 512m
This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.