Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #554807

    How do I increase this? It’s set at 2MB.

    #555127
    #555130

    Yes, 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!”

    #555135

    Hi!

    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!
    Yigit

    #555137

    I’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.

    #555140

    Hey!

    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,
    Yigit

    #555150

    Thank 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.

    #555158

    Hi!

    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,
    Yigit

    #589471

    Hello,

    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.

    #590150

    Hi @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,
    Rikard

    #742063

    Filesize – 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?

    #742206

    Hi,

    To increase the max upload file size Please give this plugin a try https://wordpress.org/plugins/upload-max-file-size/

    Best regards,
    Vinay

    #750165

    Although 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.

    #750404

    Hi @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

Viewing 14 posts - 1 through 14 (of 14 total)
  • You must be logged in to reply to this topic.