A list of all markes is not shown, you can only search for specific ones. Or is there a certain command to show all by default?
Have all marker a popup?
[leaflet-marker title="Title 1" lat=0 lng=0]Marker 1[/leaflet-marker]
Then you can search:
[leaflet-search propertyname=popupContent ....]
Also, the Search field seems to be off a bit. Is this just me? Using Hueman Pro as theme.
This is a css problem from your theme. Put the css somewhere, in the customizer, in your functions.php, child-theme, …., or simply in a html block with <style>...</style>
:
.leaflet-control-search .search-input {
margin: 4px 0 4px 4px !important;
}
I tested it with the Hueman theme. If it does not work with Hueman Pro, ask the theme support.
-
This reply was modified 1 month, 3 weeks ago by hupe13. Reason: customizer