Forums Forums Search & Filter Pro Search area is not update when category archive loaded by Pjax

Tagged: 

Viewing 10 posts - 1 through 10 (of 14 total)
  • Anonymous
    #45046

    Sorry, I can speek a little English .

    When directly reach to Category Archive page,
    search area (slug ‘2’ checkbox) is not update.

    Example URL
    http://localhost/jobs/jobs_cat/2/

    Please watch my evernote.

    Trevor
    #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
    #45055

    Thanks for the replay! 🙂

    Is This OK?
    Add screen shot at bottom

    Trevor
    #45056

    OK

    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 title this 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
    #45066
    This reply has been marked as private.
    Trevor
    #45076
    This reply has been marked as private.
    Anonymous
    #45078
    This reply has been marked as private.
    Trevor
    #45079

    Sorry, my bad. You are correct with those URLs (the last 2).

    Are you saying the results are not the same?

    Anonymous
    #45096

    Yes.
    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');

    Trevor
    #45107

    Hi

    I have run out of time today, but I will come back to this issue tomorrow.

Viewing 10 posts - 1 through 10 (of 14 total)