September 10, 2014 at 5:49 am
#15682
Theme Horse Support Team
Keymaster
HI all,
This is not the theme issue. Its the server issue. First you make confirm to the server provider to increase the upload memory space. And after that add this inside wp-config.php
define('WP_MEMORY_LIMIT', '64M');
If this still doesnot work then add this code inside php.ini
upload_max_filesize = 64M
post_max_size = 64M
Thank you!