-
Posted a reply to Choosing marker colours, on the site WordPress.org Forums:
@hupe13 I did now, and you're right, it works. The icons aren't nearly as attractive,… -
Posted a reply to Choosing marker colours, on the site WordPress.org Forums:
@hupe13 you were correct in that I was calling on the wrong part of the… -
Posted a reply to Choosing marker colours, on the site WordPress.org Forums:
@hupe13 yes, value of marker[4] is a colour- "red", "blue", "green" or "yellow"... but *swears… -
Created a topic, Nextgen Basic Max Number of Galleries, on the site WordPress.org Forums:
Hello, I'm using Nextgen for an academic project where… -
Posted a reply to Choosing marker colours, on the site WordPress.org Forums:
oh, like the map and all the markers show up- but they're all blue, just… -
Created a topic, Choosing marker colours, on the site WordPress.org Forums:
Hello, so I'm updating my code so- I am creating maps … -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
It wouldn't let me edit my last post, but here is the code that actually… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
Hi, I very much appreciate your help- I've been thinking about how to deal with… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
*swears* I hate AJAX_ I've been trying to use it to do something else (using… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I have to say- despite the difficulties (caused by me working around Wordpress rather than… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
It looks like it's working now- because things are in roughly the right positions? echo… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I"m looking at it now. Something changed... and now it works? Things are popping up… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I re-typed the shortcode, (using my quotes) it didn't change anything unfortunately (at least that… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
Well the good news is that the map now shows up (although there's a strange… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I updated it, now it's ` //this is using the leaflet app echo do_shortcode('leaflet-map'); `… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I really appreciate this. ` echo do_shortcode(‘[leaflet-map]’); foreach( $array_of_locations as $marker) { echo do_shortcode('[leaflet-marker lat='… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
I suppose what I could do is- place the function which calls *the content* from… -
Posted a reply to Using Leaflet on custom page, on the site WordPress.org Forums:
Hi, sorry. I am using Wordpress. What I mean is- I'm using a custom page… -
Created a topic, Using Leaflet on custom page, on the site WordPress.org Forums:
Hello everybody, I'm using wordpress to create a datab…