The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
2answers
167 views

Different upload directory based on post type in a theme

I have a lot of uploaded image files and image sizes. So it would be better to organize media files into folders based on post type. I have just read this tutorial, but as I can see it works with ...
0
votes
3answers
789 views

custom image size with New Media Manager in wordpress 3.5

The last update broke my workflow, as the method of using custom image size inside the media manager has definitely changed. i'm trying to add my previously registered image sizes to the new ...
1
vote
1answer
30 views

media resize/crop possibilities?

Under admin panel -> media settings there are no minimal width option for thumb or other image modes ex: I would like to crop image widthout distortion -> height 124px and minimum-width 124px and ...
1
vote
2answers
61 views

Is it a good practice to change media settings on theme activation?

I want to change default image sizes when user activates my theme so that the default medium image width is exactly the width of page content (for pages with sidebar) and the large image size fits ...
0
votes
2answers
19 views

Plugin or script to apply updated media settings to all featured images

I need to know if there exists a script or plugin that will add a button the "Settings > Media Settings" that will rebuild all thumbnails to match the current media size settings. The problem this ...
0
votes
0answers
23 views

Why aren't correct-size image versions created according to Media Settings?

I currently have Media Settings on my blog to set to the following. Note the settings for 'medium' and 'large' sized versions. But once I upload an image, the post-upload media manager doesn't ...
0
votes
1answer
111 views

Media Manager 3.5 custom options

I need to change the values and hide some of the default media manager Attachment Display settings. Like setting the "Link to" to none, and hiding it so that the registered user can't change it. It ...
0
votes
1answer
82 views

Post type specific upload folder in 3.5

In 3.4 I used the following function to change image upload folder by post type. Different upload directory based on post type in a theme Now it doesn't work anymore in 3.5. Do you have any idea how ...
5
votes
2answers
2k views

How can I change Max Embed Size in WordPress 3.5?

after updating to WordPress 3.5 my automatic embeds are limited to a width of 500px, and the settings for this size have been removed with WordPress 3.5 Also, I can't find the Values in the ...
0
votes
1answer
81 views

How to change format of file link (<a url=“file_link”> Name </a>) when insert from media uploder

I want change some default wordpress functionality. From Media library when we select a file and press "Insert into page" (other than image file) It inserts in format <a url="file_link"> Name ...
0
votes
1answer
106 views

How i can upload images to another folder?

If I go in Dashboard -> Settings -> Media I don't see field where I can change upload folder. Is it possible now? For example my website is myblog.tld, by default all media content uploads into ...
1
vote
2answers
298 views

add_filter ( 'media_send_to_editor', …) does not work on wp 3.5

I have a problem with this -probably- abandoned plugin: <?php /* Plugin Name: RV Embed PDF Description: When you upload PDF and insert a link to it with the Add Media button, it will be ...