Agile Store Locator provides a powerful option to display category markers on the map. These markers represent your store categories with custom icons, helping users quickly identify different types of stores.
By default, store-level markers are enabled, but you can easily switch to category-based markers by enabling the setting.
Steps to Enable Category Markers #
- Go to ASL Settings in your WordPress Admin panel.
- Open the General Tab.
- Find the option Category Marker and enable it.
- Click Save Settings.
Category markers can also be enabled using a shortcode if you have multiple maps:

[ASL_STORELOCATOR category_marker="1"]
How to Show a Category Icon on Top of Other Icons #
If you want a specific category marker (based on its order ID) to appear above all other markers, you can use the following shortcode:
[ASL_STORELOCATOR marker_index="1"]
With this attribute, the category having the highest order ID will always display its marker on top of other overlapping markers.
Manage Category Order #
To control which category icon appears above others, adjust the Order ID of your categories from the Manage Categories section.
