Hi @ceol!
Unfortunately, I couldn’t reproduce your problem, so please open a support ticket directly at:
https://smartslider3.com/contact-us/support/?ref=https://wordpress.org/support/topic/arrows-accidentally-highlighted-in-use/
where you should
- attach the slider export of the slider that is published on the page where you see the problem
- and send us a link to the page where we can see the problem occur
Best regards,
Norbert
Thread Starter
ceol
(@ceol)
Thanks.
Problem occurs on safari desktop: if you click too quickly the arrow ares are highlighted and looks messy. Problem does not occur on chrome desktop but does on android but only momentarily when clicking on.
Hi @ceol!
We tried to reproduce in Safari too, but unfortunately, we can’t. We checked it in Safari 15. Which Safari version are you using for your tests?
Anyway, I tried to find the ticket you submitted, but it looks like we haven’t received your ticket with the link and .ss3 export file. Could you send them again?
You could do it directly at:
https://smartslider3.com/contact-us/support/?ref=https://wordpress.org/support/topic/arrows-accidentally-highlighted-in-use/
And we could take a look, and find a solution.
Best regards,
Norbert
Hi @ceol!
We could reproduce your problem, and I reported it to our developers.
Until we create a fix for this problem, you could use this custom CSS to prevent the arrows to be highlighted:
.nextend-arrow {
-webkit-user-select:none;
}
You could go to our slider’s Developer tab:
https://smartslider.helpscoutdocs.com/article/1806-slider-settings-developer
and insert the code into the CSS field, so that code only will have an effect on that page where your slider is.