Quantcast
Channel: Toolset » All Posts
Viewing all articles
Browse latest Browse all 20145

Reply To: Front End Filter by Taxonomy with Option of ALL

$
0
0
Sorry for the delay answer, I have modified following in your website:

1) edit your filter form as this:

<td>Property Types[wpv-control taxonomy="propertytype" type="select" url_param="proptype"]</td>

To:

<td class="propertytype">Property Types[wpv-control taxonomy="propertytype" type="select" url_param="proptype"]</td>

2) edit the js as this:

jQuery(document).ready(function($) {
$('td.propertytype select option:first').text('All');
});

Please check if the result page is it what you want. thanks


Viewing all articles
Browse latest Browse all 20145

Trending Articles