- This topic has 2 replies, 2 voices, and was last updated 6 years, 11 months ago by .
Viewing 3 posts - 1 through 3 (of 3 total)
Viewing 3 posts - 1 through 3 (of 3 total)
These forums are now closed and remain for historical purposes.
None of the content applies to the new version 3. For support, get in touch via our contact form.
Forums › Forums › Search & Filter Pro › url not updating properly sometime
Tagged: V3
http://stagingwordpresssite.com/dev/smokefreeworld/ our site
issue video : http://stagingwordpresssite.com/dev/smokefreeworld/wp-content/uploads/2019/08/searchbug.mp4
so searched for agriculture, it worked fine. searched for board, it worked fine. and then when he chooses a filter for “board” it reverts back to agriculture
It is because the sidebar form has its own search box, which is hidden. It retains the text search from when you arrive on the page.
You have a search at the top of the page from the theme, which you may have coded to send to Search & Filter using a rewrite?
Then you have another form above the results, and the same form repeated in the sidebar. These two forms will not ‘talk to each other.
In V3 of our plugin we intend to allow you to place different parts of the form in different locations on your page, which is what you need, but for now you must have the search form in ONE of these locations, but not both.
ok, waiting for v3 then. and form now i fixed it by https://stackoverflow.com/questions/8803416/synchonise-2-input-fields-can-it-be-done-using-jquery
thanks for your time!