mgmg

Forum Replies Created

Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • in reply to: Errors after update #1256993
    mgmg
    Participant

    Thanks for your reply.

    In terms of the days/months mixup, after I cound this: $this->daysOfWeekShort = Tribe__Date_Utils::get_localized_months_short(); which seems incorrect in the /plugins/the-events-calendar/src/Tribe/Main.php file I just updated it (replacing months with days) and it works.

    But maybe this should be updated in your files so when people download and update they have the correct code.

    I just checked the map issue and it looks like the map is now showing… really weird – I didn’t make any changes but it’s now back so I’m happy.

    The one remaining error is the << and >> links in the mini cal widget, they link to [website].com/# and they don’t operate to show the previous and future months.

    Do you have any idea about this?

    in reply to: Errors after update #1256281
    mgmg
    Participant

    Really would appreciate your help in what seems to be a bug. It’s been almost 3 weeks since your reply and when I email I’m told to leave a message in your support forum… but no response here 🙁

    in reply to: Errors after update #1254714
    mgmg
    Participant

    Any update on this? Appreciate your help.

    in reply to: Errors after update #1253730
    mgmg
    Participant

    Please can you advise about the update and a fix for my other issue “<<” and “>>” links not working on the mini calendar, plus Google Maps still are not showing.

    in reply to: Errors after update #1253141
    mgmg
    Participant

    I think you should also update this thread: https://theeventscalendar.com/support/forums/topic/months-are-displaying-instead-of-days-in-calendar/

    It isn’t custom code but the following error with Tribe code:
    The bug is located in …/public_html/wp-content/plugins/the-events-calendar/src/Tribe/Main.php

    on line 2177 $this->daysOfWeekShort = Tribe__Date_Utils::get_localized_months_short();

    This should reference days of weekdays, not months.

    Still need my previous and next links issues solving as described above.

    in reply to: Errors after update #1253139
    mgmg
    Participant

    Also please don’t forget my other issue:

    But I also have issues with the link images to previous month and next month, either side of where it says March at the top of the mini calendar in the sidebar… (links not working)

    <?php tribe_events_the_mini_calendar_prev_link() ?>
    <span id=”tribe-mini-calendar-month”><?php tribe_events_the_mini_calendar_title() ?></span>
    <?php tribe_events_the_mini_calendar_next_link() ?>

    All the issues seem to be coming from the mini cal not the main events plugin.

    in reply to: Errors after update #1253137
    mgmg
    Participant

    I have been searching the web and others are having similar problems:

    https://wordpress.org/support/topic/4-4-0-1-tribe_events_get_days_of_week-returns-months-not-days-of-week/

    tribe_events_get_days_of_week returns months, not days of week

    It seems that this is an error and if so please can you provide the updates. For someone like me who isn’t great with code, I can do the manual updates, but then the auto update happens and sometimes causes other errors, so it’s better if you guys fix your errors so my fixes don’t complicate things…

    in reply to: Errors after update #1253133
    mgmg
    Participant

    I can manually fix the days by using this:
    <!– comment out foreach start –>
    <?php //foreach($days_of_week as $day) : ?>
    <!– <th class=”tribe-mini-calendar-dayofweek”><?php echo $day ?></th> –>

    <!– Added the following to fix days –>
    <th class=”tribe-mini-calendar-dayofweek”>M</th>
    <th class=”tribe-mini-calendar-dayofweek”>T</th>
    <th class=”tribe-mini-calendar-dayofweek”>W</th>
    <th class=”tribe-mini-calendar-dayofweek”>T</th>
    <th class=”tribe-mini-calendar-dayofweek”>F</th>
    <th class=”tribe-mini-calendar-dayofweek”>S</th>
    <th class=”tribe-mini-calendar-dayofweek”>S</th>

    <!– comment out foreach end –>
    <?php //endforeach; ?>

    But I also have issues with the link images to previous month and next month, either side of where it says March at the top of the mini calendar in the sidebar… (links not working)

    <?php tribe_events_the_mini_calendar_prev_link() ?>
    <span id=”tribe-mini-calendar-month”><?php tribe_events_the_mini_calendar_title() ?></span>
    <?php tribe_events_the_mini_calendar_next_link() ?>

    All the issues seem to be coming from the mini cal not the main events plugin.

    in reply to: Errors after update #1253131
    mgmg
    Participant

    Yes so when I switch to the 2017 theme the Days are showing and not the months… All was fine though with the old theme. Do you know what might be switching months in for $day??

    Where would the theme be creating this variable and using the wrong definitions… so weird…

    Thanks for any guidance.

    in reply to: Errors after update #1245934
    mgmg
    Participant

    Anyone else having this same problem? Or know of a fix?

    in reply to: 30% discount #1198576
    mgmg
    Participant

    Purchasing separately will not give me the 30% off discount though !?

    in reply to: Change text box height in add community events form #1137686
    mgmg
    Participant

    Geoff – you’re the best!

    This helped me figure it out and make some other changes i needed. Thanks again for taking to respond so quickly.

    Matt

    in reply to: Bugs (Pro and Filter) – possible js? #902926
    mgmg
    Participant

    I resolved the issue with the filterbar… some other js was interfering. but I still have the problem with pagination being affected when I activate TEC (as described above)! Please advise

    Also if I want to change the events calendar widget that’s in my sidebar to be brighter colors…. say from the #666666 gray to a red, what’s the easiest way to do this… there are so many files I don’t know which css file to edit.

    Thanks

Viewing 13 posts - 1 through 13 (of 13 total)