• Resolved vinay

    (@paudelvinay)


    I have used fltasome theme and it has ios slider. When I have enabled the CM Tooltip Glossary plugin, it will throw the script by closing <script>. The theme uses javascript append tag as <div class="bullet" data-slide="'+slide_id+'"></div> and the plugin parse it as <div class="bullet" data-slide="'+slide_id+'"></script></div> causing the script break down below it. Upon inspecting I found `$newDom->appendChild($newDom->importNode($bodyNode, TRUE));

    $intermalHtml = $newDom->saveHTML();`
    causing the issue on file cm-tooltip-glossary-frontend.php on line 410.

    https://ww.wp.xz.cn/plugins/enhanced-tooltipglossary/

Viewing 1 replies (of 1 total)
  • Plugin Author CreativeMindsSolutions

    (@creativemindssolutions)

    Hi vinay,

    The tooltip parser requires the well formated HTML to work properly, if there are some unclosed tags etc it fixes them. So we guess the HTML is malformed before the parser kicks in.

    Could you paste as a part of the html from the source of the page with CM Tooltip Glossary being disabled?

Viewing 1 replies (of 1 total)

The topic ‘Problem with ios Slider’ is closed to new replies.