Okay
  Public Ticket #1834881
Map view for time period
Closed

Comments

  • faxi05 started the conversation

    I would like to show a map with all event locations for a certain date range, and tried this shortcode to accomplish that:

    [stachethemes_ec view="map" cal=27722 min_date=2019-01-01 max_date=2019-12-31 show_views=0]

    While the map itself displays as expected, there are no events / markers visible.

    The problem seems to be that the map always reflects one day, not a time span: If I switch on the top menu and navigate from day to day, the map will update accordingly, showing the events starting at the currently selected day.

    How can I display a map for a date range?

  •  877
    Zhivko replied

    Hi,

    Try this one:

    [stachethemes_ec view="map" cal=27722 start_date=2019-01-01 min_date=2019-01-01 max_date=2019-12-31 show_views=0]



    Stachethemes Developer