Magnifying window not hiding
-
Magnifying window not hiding even after the mouse move away from the image. This happens mostly when try to magnify the image while page loading.
I can see that the “yith_magnifier_zoom_magnifier” div was not removed from the code. When magnifying again it create new “yith_magnifier_zoom_magnifier” div and it was under the existing “yith_magnifier_zoom_magnifier” div .
This is how the code when the issue happens.
<div class=”yith_magnifier_zoom_wrap”>
<div class=”yith_magnifier_zoom_magnifier” style=”left: 0px; top: 0px; width: 470px; height: 627px; background-repeat: no-repeat; background-image: url("https://onlinedoorstore.co.uk/wp-content/uploads/2017/05/25-Low-Res-750×1000.jpg"); display: block; background-position: 0px -13px;”></div>
<div class=”yith_magnifier_mousetrap” style=”width: 100%; height: 100%; top: 0px; left: 0px; cursor: pointer;”></div>
</div>
new code appears after the
yith_magnifier_mousetrap
div.The page I need help with: [log in to see the link]
- The topic ‘Magnifying window not hiding’ is closed to new replies.