I am trying for the first time to use some of the templates and/or elements in the Design Cloud section, but when I attempt to install any of them, it says “uh oh! Failed to install” I had on a previous X Theme website had an issue with installing a template. I wrote into you guys and was suggested that I update the PHP to the latest, and add this code to my wp-config file to increase the memory:
define( ‘WP_MEMORY_LIMIT’, ‘512M’ );
define( ‘WP_MAX_MEMORY_LIMIT’, ‘512M’ );
Which I did, and that solved the issue with the templates at the time. So I have tried this again here to see if it’s the same issue but still have an issue with installing anything from the Design Cloud. PHP is at 7.4.4 …the highest it can go and wp-config file modified with the added code above.
