Hi Minesh,
Finally found (and removed) the problem js code in "Edit View - header for Javascript" section
Now "Florapal home page" is not throwing any js errors.
Thanks
Now, if you try to change the select dropdown option it will redirect you to that specific plant page.
You can add your other taxonomy filters to the above view and adjust the above JS code so that the same JS code should apply to all of your desired select box you add.
Hi Minesh,
Thanks very much for this - works perfectly.
But my JS coding skills are very poor, so please could you just add the English name taxonomy select box, so I can see how to add multiple filters.
Thanks
The thing is that - we can not add dropdown for English Names because basically we are using the slug of the taxonomy.
For example:
If we select the term "Acacia strap flower" from the select dropdwon:
=> hidden link
It will redirect us to the page: hidden link
But when I checked for Acacia strap flower, it uses the different slug "plicosepalus-acaciae-zucc-wiens-polhill":
=> hidden link
There is no way to identify that if I select "Acacia strap flower", it should be redirected on post with slug ""plicosepalus-acaciae-zucc-wiens-polhill", as there is no mapping.
So, it seems you need to use the manually code you are using because there is no way to map the slugs of taxonomy term to post slug.