Month / Starting Days / Warning

Home Forums Calendar Products Events Calendar PRO Month / Starting Days / Warning

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #20919
    Scott
    Member

    First post, wasn’t sure if I should post 3 separate discussions or all question in one (please advise).
    Plugins: The Events Calendar Version 2.0.7, The Events Calendar PRO v 2.0.5.

    =====
    I just uploaded the both versions, but it appears I need v2.0.5 in order to get rid of the attached warning message.
    1) How do I update the PRO version.
    =====
    2) calendar shows month as May INSTEAD OF CURRENT MONTH (June).
    =====
    3) Is there a way to rearrange the order from M-S to Sun-Sat?

    thanks for any help in advance,
    Scott

    #20920
    Andy Fragen
    Moderator

    #1 – See https://theeventscalendar.com/manually-checking-for-updates-to-modern-tribe-plugins/ about updating.
    #3 – WordPress general settings to change start day of week.

    After the above see if #2 still is there.

    #21143
    Scott
    Member

    I tried to check for The Events Calendar updates, but it doesn’t show. When I tried to update manually “One last point: remember that in lieu of updating, you can also always download the latest release straight from the tri.be site. Log in, navigate to Account Central -> Downloads, and select the plugin you want. By default, the version you download will always be the latest release.”

    I deactivated the Pro plugin and get this message. “Destination folder already exists. /home/millers/public_html/orlando/wp-content/plugins/events-calendar-pro/
    Plugin install failed.”

    How do I upgrade manually?

    thanks,
    Scott

    #21158
    Jonah
    Participant

    Hi Scott,

    To upgrade manually, just copy all the files from the new zip file over the existing ones in /home/millers/public_html/orlando/wp-content/plugins/events-calendar-pro

    – Jonah

    #21557
    Scott
    Member

    Ok, I”ve updated both plugins The Events Calendar (Pro) to v 2.0.7.
    But it shows the current month as July on the calendar and in the Title tag, BUT, the dropdown shows the month as JUNE. Here is a screen shot: http://infiniumweb.com/wp-content/uploads/orl-cal-june-july.jpg
    Please advise on how to correct this issue.
    thanks in advance,
    Scott

    #21575
    Jonah
    Participant

    Hi Scott,

    Try modifying /wp-content/plugins/the-events-calendar/public/template-tags/calendar.php – comment out line 146 so it looks like this:

    function tribe_month_year_dropdowns( $prefix = '' ) {
    global $wp_query;

    if ( isset ( $wp_query->query_vars['eventDate'] ) ) {
    //$date = $wp_query->query_vars['eventDate'] . "-01";
    } else {
    $date = date_i18n( TribeDateUtils::DBDATEFORMAT );
    }
    $monthOptions = TribeEventsViewHelpers::getMonthOptions( $date );
    $yearOptions = TribeEventsViewHelpers::getYearOptions( $date );
    include(TribeEvents::instance()->pluginPath.'admin-views/datepicker.php');
    }

    This is a core hack and will be overwritten the next time you update so be sure to remember to apply it again if you do update. We’ll get this fixed in an upcoming release as soon as we can.

    Regards,
    Jonah

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Month / Starting Days / Warning’ is closed to new replies.