X Pro Page Builder Not Loading

Hello,

X Pro is not allowing me to edit the homepage. It loads up but the little loading icon on the bottom right keeps going and when I try to make a change it is not visible on the front end.

It is only happening on this page: http://x5k.e4c.myftpupload.com/

Thanks in advance for the help.

Hi @Kannakart,

Thanks for writing in.

I could not see any problem in your setup in the front end.

This could be because of memory limit allocation.

We’d recommend that you increase your memory allocated to PHP if you haven’t done so already. 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. */

I hope this helps.

Let us know how it goes.

Thanks.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.