in .js file, change this line
var current_level = jQuery(this).attr(‘id’).split(‘_’);
with this
var current_level = jQuery(this).css(‘color’,’red’).attr(‘id’).split(‘_’);
This problem is not soleved
–>2) if $tax = a custom taxonomy, then at levels 1st and 2nd you see this (), only brackets
Well i have news, but i do not know yet if it is correct. I did this
1)opened: chainselects.php
2)found this: function chainselect_init($tax, $level, $titles, $labels, $btn_text, $exclude, $count) {…
3) changed $labels to $label or something else
the result: if level=3 the list_number=3 is loading
and i get the correct results.
Anyway i will response if something is wrong
but, i would like to know why it worked…