Forums Forums Search & Filter Pro Loads single.php after a page reload (F5)

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #199871

    I noticed something weird after doing some random testing of the search and filter function on a website I’m currently developing.

    Please follow the steps in my next reply to recreate the issue.

    Anonymous
    #199872
    This reply has been marked as private.
    Trevor
    #199896
    This reply has been marked as private.
    Anonymous
    #199980

    Not sure if I follow you. I did a test by creating a styled button and linking to the current page:

    <a>">Reset</a>

    The thing is that the permalink gets updated by the ajax filter and it basically has the same weird behaviour as the reset link from the filters.

    Anonymous
    #199982

    <a class="btn" href="<?php the_permalink(); ?>">Reset</a>

    Anonymous
    #199984

    The link needs to be dynamic somehow since there are a lot of categories…

    Trevor
    #200031

    I had meant a link to go back to a single, unified base search page. It is not possible to go back to or Reset to a category page. Normally, the reset would go back to the CPT archives page.

    Anonymous
    #200056

    Okay, I understand. I removed the reset button for now and will reconsider if and how to put it back. Thanks!

Viewing 8 posts - 1 through 8 (of 8 total)