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 7 years, 6 months ago.
- AuthorPosts
- March 15, 2016 at 8:18 pm #8016
Wordpress Version : 4.4.2
Slider Revolution Version : 5.1.6
Ajax Search Pro Version : 4.8.1We 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.mkvPS : we extend support on codecanyion
March 16, 2016 at 3:38 pm #8023Hi!
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 :)
March 17, 2016 at 2:28 pm #8030You cannot access this content.March 17, 2016 at 3:06 pm #8031Hi,
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 :)
March 18, 2016 at 8:22 am #8064the 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
March 18, 2016 at 8:34 am #8065Hi,
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 :)
March 18, 2016 at 9:10 am #8069we 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
- AuthorPosts
You must be logged in to reply to this topic.