fkjason
Member
Posted 10 months ago #
Hi!
My website:
http://Econrespuestas.com.ar
when you search, URL doesn't show like "/?s=example"
it shows up like "econrespuestas.com.ar/econrespuestas.com.ar"
When I remove this plugin, it works just fine.
Does somebody know where I can fix this?
http://wordpress.org/extend/plugins/advanced-ajax-page-loader/
binga30
Member
Posted 10 months ago #
I also am having this trouble. I am using a google custom search and as it needs /?query on the end of the url, the ajax takes the site to /search instead of /search/?query
I have tried excluding the url but nothing happens. I have also tried loading the google scripts in the ajax reload script area. This also does not work.
Any help appreciated.
binga30
Member
Posted 10 months ago #
I can now confirm that the exclusion did not work due to the search button not being a link as such. The page it goes to is specified in the action="/search/" property.
Anyway around this so that the page wont load using ajax?
binga30
Member
Posted 10 months ago #
I found a way around this as a solution. In my case it stopped the search from using ajax but my site works as I want it.
All i did was remove the term "search" from the form id, and input id.
Now the google custom search forces a reload of the page which then loads the scripts needed so it works.