This topic has 1 reply, 2 voices, and was last updated 9 years by Radu.

  • Author

    Tagged: 

  • #56151
     US
    Participant

    https://fuega.co/members/geni/profile/change-cover/

    All media uploads are fine, the server is all good
    But changing a cover, no matter how small gives me this notice:

    The file you uploaded is too big. Please upload a file under

    note there is also no file size indicated after “… file under” so there is a problem there too

    Thoughts?

    Attachments:
    You must be logged in to view attached files.
    #56264
     Radu
    Moderator

    Hello,

    Try with this function

    COPY CODE
    
    
    add_filter('bpcp_max_upload_size', 'set_cover_upload_size');
    function set_cover_upload_size() {
    	return '2000';
    }
    

    If your file size is lager than 2000kb increase it to what value you want.

    Let me know if it works.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 2 posts - 1 through 2 (of 2 total)

The forum ‘General questions’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?