Forums › Forums › Search & Filter Pro › Results not displaying on mobile
Tagged: mobiles, search results
- This topic has 12 replies, 2 voices, and was last updated 7 years, 2 months ago by Anonymous.
-
Anonymous(Private) September 7, 2017 at 6:23 am #129666
Hi there !
I’m working for a client and I have an issue with Search&Filter Pro on mobiles, it is not displaying results, although if you refrech the page with the adress of a result, it works fine.
To see this, you can just resize your navigator window to a mobile size and go to :
http://www.greenprospect.net/realisations/
I tried the Select2 option and the lazy loading one but it doesn’t change anything.
Thanks for your help !
Trevor(Private) September 7, 2017 at 3:17 pm #129770Hi
It is within Visual Composer that this is happening. The individual grid items have no width in mobile mode. I am not sure how to fix this. the row that is the problem looks like this:
<div class="vc_grid-item vc_clearfix vc_col-sm-4" style="display: inline-block;">
But could do with an extra class, e.g.:
<div class="vc_grid-item vc_clearfix vc_col-sm-4 vc_col-xs-12" style="display: inline-block;">
Anonymous(Private) September 8, 2017 at 11:01 am #129975Hi Trevor, thank you very much for your quick reply.
I purchased a licence for my client, it didn’t change anything, but I submited a ticket to their support to tell me where can I find the PHP file that generates this HTML.
I didn’t understand your second reply, so if I can do something in the Dashboard with the Visual composer, please tell me.
Otherwise, have a very nice and shiny day !
Marina
Trevor(Private) September 8, 2017 at 12:57 pm #130021I have attempted to fix this, but it seems that there is a bug somewhere, which will take time to find.
When the filter is not used, all is good, but when the filter is applied, the classes on the grid items are wrong. This suggests that it is the animations.
What happens if you have a simple media grid, with no animations?
-
AuthorPosts