• I have another feature request πŸ™‚

    An image is added into the editor like this:

    <img src="http://mydomain.com/wp-content/uploads/2016/08/word-image.png" />

    If I manually add an image from the Media Library (using the “Add Media” button in the WP editor) it’s added like this:

    <a href="http://mydomain.com/wp-content/uploads/2016/08/word-image.png"><img class="alignnone size-medium wp-image-25224" src="http://mydomain.com/wp-content/uploads/2016/08/word-image-300x175.png" alt="word-image" width="300" height="175" /></a>

    The manual method includes some key things that I need, but are difficult to add after this plugin has inserted the image.

    The critical missing element is the class “wp-image-25224”

    If this appears inline with the image link, then the WP editor will bring up additional options in the Media Editor.

    Finding that specific class, which changes for every image, is difficult and time consuming. I have to spend a lot of time fixing each image link, which defeats the purpose of the plugin.

    It would be GREAT is the plugin would add this, and insert the image more like the manual method (where I can control if the image is a link and appears in a lightbox).

    https://wordpress.org/plugins/mammoth-docx-converter/

Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Image Details’ is closed to new replies.