• Resolved johngoold

    (@johngoold-1)


    Calendar version 1.5.52
    Almost all “events” recorded in the calendar are repeating events (they happen to be weekly). When I surf to the page with the calendar, the current month shows (good).

    Using the Month view for example, I can tab through the months (using the < and > links) and the events show up (at least as far as I go). If I change the year by clicking on the previous or next year in the calendar title bar, events do not show up for the “current” month. For example, it is currently May 2017 but if I view May 2018, no events are displayed. I can tab back and forth through the months of 2018 and the events show up for all the months except the “current” month.

    The site I’m working on: stjohnsretiredcitizens.org (and select the “Events” tab).

    • This topic was modified 7 years, 6 months ago by johngoold.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Contributor WD Support

    (@wdsupport)

    Hi @johngoold-1!

    Thanks for posting about this problem!

    Did you select a value for Repeat Until option on your repeating events? You can set it to 2020, for example.

    Please give this a try and let us know if this works. I am posting a screenshot below, where you will see this option.

    Thanks! Have a great day!
    Repeat Until Option

    • This reply was modified 7 years, 6 months ago by WD Support. Reason: Correction
    Thread Starter johngoold

    (@johngoold-1)

    That was how I set it up originally (funnily enough, I chose 2020 as the year!). The described problem occurred then.

    I later realized that overlay pop-ups and calendar displays were showing the event as repeating UNTIL that date. Since I wanted those events to repeat indefinitely (until canceled), I tried the effect of removing the “Repeat until” date. That worked fine (i.e. open-ended repeat); however, the described problem persisted.

    Plugin Contributor WD Support

    (@wdsupport)

    Hello @johngoold-1!

    In that case, could you please contact our team directly through this form? Our development team will take a closer look at the issue ASAP.

    Also make sure to mention the URL of this forum topic in your message. We will publish the solution under this thread as well.

    Thanks! Have a good day!

    Plugin Contributor WD Support

    (@wdsupport)

    Hi @johngoold-1!

    I am happy to inform you, that our development team has resolved the problem on your website. Could you please have a look?

    They replaced the following two lines in /spider-event-calendar/front_end/frontend_functions.php file:

    if($date_month == (int)$month) $next_date = date('n/j/Y', strtotime($start_date));
    else $next_date = php_GetNextDate($start_date, $repeat * 7);

    with this code:
    $next_date = php_GetNextDate($start_date, $repeat * 7);

    Let me know in case there’s anything else we can assist you with.
    Thank you! Have a great day!

    Thread Starter johngoold

    (@johngoold-1)

    Thanks, well done. I assume that fix will make it into the next release.

    Plugin Contributor WD Support

    (@wdsupport)

    Hey @johngoold-1!

    You are most welcome! It did appear to be a bug, our developers will test further and include the fix in the next update, surely.

    If you have a few minutes, could you please share your feedback for Spider Calendar here? We greatly appreciate your opinion about the plugin and our service.

    Thanks so much! Have a good day!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Possible Bug in Calendar Views’ is closed to new replies.