• Resolved rohamvm

    (@rohamvm)


    Hello!
    How to control the position and the zoom level that appears in the default view on the map?
    What I’m trying to do is have a particular city show up by entering the search page.
    Thanks for your help

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

    (@rameez_iqbal)

    You can use following attributes in [rem_map_area] shortcode

    • address
    • lat
    • long
    • zoom
    • map_height

    Regards

    • This reply was modified 7 years, 5 months ago by rameez_iqbal.
    Thread Starter rohamvm

    (@rohamvm)

    I show you the sortcode that I am using.
    [rem_map_filters fields_to_show=”search,property_city,property_type,property_purpose,property_bedrooms,property_price,” style=”3″ columns=”4″]
    Can you show me how to add the attributes “lat, long, zoom” in that shortcode?

    • This reply was modified 7 years, 5 months ago by rohamvm.
    Plugin Author rameez_iqbal

    (@rameez_iqbal)

    You can use something like

    [rem_map_filters fields_to_show="search,property_city,property_type,property_purpose,property_bedrooms,property_price," style="3" columns="4" lat="25.2744" long="133.7751" zoom="10"]

    Thread Starter rohamvm

    (@rohamvm)

    Excellent! Very good work.
    Thanks for your help.

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

The topic ‘Default city on the map’ is closed to new replies.