Viewing 2 replies - 1 through 2 (of 2 total)
  • dulesaga

    (@dulesaga)

    Hey @mddswalk,

    The plugin will probably not work properly if the html on your page is invalid or with html markup errors, also for me it was outputting another HTML doctype declaration so I modified the line:

    $doc->loadHTML( mb_convert_encoding( $content, ‘HTML-ENTITIES’, ‘UTF-8’ ))

    to

    $doc->loadHTML( mb_convert_encoding( $content, ‘HTML-ENTITIES’, ‘UTF-8’ ), LIBXML_HTML_NOIMPLIED | LIBXML_HTML_NODEFDTD );

    I will try to suggest this change to the author.

    Best!

    jmslbam

    (@jmslbam)

    Yeah, same things here, does the job, but add extra markup.
    2 year old bug https://www.ads-software.com/support/topic/domdocument-bug/

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Only working partially’ is closed to new replies.