Hey guys,
I'm very satisfied with JBZoo so far, thanks for the awesome product!
Nonetheless, I do have an issue. I'm building a database with JBZoo on my site and I've added a search module at the left side of my page.
This search module does work as far as displaying something at least. But I've set it up in the backend to display the categories as "Category List (jQuery .chosen)". The result ist not what I want (see "Kategorien"):
I want it to look like this:
I've installed jQuery Easy to fix the problem, but it did not help.
It seems in the html source code that it is not even trying to load any jquery:
<div class="filter-element element-category-chosen first"> <label class="label" for="filterEl__itemcategory">Kategorien</label> <div class="field"> <select id="filterEl__itemcategory-1" class="element-itemcategory element-tmpl-category-chosen" data-placeholder="Select..." data-no_results_text="Not found" size="5" multiple="multiple" name="e[_itemcategory][]"> <option value="51">Musikwissenschaften (1)</option> <option value="21">Anglistik (2)</option> <option value="22">Architektur (1)</option> <option value="17">Biologie (3)</option> <option value="25">Chemie</option> <option value="26">Elektrotechnik</option> </select> </div> <div class="clear clr"></div> </div>
Guys, what am I doing wrong?
I would really appreciate your help!
Thanks in advance,
Cay