• Resolved thaflo

    (@thaflo)


    Hi,

    first, thanks for your plugin, I’m lucky with it.
    But, I have a problem to.
    Trying to get a list of events in a specific time range on a site I get wrong results.

    My Shortcode on a page looks like this:
    [my_calendar_upcoming type=”event” fallback=”No events coming up!” template=”{date} {title}” order=”asc” show_today=”yes” skip=”0″ ltype=”” lvalue=”” from=”10.09.2016″ to=”26.09.2016″ ]

    My Widget works as expected with this widget settings: (export)
    {linking_title}”,”mc_link”:””,”my_calendar_upcoming_type”:”custom”,”my_calendar_upcoming_skip”:”0″,”my_calendar_upcoming_order”:”asc”,”my_calendar_upcoming_after”:”10″,”my_calendar_upcoming_before”:”10″,”my_calendar_no_events_text”:””,”my_calendar_upcoming_category”:””,”my_calendar_upcoming_author”:””,”mc_host”:””,”my_calendar_upcoming_show_today”:”yes”,”mc_from”:”10.09.2016″,”mc_to”:”26.09.2016″}},”subsidiary”:{“meta-3”:{“title”:”Meta”},”archives-3″:{“title”:”Archiv”,”count”:0,”dropdown”:0}}}

    So there are other results between the widget and the shortcode.
    The calendar is visible at:
    https://www.ssp-mals.it/gsplaneil/?page_id=127

    Thank for your help!

    Florian

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

    (@joedolson)

    The date format is quite flexible, but that is not an allowable format. If you change it to use hyphens instead of dots, this should work just fine. E.g. DD-MM-YYYY.

    Thread Starter thaflo

    (@thaflo)

    Hi, i tried that already, but wrong result.

    [my_calendar_upcoming type=”event” fallback=”No events coming up!” template=”{date} {title}” order=”asc” show_today=”yes” skip=”0″ ltype=”” lvalue=”” from=”01-09-2016″ to=”15-09-2016″ ]

    https://www.ssp-mals.it/gsplaneil/?page_id=724

    Plugin Author Joe Dolson

    (@joedolson)

    Sorry; I failed to notice that you also need to change the ‘type’ attribute from ‘event’ to ‘custom’.

    Thread Starter thaflo

    (@thaflo)

    That does the trick!
    Thank you a lot, for your help and for your plugin!

    Florian

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Problems with from to range’ is closed to new replies.