kazclaw74
Forum Replies Created
Viewing 3 replies - 1 through 3 (of 3 total)
-
Forum: Plugins
In reply to: [Advanced Classifieds & Directory Pro] remove location from search listI 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.
Forum: Plugins
In reply to: [WPS Hide Login] unable to loginto my siteForum: Plugins
In reply to: [Insert Pages] Editing pages with page builderI had a similar issue with another plug in and it turned out to be WP Cache causing the issue.
Viewing 3 replies - 1 through 3 (of 3 total)