Why Choose Us?

3000+ Happy Customers

6000+ Projects Launched

15+ Years of Experience

Support You Can Rely On

Open Category List

Templates are not showing and I cannot select a template

1 minuteread

This issue is usually caused by Memory limit exhaustion. Try increasing the PHP memory limit to double of what you currently have. Let us know if that still does not solve your issue.

If your hosting server allows you can increase the moemory limit from the wp-config file.

Increase PHP Memory to 512MB

define( 'WP_MEMORY_LIMIT', '512M' );

Please note, this has to be put before wp-settings.php inclusion.