Filtering Disabled after Selection
-
Greetings. I just purchased a license for the Filter add-on. I created a checkbox filter. After selecting a checkbox the chosen filter item is loaded but then the list of checkbox filters is disabled and grayed out. I am unable to filter further.
The following are the shortcodes I am using. Any assistance would be greatly appreciated.
<?php
echo do_shortcode(‘[ajax_load_more_filters id=”listing_types_filter” target=”listing_types_target”]’);
?><?php
$term = get_search_query();
echo do_shortcode(‘[ajax_load_more id=”listing_types_target” post_type=”post, listings” posts_per_page=”8″ order=”ASC” orderby=”title” transition_container=”false” button_label=”Load More” button_loading_label=”Loading” archive=”true” search=”‘ . $term . ‘” ] ‘);
?>
- The topic ‘Filtering Disabled after Selection’ is closed to new replies.