Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author SilkyPress

    (@diana_burduja)

    Hi,

    you can try adding the following JavaScript code to the header:

    <script type="text/javascript">
          jQuery(window).ready(function($){
              $('.sub-menu li').hover(function(){
                  $('.zoomContainer').remove();
              });
              $('.menu li').hover(function(){
                  $('.zoomContainer').remove();
              });
              $('img.zoooom, .zoooom img').hover(function() {
                  $('.zoomContainer').remove();
                  $(this).image_zoom(IZ.options);
              });
          });
      </script>
    • This reply was modified 7 years, 10 months ago by SilkyPress.
    Thread Starter Dilmaghani Graphics Department

    (@dilmaghani-graphics-department)

    Hi,

    That worked, thanks a lot!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with drop-down navigation’ is closed to new replies.