Hi there
I am using the latest version of Enfold on my new site hackoffseries.com
I am trying to use the demo import feature without luck. It only imports a few images and that’s it. I’ve tried several times with the other layout designs but same results. Can you please look into this for me? Thank you.
Update:
The only one that’s working is the default demo. All the others always fail when trying to import.
Also this is what I found out while trying older versions
Only the default demo works for the following versions
v3.1.4
v3.1.3
v3.1.2
v3.1
v3.0.5
All demos work for the following version and below
v3.0.2
I tried to upload the demo file manually using the XML file but I get this error from WordPress
Sorry, there has been an error.
File is empty. Please upload something more substantial. This error could also be caused by uploads being disabled in your php.ini or by post_max_size being defined as smaller than upload_max_filesize in php.ini.
I’ve read that you need to edit the php.ini file to increase the max upload. I know that mine is /usr/local/lib/php.ini but I am on a shared server so I guess I have no access to this on my cpanel?
Hey!
Can you please try the following
ini_set('post_max_size', '50M');
ini_set('upload_max_filesize', '50M');
at your wp-config.php file, and let us know, if it solves the issue?
Regards,
Basilis
Hi Basilis
Unfortunately it didn’t work. Do you know how do this using a user.ini file or creating a php.ini file? (i do not have access to server php.ini as I am on shared hosting). Or can we use htaccess as well?