Forums Forums Search & Filter Pro Filters not showing when using WPBakery Post Grid

Tagged: 

Viewing 10 posts - 1 through 10 (of 19 total)
  • Anonymous
    #208116

    I installed Search & Filter Pro 2.4.6 and the WPBakery addon 0.1.1. I successfully added the query to the post grid and it comes up fine. The filters that should be there are not showing up. When I load this search form and use the shortcodes, the filters show up. I also noticed the pagination isn’t working correctly. It shows up, but the links are not loading.

    Anonymous
    #208117

    I resolved the filters not showing up, by adding the search & filter form to the top manually. The pagination still isn’t working correctly.

    Trevor
    #208132

    Are you able to send me a live link/URL to your search page so I can take a look?

    Anonymous
    #208191
    This reply has been marked as private.
    Trevor
    #208227

    I see why, whilst you can see the pagination, the grid from above is actually covering it. You could add some custom CSS like this to your theme customizer:

    .search-filter-vc-pagi-hidden {
        position: relative;
        z-index: 99;
    }
    Anonymous
    #208229

    Thanks!
    So should I have to manually add the form there also or should it have come up on it’s own?

    Trevor
    #208231
    This reply has been marked as private.
    Anonymous
    #208233
    This reply has been marked as private.
    Anonymous
    #208235
    This reply has been marked as private.
    Trevor
    #208243
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 19 total)