Plugin no longer working with WordPress 4.3.1
-
The plugin seems to have stopped working in 4.3.1 for me. When it is enabled, no images will display in posts.
Resulting HTML code of a page with plugin disabled looks like this:
<p><a href="http://my.site/wp-content/uploads/2015/10/IMG_3453.jpg"><img src="http://my.site/wp-content/uploads/2015/10/IMG_3453.jpg" alt=""></a></p>Resulting HTML code of the page with plugin enabled looks like this:
<p><a href="http://my.site/wp-content/uploads/2015/10/IMG_3453.jpg"><span data-picture data-alt="" ><span data-src="w300/wp-content/uploads/2015/10/IMG_3453.jpg" data-media="all"></span> <noscript><img src="w300/wp-content/uploads/2015/10/IMG_3453.jpg" alt=""></noscript>It looks to me like the was not properly closed with any more which may cause the image not to be displayed.
Any ideas what I may need to do to fix this?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Plugin no longer working with WordPress 4.3.1’ is closed to new replies.