We've have a number of sites all using the same Toolset setup.
A new site will use a feed to populate the custom post types. We have sorted nearly everything however...
On this page, the filter displays Destination no issue if you select: hidden link
Using this code:
<label>[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="area" type="select" default_label="Destination" url_param="wpv-area"]
However on the Home Page, it wont select the same: hidden link
Here we use this code:
<label>[wpml-string context="wpv-views"][/wpml-string]</label>
[wpv-control-post-taxonomy taxonomy="area" type="select" default_label="Area" url_param="wpv-area"]
I can;t see anyway of seeing why this wont work and after 2 hours of digging about thought I would ask here just in case I'm missing something very obvious.