I am trying to:
Get markers to be shown on a map also after filters are selected
Link to a page where the issue can be seen: hidden link
I expected to see:
I selected the option "AJAX refresh when changing any filter" so I expect to see the results change after applying the filters
Instead, I got:
After a filter is selected, you need to refresh the page to see the markers
Hi Minesh,
thank you, I saw this feature applied in one of your videos and I thought it was supported. I changed that to Page reload and added a submit button, it's now working properly.
There is something else with this page/CPT:
1)My final goal is to get this type of URL: /distributori/region/province/post-name
Province is a child to region and each region has many different provinces. I don't understand how to get this.
Also, I need to have these as search fields on the archive page, but when I select the Region in the search field I’d like the Province search field to only show the provinces in that particular region (please see this for reference: hidden link).
How can I achieve that?
2) Why aren’t I getting any taxonomy term archive pages? The rewrite option is selected but if you go to /distributori/region-name you get a 404. If I add a custom slug %region%, I can see the archive but the CPT gives a 404..
As per our support policy, we entertain only one question per ticket. This helps other users searching on the forum as well as help us to write correct problem resolution summery for the original issue reported with the ticket. I request you to kindly open a new ticket with every question you may have in the future.
Since 'Types' provides a limited solution to rewrite the base for your CPT. We offer URL rewriting option with CPT and you may try to play with that. you can find that at:
=> Toolset => Post Types => Edit post type => Under section "Options" you will find option rewrite
See this screenshot: hidden link
Toolset do not offer any URL rewrite options, you will have to use third party plugin that offers URL rewrite feature or write URL rewrite rules on your own.
Ok Minesh, I'll open a new one next time, thank you.
So, I understand I need to find an alternative solution for the URL. What about the taxonomy term archive pages? (my second question). How can I get an archive page and still see my CTP instead of getting 404s?