Hello Caimin,
Thanks for the posts.
I am trying to do the same as Kantti.
in categories.php, at the line :
wp_dropdown_categories(array( 'hide_empty' => 0, 'orderby' =>'name', 'name' => 'category', 'hierarchical' => true, 'taxonomy' => EM_TAXONOMY_CATEGORY, 'selected' => $args['category'], 'show_option_none' => $args['categories_label'], 'class'=>'em-events-search-category'));
I have replaced wp_dropdown_categories with wp_category_checklist
As a result, the category aspect of the search-event module has disappeared.
I have tried to take some parameters out of the line like ‘hide_empty’ and other but nothing happend.
Do you have any suggestion ?
Thanks !
Alex