Forums Forums Search & Filter Pro AJAX Not Working, Displays All Results

Viewing 10 posts - 1 through 10 (of 14 total)
  • Anonymous
    #93824

    Hi Support,

    Purchased yesterday and works pretty awesome so far. I loaded the shortcodes in the proper Page and the field options show up properly but what is displayed through AJAX is all the results available and filtering them do not work. It just stays static.

    So I looked at all the documentation and:

    1. I have the “Using a Shortcode” option selected
    2. I have correct results URL loaded
    3. I have Ajax option turned on

    WordPress Environment
    Home URL:
    Search & Filter Pro Version: 2.3.2
    WP Version: 4.7.2
    WP Multisite: –
    WP Memory Limit: 512 MB
    WP Debug Mode: –
    Language: en_US

    Server Environment
    Server Info: Apache
    PHP Version: 5.6.30-1+wpengine8
    PHP Post Max Size: 100 MB
    PHP Time Limit: 3600
    PHP Max Input Vars: 1000
    SUHOSIN Installed: –
    MySQL Version: 5.6.35
    Max Upload Size: 50 MB
    fsockopen/cURL: ✔
    Multibyte String: ✔

    Database
    Table wp_search_filter_cache Exists: ✔ 12 Rows Found
    Table wp_search_filter_term_results Exists: ✔ 8 Rows Found
    Total Number of Fields Cached: 4
    Fields in Cache: _sfm_branch, _sfm_genre_1, _sfm_instrument_1, _sft_category
    Active Plugins (2)
    Advanced Custom Fields PRO by Elliot Condon – 5.5.5
    Search & Filter Pro by Designs & Code – 2.3.2

    Thanks!

    Anonymous
    #93843

    Further testing:
    1. Used a normal Category field instead of a ACF field and no change
    2. Tested using other Post Types and no change

    Trevor
    #93950

    Are you able to give me a page URL where the search form is in use so that I can have a look?

    Anonymous
    #94040
    This reply has been marked as private.
    Trevor
    #94042
    This reply has been marked as private.
    Anonymous
    #94044

    Hi Trevor,

    The only .htaccess code I am using is:

    # BEGIN WordPress
    <IfModule mod_rewrite.c>
    RewriteEngine On
    RewriteBase /
    RewriteRule ^index\.php$ - [L]
    RewriteCond %{REQUEST_FILENAME} !-f
    RewriteCond %{REQUEST_FILENAME} !-d
    RewriteRule . /index.php [L]
    </IfModule>
    
    # END WordPress

    Can you help me out a little bit more on what to do to remedy?

    Thanks

    Trevor
    #94046

    When I go to the site, I am asked for logins?

    Anonymous
    #94048

    Hi Trevor,

    Here is the login:
    demo
    5fb4f7

    Sorry, it’s 9AM in California! haha

    thanks

    Trevor
    #94070

    Hi

    Looking at the source HTML for the page, I do not see WordPress loading jQuery v1.12.4, nor the migrate jQuery, and I do not see the Search & Filter javascript and css files?

    Anonymous
    #94080
    This reply has been marked as private.
Viewing 10 posts - 1 through 10 (of 14 total)