Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Disable the &asp_active=1 Redirection
This topic contains 5 replies, has 2 voices, and was last updated by efullman 7 years, 10 months ago.
- AuthorPosts
- November 19, 2015 at 1:01 am #6661
Hi,
Great product.
I’m having a problem where I can’t disable the &asp_active=1 by turning off Override the default WordPress Search.
I need to strip that &asp_active=1.
Your help is appreciated.
November 19, 2015 at 8:03 am #6667Hi!
Make sure you purge the page/minify/CDN and every possible cache where the plugin is active after turning off the override.
The plugin might be getting the old settings if the page is cached. You can confirm the page is served cached content by searching for
"overridewpdefault": 1,
string in the page source code.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 19, 2015 at 7:56 pm #6674Yeah. That’s not working. See the screenshot it still adds the &asp_active=1.
Attachments:
You must be logged in to view attached files.November 19, 2015 at 9:15 pm #6676Is there some kind of a fail condition that is getting set, like at the bottom of an if. Seems like my theme must fail your conditions default wp search.
November 20, 2015 at 1:15 pm #6684Strange, that should be working.
I’ve looked through the code, I can only see one case where this might be an issue. Is this happening when clicking on the “Show more results” link?
I might be able to re-create the problem, if that’s it. Will get back to you if I find something.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
November 20, 2015 at 3:20 pm #6687That’s the only time I’ve seen this behavior. Sorry if I wasn’t clear about it, when I click the “Show more results” it ads the &asp_active=1. Then the search page fails until you re-submit it.
- AuthorPosts
You must be logged in to reply to this topic.