Forums › Forums › Search & Filter Pro › Search area is not update when category archive loaded by Pjax
Tagged: ajax
- This topic has 13 replies, 3 voices, and was last updated 8 years, 6 months ago by Anonymous.
-
Trevor(Private) May 9, 2016 at 10:16 am #45053
Hi
I can see that this is a localhost test installation.
Is it possible for you to make screenshots of any tabs in the search form setup that you have made settings in (some tabs you may have made no changes, these I do not need to see)? I need at least the General and Display results tabs.
What theme are you using?
Anonymous(Private) May 9, 2016 at 10:24 am #45055Thanks for the replay! 🙂
Is This OK?
➡ Add screen shot at bottomTrevor(Private) May 9, 2016 at 10:31 am #45056OK
What I suspect is that the content are in the HTML is not called
main
, or that main contains both the results area AND the search form (not allowed like this). In your shots you have a pink box with the titlethis area loaded by Ajax
If you use Firebug or another inspector on the page, you can see the html. You need to identify the container id or class. They would look like this:
<div id="my-container-id-name" ....
OR
<div class="my-container-class-name" ....
In the setup, on the Display Results tabs, look for the
Results Container
setting and make this (looking at my examples – yours will be different), you would enter:#my-container-id-name
OR.my-container-class-name
depending on whether it is an id or class
Anonymous(Private) May 9, 2016 at 4:00 pm #45096Yes.
If first(Direct) aceess, the results are the same.But from other page(second access), results are not the same.
More simple test page:
http://jobboard.yoshihiromizuta.com/test/Please lick link…
—
Because this link use ajax,too.
I hope that both first access and second access get the same results…
Such as use jQuery, like a…
$('.searchandfilter').searchAndFilter('update');
-
AuthorPosts