• Resolved SadiaDoubleFun

    (@sadiadoublefun)


    I’m seeing the following errors on a post (http://hdydi.com/2015/03/19/discount-programs-for-multiples/) that embeds a list.ly list using the Listy WordPress plugin. Disabling Responsify resolves the error… but slows my site, of course!

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: AttValue: ‘ expected in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    Warning: DOMDocument::loadHTML() [domdocument.loadhtml]: Couldn’t find end of Start Tag img in Entity, line: 1 in /home/content/69/11095869/html/wp-content/plugins/responsify-wp/includes/content_filter.php on line 35

    I’m not sure whether this needs to be a fix to this plugin or that one, so I’ve created a support ticket on the Linkly end, too.

    https://ww.wp.xz.cn/plugins/responsify-wp/

Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author stefanledin

    (@stefanledin)

    Hi SadiaDoubleFun!
    I think that there’s some kind of conflict between the two plugins. But when looking at the source, it seams like the images is stored on Listly’s CDN. If the images isn’t uploaded through WordPress, Responsify doesn’t know what do to with them.

    Thread Starter SadiaDoubleFun

    (@sadiadoublefun)

    Thanks for the clarification, Stefane. Is there any way to exempt a particular post from Responsify image optimization? I looked through the documentation to check, but I may have missed it.

    Plugin Author stefanledin

    (@stefanledin)

    Yes, if you add the rwp-not-responsive-class to the img tag, it will be ignored. RWP will also ignore images that is “hotlinked” or not found in the WordPress database, so I think that the errors is caused by some kind of conflict. It might have something to do with the shortcode.
    I’ll think about a way to disable RWP on certain posts or pages!

    Plugin Author stefanledin

    (@stefanledin)

    Hi again!
    I’ve found a solution that prevents the errors from being printed on the site. The errors is caused by the onclick event that the <img> tags has.
    You can download this modified version of the plugin if you want:
    https://github.com/stefanledin/responsify-wp/archive/1-7-4.zip
    I will ship the change in the next update 🙂

    Thread Starter SadiaDoubleFun

    (@sadiadoublefun)

    Thank you so much for the quick resolution!

    Plugin Author stefanledin

    (@stefanledin)

    You’re welcome! Thanks for telling me about this issue and for being an RWP user 🙂

Viewing 6 replies - 1 through 6 (of 6 total)

The topic ‘Compatibility with Linkly plugin’ is closed to new replies.