wp.media – media uploader – how to destroy instance of modal?
wp.media – media uploader – how to destroy instance of modal?
wp.media – media uploader – how to destroy instance of modal?
So, I have no idea how it happened, maybe it’s a PowerPress thing…I activated the HTML 5 player, then went back and reactivated MediaElement’s player and the issue resolved itself. Now, everything looks as expected on mobile. Thanks, Josh
MP3 Playlists have a .m3u extension. I’m guessing that your Media Library is not registering the MP3s but the playlists instead, so they may physically be in that location, but not in the database. One work around if you know the names of the files could be to try using the PHP id3_get_tag() function. Read … Read more
The theme was auto generating alternative image sizes for responsiveness, so my newly named images were actually duplicates. Leaving this up in case anyone makes same mistake and stumbles across this.
Okay so I figured out what was happening – either the new theme or an unintentional wordpress update, lead to media links being handled differently. My new theme now only needs the URL – no shortcodes or iframes – and it seems to automatically process it to display how it used to display them. Only … Read more
What you are asking is default behaviour for the author role. So you don’t have to do anything. When an author is in the process of inserting somebody else’s media in his post, it looks like he can edit the properties, but this is only true for that current post. If he changes, for instance, … Read more
If I understand your question correctly, you would set a your preferred featured image/thumbnail dimensions either in Settings or, if you have or need a new special image type, by adding it to your functions PHP – something like: add_image_size( ‘product_preview’, 55, 55, true ) ; In order to retroactively crop the old images, pretty … Read more
I am using something similar in my website, to only show media attachements uploaded by other users, if this is an option for you, you can use the code or you can edit it to match your need but the truth is that it gets the user ID in the same way it would get … Read more
I had a very similar issue not so long ago, albeit, my scenario was allowing the user to select images by type of room, color, feature etc.. Using inspiration form this site: Inspiration and a combination of these two plugins, Custom Upload Dir, Media Tags it worked out quite well. I dont think your going … Read more
As WordPress doesn’t show the files you upload into the Upload directory in the Media folder, you can use this plugin http://wordpress.org/plugins/add-from-server/. You can mange it from the Dashboard.