• Resolved igecode

    (@igecode)


    Hello,

    First of all let me say that you have made great job with your plugins.

    However I have an issue when a CodeLights element has been clicked. After that, if the cursor go over it, the page scroll automaticaly up (always at the same position).

    On this exemple https://wp-test.igecode.com/, in the first section I’ve use a code similar to :

    jQuery(function($){
      $('.cl-ib:first').on('click', function(e){
        e.preventDefault();
        $('.cl-popup-trigger:first').click()
      });
    });

    This elements are too high on page. There is no issue with it on this exemple.

    But click on popup buttons or on interactive banner AND pass over this element with cursor and the page will be scroll up.

    I’ve test this on Chrome/Firefox/Edge on Windows 10

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘“Auto scroll” on mouse over CL elements’ is closed to new replies.