Home › Forums › Calendar Products › Events Calendar PRO › Month / Starting Days / Warning
- This topic has 5 replies, 3 voices, and was last updated 13 years, 9 months ago by
Jonah.
-
AuthorPosts
-
June 20, 2012 at 3:22 pm #20919
Scott
MemberFirst 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,
ScottJune 20, 2012 at 4:44 pm #20920Andy 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.
June 25, 2012 at 8:32 am #21143Scott
MemberI 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,
ScottJune 25, 2012 at 11:37 am #21158Jonah
ParticipantHi 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
July 5, 2012 at 11:57 am #21557Scott
MemberOk, 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,
ScottJuly 5, 2012 at 2:33 pm #21575Jonah
ParticipantHi 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 -
AuthorPosts
- The topic ‘Month / Starting Days / Warning’ is closed to new replies.
