How to import and update images/galleries that point to an old site
you can use WordPress native functionality Tools->import/export for all your content or for some post type.
you can use WordPress native functionality Tools->import/export for all your content or for some post type.
I solved it. It was with a, surprisingly enough, a recommended plugin. Ans some permissions. I contacted my server and they were able to overwrite it. Thank you!
While writting this question, I went further to be sure I wasn’t asking something trivial and it seems I was. I realized the players of both the theme I used and those new WordPress widgets use the same <div class> called .mejs-mediaelement and then I realized it points to MediaElement.js indicated both in the Make … Read more
You can upload media through the REST API, but to associate it with a user you’ll need a plugin or your own custom REST Route. Duplicate of: How to change user avatar using REST API?
To serve a webP image instead of the original format using the original image URL, you could use a .htaccess redirect rules to redirect any request to the original image to the webP version. WebP Converter for Media Does a good job at this with files uploaded to WP Media Library.
So i decided that for me, i can settle for changing an input field on the top.parent for it to be used with the native options. i used this for the function of the iframe tab: function media_upload_choosebackground_form() { media_upload_header(); ?> <h3 class=”media-title”>HTML Form</h3> <img src=”http://www.mimi.me/wp-content/themes/mimi.me_regular_sites/images/background-Green-stripes-thumb.jpg” style=”cursor:pointer; float:left; margin:10px 0 0 10px” id=”greenstripes” title=”Green Stripes” … Read more
thanks Jan – it was the ‘more fields’ plugin and the temp plugin fix is here; http://wordpress.org/support/topic/plugin-more-fields-media-library-only-shows-5-images-at-a-time-and-not-10?replies=10
Have a look at this comment -> http://wordpress.org/support/topic/missing-temporary-folder-phpini-not-accessible#post-1412215
I just Finished a part of my theme framework which Integrates aviary editor to WordPress media library and since i was asked, I released it in a plugin form Aviary Editor
Maybe you can apply some content filters to ensure oEmbed will work. I applyed a simple regex in one of my themes because I know of some plugins that can break the oEmbed support. This can also work for you.