Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Jonathandejong

    (@jonathandejong)

    Hi,

    with initial position I assume you mean the basic CPT archive without any filtering.
    There should not be any initial taxonomies chosen at that stage.

    Make sure you’re really on the basic archive without any taxonomy active. You can do that by checking the output from

    global $wp_query;
    echo '<pre><code>' . print_r($wp_query, true) . '</code></pre>';

    Please post the results of this in a pastebin and link it here so that I can check it ??

    Thread Starter tyuss

    (@tyuss)

    I use a CPT with taxonomies affiliated. But no taxonomy is active on the page where the filter is and I’m on basic archive of custom post type.

    Sorry, Where do I put the code you send to me ?

    you can see on the site :
    website

    You can check the picture of what I say. “Reference” are always on “50 (31)” at load, and when I actualize or “clear all” :

    Image 1

    Plugin Author Jonathandejong

    (@jonathandejong)

    Hmm thats rather strange. It could be a bug due to those terms being just numbers.. I’ll have to do some tests.

    You might also be glad to know that I’m working on a ajax load feature when there is a lot of terms in a single taxonomy.. Can’t say when it’ll come tho

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘bug with a filter, always active’ is closed to new replies.