Saltar navegación

[Resuelto] Filter Not Showing Options

This support ticket is created hace 2 años, 9 meses. There's a good chance that you are reading advice that it now obsolete.

This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.

Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.

Este tema contiene 1 respuesta, tiene 1 mensaje.

Última actualización por Pete hace 2 años, 9 meses.

Autor
Mensajes
#2369237
AA TS 1.png

Hi there,

On this page we use a filter that we use on all our sites, this a new site:
enlace oculto

We have an Area Taxonomy however this isn't showing any options on selection even though there are many, am I missing something obvious here?

This the Search & Pagination code we are using...

<div class="col-sm-3"><div class="form-group">
<label for="wpv-area">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="area" type="select" default_label="Area" url_param="wpv-area"]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label for="wpv-location">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="location" type="select" default_label="Location" url_param="wpv-location"]
</div></div>
<div class="col-sm-3"><div class="form-group">
<label for="wpv-wpcf-bedrooms">[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="bedroom" type="select" default_label="Bedrooms" url_param="wpv-bedrooms"]
</div></div>

#2369315

My issue is resolved now. Thank you!