Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author webaware

    (@webaware)

    G’day Rebecca,

    Add this to your shortcode: showinfo=false

    cheers,
    Ross

    Thread Starter rivkasa

    (@rivkasa)

    Hi Ross

    Thank you so much for your prompt reply

    This is the code I am using in my theme file which still does display the popup. I want the form to constantly be displayed below the map but still want to hide the popup.

    flexmap_show_map(array( ‘address’ => $location, ‘width’ => 450,
    ‘height’ => 380,
    ‘showinfo’=>false,
    ‘hidepanning’ => true,
    ‘showdirections’=>true,
    ));

    Mant thanks,
    Rebecca

    Plugin Author webaware

    (@webaware)

    Try this: 'showinfo'=>'false',
    (note the quotes on ‘false’, it’s a string!)

    Thread Starter rivkasa

    (@rivkasa)

    Indeed it is 🙂

    Looks great. Thank you so much for your wonderful plugin and support

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Hide the text bubble’ is closed to new replies.