• I have an event list on my page. I want to show only the first occurrence of any repeat events. I am also only showing future events. Late in the month (once the repeat event has passed for that month), the event will not show up. For example: Event01 scheduled for 1st of the month every month, Event02 scheduled for the 28th of month every month. Display the list on the 1st and both events show up, display on the 2nd and only Event02 shows, I was expecting Event01 to be displayed as part of the following month. Display on the 29th and no events are displayed, again I would expect the very next occurrence to be displayed.

    Shortcode:

    [add_eventon_list number_of_months=”4″ show_limit=”no” hide_empty_months=”yes” accord=”yes” hide_so=”yes” hide_mult_occur=”yes” etc_override=”yes” event_past_future=”future” show_repeats=”no”]

Viewing 15 replies - 1 through 15 (of 18 total)
  • Plugin Support ArtemSupport

    (@artemsupport)

    Hello,

    hide_mult_occur=”yes” hides all multiple occurence. So what you need to do is to also add show_repeats=”yes” to your shortcode. Could you try and let us know?

    Thread Starter Blurst

    (@blurst)

    I tried your suggestion but then the repeating events show for every month. I only want the first occurrence of a repeating event to show. Problem is if the event that repeats has already happened in the current month it won’t display because of event_past_future=”future” but it also won’t show on the following month because show_repeats=”no”. If I turn on show_repeats=”yes” then They show up for every month.

    Plugin Support ArtemSupport

    (@artemsupport)

    Could you send us a link to your website?

    Thread Starter Blurst

    (@blurst)

    Sorry I can not send you a link at this time. The site is being developed on a local server. The issue is easy to reproduce:

    Create two events that repeat every month one for the beginning of the month, one for the end of the month. Using the shortcode above, the event at the end of the month will show up once, but the one from the beginning of the month won’t show up at all. I’m trying to get it to show the end of month event once, followed by the beginning of month event once, (under the next months heading).

    Plugin Support ArtemSupport

    (@artemsupport)

    Are Event01 and Event02 repeats of the same event or two completely separate ones?

    Thread Starter Blurst

    (@blurst)

    They are two separate events both of which repeat every month.

    Plugin Support ArtemSupport

    (@artemsupport)

    Recreated the shortcode on our test server with two repeating events:

    https://devlite.myeventon.com/47-2/

    No issues. Both events show.

    Could you check?

    Thread Starter Blurst

    (@blurst)

    The issue is that only one occurrence of each event is supposed to show. Or at least that is what I am trying to achieve. In your example all occurrences of the event are showing. Do you have show_repeats=”no” set?

    Thread Starter Blurst

    (@blurst)

    Also your repeating events need to start in the current month, in this case December. The current date has to be after the first repeating event. Because we are dangerously close to the end of December, It will be harder to recreate the problem.

    Event 1 – Strarts on 1st of current month, repeats monthly

    Event 2 – Starts on last day of current month, repeats monthly

    Current date falls between 1st of the month and last of the month. If the current date is the 1st of the month everything works, after the first of the month, the “Event 1” will not show up.

    Plugin Support ArtemSupport

    (@artemsupport)

    They two separate monthly repeating events, so will be visible no matter what you put into your shortcode.

    We need to take a look at your calendar. Do you have it somewhere online?

    • This reply was modified 2 years, 2 months ago by ArtemSupport.
    Thread Starter Blurst

    (@blurst)

    No I don’t at this time but am hoping have it up soon, (1-2 weeks). I’ll send you a link then with the exact shortcode.

    Plugin Support ArtemSupport

    (@artemsupport)

    Perfect! Please keep us updated.

    Thread Starter Blurst

    (@blurst)

    Here is the link to the sample website illustrating the problem.

    https://staging.burtonbc.ca/event-on-test/

    Plugin Support ArtemSupport

    (@artemsupport)

    Could you also send us a screenshot of the repeating section of Edit Event?

    Thread Starter Blurst

    (@blurst)

    Both events are identical aside from the start/end dates.

    https://staging.burtonbc.ca/event-on-test/#repeat

    • This reply was modified 2 years, 1 month ago by Blurst.
    • This reply was modified 2 years, 1 month ago by Blurst.
Viewing 15 replies - 1 through 15 (of 18 total)
  • The topic ‘Repeat events not showing in list view.’ is closed to new replies.