No stop scrolling options
-
I still can’t believe that in 2020 such a kind of stores locator does not have an option to activate the scroll on click!!!
Perhaps everyone will not agree with me and “love so much the plugin..” but I bet you that 100% of user experience including the “love ones” would feel the nightmare when you use that map on page using your scrolling experience once being stuck on the map undesirably…
That’s for sure a click-off on your whole website for any customer/user just for that simple mistake forgotten!To me it should be a solution immediately incorporated when you suggest advance searches options.
It’s like offering driving a Lamborghini in a 4wdr off-road in the middle of the bush!
Moreover, that is even though such a simple script to implement on your plugin using class and removing/activate the scroll on click:
$(‘#nightmare-over’).addClass(‘scrolloff’);
$(‘#click-map’).on(‘click’, function () {
$(‘#nightmare-over’).removeClass(‘scrolloff’);
});
…You’re welcome!
…
- The topic ‘No stop scrolling options’ is closed to new replies.