Forums › Forums › Search & Filter Pro › AJAX Not Working, Displays All Results
- This topic has 13 replies, 2 voices, and was last updated 8 years, 2 months ago by
Anonymous.
-
Anonymous(Private) March 1, 2017 at 7:48 pm #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 onWordPress 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_USServer 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
Tablewp_search_filter_cache
Exists: ✔ 12 Rows Found
Tablewp_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.2Thanks!
Anonymous(Private) March 2, 2017 at 5:21 pm #94044Hi 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
-
AuthorPosts