Ok, I did some more reading of threads here and elsewhere and came across an answer here, from Stofian, I believe, regarding adding changing the market cluster:
“geodir_marker_cluster_image_path”
/**
* Filter the map marker cluster images path.
*
* @since 1.2.6
* @param string $imagePath Marker cluster images path.
*/
$msgs[‘imagePath’] = apply_filters(‘geodir_marker_cluster_image_path’, $imagePath);
I’m not sure when this was posted (I didn’t look at the date) but A) is it still valid? B) is it a matter of uploading a cluster marker to the media library? and C) silly question, where do you input this info? I’m figuring out some of this as I go along and am not sure if it goes under script, snippet (I added an easy snippet plugin) or elsewhere?
Thanks!
Jim McNewbie