Tagged: maximum upload file size
-
AuthorPosts
-
December 18, 2015 at 4:48 am #554807
How do I increase this? It’s set at 2MB.
December 18, 2015 at 7:07 pm #555127Hey strengthcoaching!
Please see – http://www.wpbeginner.com/wp-tutorials/how-to-increase-the-maximum-file-upload-size-in-wordpress/
Regards,
YigitDecember 18, 2015 at 7:09 pm #555130Yes, I read this exact page before posting here, but I have no clue how to do what it describes. Also, it lists 3 methods and I don’t know which one I should do (even though I don’t know HOW to do any of them). I’ve always heard “don’t touch htaccess!”
- This reply was modified 8 years, 11 months ago by strengthcoaching.
December 18, 2015 at 7:15 pm #555135Hi!
You can touch .htaccess file and apply the changes there. If you see any issue, you can undo those changes.
You can also contact your hosting provider and they can make the changes for you.Cheers!
YigitDecember 18, 2015 at 7:16 pm #555137I’ve already contacted my host (Bluehost) and they couldn’t do it. I’m afraid to touch htaccess. Not even sure where I’d find it. I”m assuming #1 on that page would be in the functions.php under Appearance > Editor? If so I’ll try that first.
December 18, 2015 at 7:18 pm #555140Hey!
Yes, you can find functions.php file in Appearance > Editor and you can find .htaccess file in the root folder of your WordPress installation. Please make sure to display hidden files.
Best regards,
YigitDecember 18, 2015 at 7:26 pm #555150Thank you. I did #1 and it worked.
One last side question (i’m rarely on here anymore) can you look on my site http://www.strengthinnumberscoaching.com on a mobile device (phone) and see why when you open the hamburger navigation menu there are arrows before each item? They were not there after I finished setting this up months ago.
December 18, 2015 at 7:30 pm #555158Hi!
You are currently using an older version of the theme. It was IOS9 related issue. If you would like to update the theme, please see – kriesi.at/documentation/enfold/updating-your-theme-files/
If you would like to remove arrows from mobile menu, please add following code to Quick CSS in Enfold theme options under General Styling tab
#mobile-advanced li > a:before, .html_header_mobile_behavior #mobile-advanced span > a:before, #mobile-advanced .mega_menu_title:before { display: none !important; }
Regards,
YigitFebruary 25, 2016 at 9:45 pm #589471Hello,
I added:
@ini_set( ‘upload_max_size’ , ’64M’ );
@ini_set( ‘post_max_size’, ’64M’);
@ini_set( ‘max_execution_time’, ‘300’ );to my Enfold Child: Theme Functions (functions.php) and it didn’t increase the allowed size to upload.
Do I have to add it directly into the functions.php instead of the child?
Thank you.
February 27, 2016 at 6:06 am #590150Hi @Micheal0424,
Adding it to your child theme’s function.php is the same as adding it to the parent. Maybe you host has a limit on the file size, I would try contacting them to see if that is the case?
Regards,
RikardFebruary 2, 2017 at 10:50 pm #742063Filesize – We are trying to add mp3 files which are 64+mb – We keep getting the error Filesize must be 20mb or less.
How can we best address this?
February 3, 2017 at 7:40 am #742206Hi,
To increase the max upload file size Please give this plugin a try https://wordpress.org/plugins/upload-max-file-size/
Best regards,
VinayFebruary 21, 2017 at 9:34 pm #750165Although I downloaded and installed this plug in and it acts as if it is working – it does not – it says the maximum file size is now 98mb but still anything over 20mb results in the file not uploading with the error message – HTTP error.
February 22, 2017 at 11:23 am #750404Hi @goolkasian,
If none of the suggestions listed previously in the thread helps, then I would suggest that you contact your hosting provider and ask them to increase it for you.
Best regards,
Rikard -
AuthorPosts
- You must be logged in to reply to this topic.