Forums Forums Search & Filter Pro Cannot filter on custom wp post

Viewing 4 posts - 11 through 14 (of 14 total)
  • Anonymous
    #198404

    I tried archive loop in my wordpress, and unfortunately it didn’t work.

    So I tried completely new WordPress with standard archive loop and it worked. I noticed the url changed after submiting form – ?sfid=7&_sf_s=jane – this is what I never saw in my original page.
    Does it help?

    Anonymous
    #198406

    If I add the queries ?sfid=1513&_sf_s=jane to the url in my original WP, it works…

    Trevor
    #198412

    That makes me suspect our javascript is not being loaded on the page. It is called:

    search-filter-build.min.js

    so look for it in the page HTML source.

    Anonymous
    #198448

    yep, that was it. Missing wp_head(); in the header.php :/

    Thank you for your support and help, Trevor!

Viewing 4 posts - 11 through 14 (of 14 total)