Conflict bug between Revolution Slider and Ajax search Pro on click href

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Conflict bug between Revolution Slider and Ajax search Pro on click href

This topic contains 6 replies, has 2 voices, and was last updated by Sirene Sirene 8 years, 1 month ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #8016
    Sirene
    Sirene
    Participant

    Wordpress Version : 4.4.2
    Slider Revolution Version : 5.1.6
    Ajax Search Pro Version : 4.8.1

    We have found a bug on the Ajax Search Pro plugin, when the Slider Revolution plugin is activate with at least 2 slides minimum. When you have Ajax search pro form and revolution slider on same page or post and when a user click on any links in the page, the cursor blinks fast for like 5-10 seconds. This bug is visible on Internet Explorer (Edge, 10, 9) only

    After our research, it seems the mCustomScrollbar in Ajax Search Pro Plugin is faulty, we have try to disable the createVerticalScroll function (at line 345 on the jquery.ajaxsearchpro.js file) and the problem don’t occur again.

    We reproduce this bug on fresh installation with only wordpress, revolustion slider and ajax search pro

    You can check video
    http://www.ipo-sa.com/tmp/screen-desktop.mkv

    PS : we extend support on codecanyion

    #8023
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi!

    I can’t open the video link, it does not work on any of my browsers.

    Do you have a test environment I can safely access with back-end and FTP to debug the problem?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #8030
    Sirene
    Sirene
    Participant
    You cannot access this content.
    #8031
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    I’m not sure why and how the two plugin are conflicting, unfortunately I can only reproduce this on your site line 1-2 times out of 10. Because of this it is extremely hard to debug this. I have tried many different ways, but no errors, nothing.

    Then I remembered then some time back someone had a similar issue with the slider, loosing focus on input elements in some cases, but it was not related to Ajax Search Pro.

    I have tried the following code in the console, to re-apply the focus when clicking on a link, and it I can’t seem to re-create the problem since then, maybe it’s solving it?

    
    <script>
    jQuery(function($){
        $("a").click(function(){
            $(this).focus();
        });
    });
    </script>
    

    Try putting this into your site footer.php and see if it changes anything. This basically forces back the focus to the anchor element that had been clicked.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #8064
    Sirene
    Sirene
    Participant

    the blink effect on the cursor doesn’t appears again when you click on the same link after reloading page. i can show you on a fresh installation if you want with new video

    #8065
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    Yes, I can see that. I have tried many different things, but I cannot debug this issue in any ways. I have tried like 50 different code, removing handlers in console, but it still persists.

    What happens if you try to change the javascript compatibility mode to “Minified Scoped” on the Ajax Search Pro, Compatibility Settings submenu? Does it change anything?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #8069
    Sirene
    Sirene
    Participant

    we have the same bug with minified scoped, we try your code but not effect. We are going to investigate in Revolution slider. I understand the bug is very strange and complicated to fix it

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.