caista
Forum Replies Created
-
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersOK sorry my mistake, I was showing the wrong map
- This reply was modified 1 year, 5 months ago by caista.
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersHi
I now have 2 maps showing 2 different sets of markers. All good.
However, I can’t make the second map’s default start position different to the first map.
On the preview it’s fine, but when it’s embedded in a page, it starts in the same position as map 1.
Any ideas why?
Thanks!
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersPerfect, thanks
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different Markerst
- This reply was modified 1 year, 6 months ago by caista.
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersHi
This code doesn’t seem to work:
filter-checkbox.taxonomy-name_country {display:none;}
I think it’s not properly targeting the element. I have tried many different variations but can’t get it to work (I’m not a CSS expert though)
Can you re-check please?
Thanks!
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersDon’t worry I worked it out.
For anyone else: you add the snippet to the Custom Post Type UI plugin, at the bottom of the main php file (custom-post-type-ui.php)
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersOK it looks like I have to add or alter a snippet to make it work with Markers:
https://locateandfilter.com/examples/how-create-additional-filters/
But do I add this function to the Custom Post Type UI code or the Locate and Filter code?
And where in the code do I add it?
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersOK I have installed the plugin Custom Post Type UI, and I have created a new taxonomy (“country”).
But how do I add it to a Marker?
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Category/Tag Display IssueThanks, that works great! Although I don’t seem to need the padding if I just add a space after the comma:
content: ‘, ‘
And it also wraps better this way.
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersGreat thanks, I will try this!
I have found another issue though, that I will start a new thread for.
Forum: Plugins
In reply to: [LocateAndFilter] Multiple Maps with Different MarkersThanks for your answer. I’m not sure how to create a new taxonomy though.
Can you point me to the documentation that tells me how to do this?
Thanks