Forums › Forums › Search & Filter Pro › Multi-select on mobile is impossible to use
Tagged: mobile, multiselect
- This topic has 10 replies, 2 voices, and was last updated 7 years, 9 months ago by Trevor.
-
Anonymous(Private) January 30, 2017 at 2:48 pm #86703
As soon as you click inside the field the page shoots down (it is hard to explain so I made a screencast of what is happing in my next post)
Here are my settings, making the input type dropdown fixes the issue.
[img]http://i.imgur.com/ZOA9fL7.jpg[/img]Anonymous(Private) January 30, 2017 at 3:26 pm #86720I was using chosen, but now switched to Select2. (thanks for the advice :))
But the problem still exists. It mostly seems to be a problem with the multiselect function. I tried switching to dropdown and that works, with or without combobox. (Although it isn’t the functionality I need)
Anonymous(Private) January 30, 2017 at 3:45 pm #86729On desktop there isn’t, but on mobile there is.
I have just installed the plugin in on a clean WordPress install and see that the design of the combobox changes when selecting
select2
this isn’t happing on my live site. Is there something more you need to do when switching scripts?I also tested the default multi select of html (on iOS) and that also seems to work fine.
Trevor(Private) January 30, 2017 at 4:07 pm #86747It could be a caching issue on that first point.
My guess is that the form is expanding the container it is in and that is pushing down the content, causing the effect you see. Try setting the forms main outer container to position: fixed to see what happens. Not that I have done it for a while, but I put my search forms in a side widget that slides in, and whose height is restricted to the height of the window (if it needs to be larger, it gains a scrollbar in the form)
Anonymous(Private) January 30, 2017 at 6:20 pm #86812Yes that is what I thought, but I was logged in on a just cleared private browser on my phone and even that doesn’t change it.
The script for the combobox
chosen
will result in the same issue on my clean install and switching to theselect2
script is instant there.Anonymous(Private) January 31, 2017 at 12:10 pm #86980I found this thread on the forums and tried what was suggested by the user.
https://support.searchandfilter.com/forums/topic/trouble-with-multi-select-on-mobile-not-showing-correct-results/page/3/This works! But I do understand this might not be a permanent solution. Is it possible to update the plugin from now on, without paying attention to this?
I still don’t know why I can’t get the Select2 option to work on the site, while it does work when I install it on a clean install. Select2 is selected in the plugin options, but on the frontend it still appears to be Chosen. So if you have any pointers on that one…
-
AuthorPosts