Hi Paul. I’m not aware of anything in the Hueman theme that would limit your upload file size. Here is a recent article that discusses options on your host and in WP to adjust the file upload limit. Hope that helps.
Thanks bdbrown,
It worked!
For anyone else with the same issue the solution on host http://www.zen.co.uk/ using the Hueman theme was:
Using .user.ini
Create a new file, and this time call it “.user.ini”. In that file, paste the following code:
upload_max_filesize = 64M
post_max_size = 64M
memory_limit = 64M
max_execution_time = 300
You can change the value of 64M to match your new desired upload limit. Save this file, and then drag it into the directory of your WordPress install using FTP. If you have the ability to restart your server, you should do so. The changes may take a bit to take effect, but go to Media -> Add New to confirm.
Thanks Again!
Glad you found a solution. If you don’t need any further assistance here please make the topic as resolved. Thanks.
I know its a resolved and old post but where are you saving .user.ini?
Create a new file, and this time call it “.user.ini”.
This is on your local computer.
Save this file, and then drag it into the directory of your WordPress install using FTP.
Thanks bdbrown
I understand how to create a local file and but in which WordPress install directory do i copy?
It goes in root WP folder which is the folder you have highlighted. If you have access to cPanel here are some instructions on creating the file directly on the host instead of your local computer. Here is another article that might help.
thanks bdbrown, just need to get write access to my root now 🙁