Forums › Forums › Search & Filter Pro › Ajax Load results using Ajax not working
- This topic has 8 replies, 2 voices, and was last updated 5 years, 8 months ago by
Trevor.
-
Trevor(Private) January 24, 2020 at 9:28 am #231978
Hi Tonya
For #1, are you able to send me a live link/URL to your search page so I can take a look? The most frequent cause is that the Results URL is incorrect, often it has
http://
when it needshttps://
(for example, the site has had the SSL certificate added after the form was made, or whne moving from staging to live, the Results URL was not updated.In #2, assuming the search form is set to search on Posts, and not Pages, this may be caused by using the same taxonomy across multiple post types (in this case Posts and Pages). This may happen because, since WordPress introduced term splitting, the sharing of taxonomies across more than one post type has been discouraged. Where you need to share terms in this way, custom fields should be used instead.
Lastly, #3, you need to make sure that this action is triggered as each post is updated by the updating process:
Some plugins that do such imports, have hooks that allow you to do this (such as WP All Import).
Trevor(Private) January 28, 2020 at 2:31 pm #232364Is the form on that page, or just the results? It may be that you have to place the form on the page and then hide it for it to work.
The results on the page are for form #1439. I can see two forms on the page, both being #3332, but they go to another page, so that should be OK.
Anonymous(Private) January 29, 2020 at 12:07 am #232454Excellent Trevor, thanks so much!! I popped the form in, hid it, then it all worked, to be fair this was an unusual one as they did want to be able to filter the results, then they didn’t so I just kept the results, so not something that will ever be common, but great that I know this though, thanks ever so much again as always for super support :).
-
AuthorPosts