Problem with ios Slider
-
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.
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘Problem with ios Slider’ is closed to new replies.