I deleted this from Public> partials>Search> acadp-search-inline-display.php
and it worked.
<?php if( $can_search_by_category ) : ?>
<!-- Category field -->
<div class="form-group col-md-<?php echo $span_top; ?>">
<?php
wp_dropdown_categories( array(
'show_option_none' => '-- '.__( 'Select a category', 'advanced-classifieds-and-directory-pro' ).' --',
'taxonomy' => 'acadp_categories',
'name' => 'category',
'id' => 'acadp-category-search-'.$id,
'class' => 'form-control acadp-category-search',
'orderby' => 'name',
'selected' => isset( $_GET['category'] ) ? (int) $_GET['category'] : -1,
'hierarchical' => true,
'depth' => 10,
'show_count' => false,
'hide_empty' => false,
) );
?>
</div>
<?php endif; ?>
-
This reply was modified 8 years, 10 months ago by
kazclaw74.
Hello
I know the issue is Resolved, but for future reference …
On the Search widget uncheck the : Search by Location.
Hope it helps