Skip to main content

Questions tagged [uploads]

This include all question concerning the process of uploading file, whether from the WP Admin Pages or from a front end editor.

0 votes
1 answer
64 views

How can I stop WordPress from cropping my uploaded images? I added these lines to do that: // functions.php add_image_size('thumbnail', 150, 150, false); add_image_size('medium', 300, 300, false); ...
Run's user avatar
  • 331
1 vote
0 answers
66 views

I need to setup a cron task in order to generate a list of bookings.ics from my Bookings Calendar plugin. My function which is located inside my functions.php is this one. It is processing my bookings ...
Oris Sin's user avatar
  • 113
0 votes
0 answers
33 views

I'm running low on media upload space and noticed cagefs temp file has taken so much space, i wanted to delete the file but saw they are important files, please is ok if i delete some of the files, as ...
Oac's user avatar
  • 11
0 votes
0 answers
47 views

Is this possible to prevent extract musics artwork while uploading? I want to save audio file only, not its artwork. I couldn't find any post related to this issue on internet.
Bahman World's user avatar
0 votes
1 answer
67 views

My client's in-development website based on WordPress multi site is experiencing the following issue. One single site out of dozens has it's max upload size limit set to 118 kilobytes for some reason. ...
Mike Hermary's user avatar
0 votes
2 answers
82 views

This is what I have in my Wordpress post edit -> add media options. Now I need to delete Full Size from this select options, because that size not generated, so it not exist ! How I can to do this ?...
webstackoverload's user avatar
-2 votes
1 answer
52 views

Is it possible to allow my clients upload content directly to my Google drive cloud space instead of the hosting server of my wordpress website?
Rukshan Mahendra's user avatar
0 votes
1 answer
122 views

For ~2 months now, client has been unable to upload media files via Wordpress Media Upload, nor via WP File Manager plugin. The site is hosted with GoDaddy, and we have checked that we are able to ...
Benjamin Jones's user avatar
0 votes
1 answer
43 views

I have moved the wp-content/uploads folder to the same folder as the wp-content folder and then added define( 'UPLOADS', 'uploads' ); constant in the wp-config.php file. Now the images are not ...
Shah Alom's user avatar
  • 448
0 votes
0 answers
35 views

I'm trying to use media_sideload_image like in this question: Can't upload image using media_sideload_image it works on localhost with add_filter('https_ssl_verify', '__return_false'); for testing ...
ruzip's user avatar
  • 1
0 votes
0 answers
147 views

Starting off, I am very new to coding and servers and typically only edit existing code. Recently, I started a new WordPress site to launch an ecom business and I need to edit some of plugins to ...
Dustin's user avatar
  • 1
0 votes
0 answers
47 views

I've managed to modify WP so it allows .ai and .psd uploads using the following code: add_filter('upload_mimes', 'custom_upload_mimes'); function custom_upload_mimes ( $existing_mimes = array() ) { ...
Morris's user avatar
  • 103
2 votes
1 answer
30 views

I am using the default post type and category taxonomy to manage the content on an in-development website that is using WordPress multisite. There are categories defined like "bylaws" and &...
Mike Hermary's user avatar
0 votes
1 answer
48 views

I was wondering if there's a hook/function to add a new tab to the Featured image modal window as shows in the picture below: I've found this thread How to add new tab to media upload manager with ...
mikebrsv's user avatar
  • 101
0 votes
0 answers
47 views

I'm developing a wordpress page to submit a post and its images attachment. I don't use input type="file" instead use jQuery wordpress media library. frame.on("select", function (...
Samuel Limawan's user avatar

15 30 50 per page
1
2 3 4 5
135