I built a slider with a Toolset view in the home page (www.raypa.com), with dots pagination. If the user clicks on the dot for the current slide, there is a transition from the current slide back to the same slide. It is a weird behaviour, how can I get rid of it and disable the action for the current dot?
Unfortunately, the script does not seem to work. I have added it to the page and cleaned the cache, but the dot of the current slide is still clickable...
I have escalated this ticket to our 2nd tier of support where our 2nd tier specialists will take a deeper look at this issue and will try to find a solution.
I will get back to you as soon as I get an answer from them.
Thank you for your patience as we investigated this issue further.
After a thorough examination by our 2nd tier support, we have determined that it is not feasible to disable the functionality of the active dot without altering the core plugin code. Unfortunately, any attempt to disable the click event on the active dot triggers errors within the Views JavaScript code. The click event handler is applied at the body level, not directly on the element, which makes it impossible to selectively remove the event handler for the active dot without affecting the functionality of other dots.
Given these constraints, our suggestion is to change the slider animation to fade in rather than slide in. This adjustment will make the effect of clicking the active dot less noticeable and might offer a more seamless user experience.
We have already submitted an internal ticket to our developers to include an option to natively disable the current dot or the transition from one slide to itself.
I'm afraid I can't give you an exact ETA, as soon as we have news regarding this feature I'll reach out to you here in the ticket.
We apologize for the inconvenience and thank you for your patience while this feature gets developed.