Viewing 4 replies - 1 through 4 (of 4 total)
  • I’ve got the same problem:S Did you fix it already Jacorre? Or can somebody help us?

    I Found the answer!

    If anyone is interested in this, I found a way to prevent this behaviour.

    Find these lines and comment them out as follows:

    private function get_terms( $tax ) {
    //if ( $this->all_terms )
    return get_terms( $tax );
    //else
    //return QMT_Terms::get( $tax );
    }

    This of course would be overwritten should a new version of the plugin come out. That is why is never a good idea to change to core files of the plugin. But in case somebody really wants it.

    thanks for this code! can’t for the life of me find which file to edit – mind helping a girl out? ?? THANK YOU!

    //EDIT – found, thanks! if anyone else is looking it’s in the widget.php file

    Thank you so much for this fix!

    For future reference for anyone else looking for this, the code is on line 134 in the widget.php file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘[Plugin: Query Multiple Taxonomies] Taxonomies not displaying in dropdown after submitting?’ is closed to new replies.