Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi cominaction,

    You’re putting the address in the wrong spot. About 35 lines further down from where you are (at least that’s where it is in mine), you’ll find a section of coding that reads:

    function set_MapCenter() {
    return apply_filters(‘slp_map_center’,esc_attr(get_option(‘sl_google_map_country’,’United States’)));

    Replace ‘sl_google_map_country’, ‘United States’ with the desired address. So it would be:

    function set_MapCenter() {
    return apply_filters(‘slp_map_center’,esc_attr(get_option(‘Hamburg’, ‘Germany’)));

    Hope that helps! Good luck!

    Hi Robert,

    Would you mind elaborating? I’m having the same difficulty. Can I just add a short piece of code to the pop up that would call the Marker Name? Where would I do that?
    Otherwise, I think the pop is great – really looks sharp!

    Thanks,
    April

Viewing 2 replies - 1 through 2 (of 2 total)