Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Wp 5.3: impossible to upload large images
- This topic has 5 replies, 2 voices, and was last updated 4 years, 11 months ago by WCFM Forum.
- AuthorPosts
- November 27, 2019 at 1:48 pm #94242fabricebartoli90Participant
Hi guys!
After update my wordpress to the 5.3 version, wordpress avoid to upload images largen then 2500px.I tried to add this snippet to function.php to disable the scaling without success:
add_filter( ‘big_image_size_threshold’, ‘__return_false’ );
Somebody has the same problem?
- December 7, 2019 at 7:41 pm #96498WCFM ForumMember
HI,
Please check what is your site’s Max Upload size – https://ibb.co/qJ2Qq6v
Check this at wp-admin -> WooCommerce -> Status
Thank You
- December 7, 2019 at 10:38 pm #96538fabricebartoli90Participant
upload size is 128mb, but images larger then 2500px are not uploaded in wordpress 5.2, is not a problem of size in Mb but is a problem of pixels
- December 9, 2019 at 1:26 pm #96703WCFM ForumMember
Well, WP does not have any rule to restrict images by pixels.
Please be sure, your theme does not have any such limitation. Talk to theme support once.
Thank You
- December 9, 2019 at 3:02 pm #96739fabricebartoli90Participant
As a customer, I would advise you to listen to customer requests better, because you often give rash answers without first ascertaining what the customer is asking for. you can read herethat in the last wordpress update, wordpress makes this restriction, and the solution proposed in the link below does not work to disable this limitation in the wcfm dashboard.
- December 10, 2019 at 9:57 am #96826WCFM ForumMember
Really for the mis-undersatnding.
Do you have add this code in your site =
add_filter( 'big_image_size_threshold', '__return_false' );
Well, WCFM has no special file uploader, it uses WP default uploader.
- AuthorPosts
- The topic ‘Wp 5.3: impossible to upload large images’ is closed to new replies.