Forums Forums Search & Filter Pro Results not displaying on mobile

Viewing 10 posts - 1 through 10 (of 13 total)
  • Anonymous
    #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
    #129770

    Hi

    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;">
    
    Trevor
    #129772

    I do notice that Visual composer is V5.1.1 and the current version (I have on my site) is V5.2.1

    It is because Visual Composer is adding that display: inline; style part.

    Anonymous
    #129975

    Hi 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
    #129989
    This reply has been marked as private.
    Anonymous
    #129992
    This reply has been marked as private.
    Trevor
    #130008
    This reply has been marked as private.
    Anonymous
    #130019
    This reply has been marked as private.
    Trevor
    #130021

    I 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?

    Anonymous
    #130027

    Well it is the same bug bugging, even if I put the default media grid…

    Maybe it will all be ok when I will know which file generates the HTML code that you gave me. I tried to modifie it in firebug, and it seemed ok.

Viewing 10 posts - 1 through 10 (of 13 total)