• Resolved RetroTorque

    (@retrotorque)


    Hello,

    Reading the documentation, it seems possible to modify the [locations_map] shortcode. ( [locations_map country=”US”] for example.)

    In a similr vein, is it possible to do this by the same method?:

    If the search form is used to carry out a particular search, the map displays only the locations re those particular filtered search results.

    Thanks,

    Mathew

    http://wordpress.org/extend/plugins/events-manager/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Marcus (aka @msykes)

    (@netweblogic)

    Hi Matthew,

    Some users managed to get this working but they’re using PHP to genearate the map using the supplied seach parameters, e.g.

    $args['width'] = 450;
    $args['height'] = 300;
    em_locate_template('templates/map-global.php',true, array('args'=>$args));
    Thread Starter RetroTorque

    (@retrotorque)

    Thanks, Marcus, I’ll give that a try.

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

The topic ‘Locations Map – filter display by search results?’ is closed to new replies.