Home › Forums › Calendar Products › Events Calendar PRO › Ajax Next Pervious nav not working on mini calendar widget
- This topic has 22 replies, 6 voices, and was last updated 12 years, 7 months ago by
Rob.
-
AuthorPosts
-
July 12, 2013 at 3:22 pm #54882
siouxsie
ParticipantHi Guys,
I have had this problem before and I can’t remember what I did to fix it. But since the update (just a few hours ago) I noticed
#1 the 404 title issue on the months/days with no events – saw that thread and made the fix. BUT it breaks my site – I placed it at the end of the theme functions.php and I get a blank page. So I guess I am waiting for the real fix.
#2 the mini calendar widget is not behaving – the next and previous links are not working.
How do I fix that. Here is the site. http://sfxavier.org
ThanksJuly 12, 2013 at 3:24 pm #54883siouxsie
Participantsorry – skip the intro – http://www.sfxavier.org/wordpress/
July 12, 2013 at 7:08 pm #54957Leah
MemberHi there,
I’m sorry we haven’t been in touch with a reply here. We’ve been inundated with support requests as more people update to 3.0, so we are a little behind our usual 24-hour window for responses. We do not do support over the weekend, but we will be in touch here with a more substantial reply as soon as possible.
In the meantime, some of these tips might be helpful:
* Double check your Plugin page for updates. We’ve just released our latest maintenance release. As of 7/12, the most current versions are The Events Calendar 3.0.1 and Events Calendar PRO 3.0.2.
* If you’re experiencing a problem with links, try resetting and resaving your permalinks.
* If the issue is with settings, try resaving your settings page- even if you haven’t changed anything.
* Having trouble with a customization done in 2.x? Be sure to check out our Themer’s Guide and documentation.You might also search the forums to see if someone else has a similar issue and has found a solution. Finally, if the problem you’re experiencing is a serious problem, you may choose to downgrade back to 2.0.11.
Thank you for your patience and support.
Best,
Leah
and the Modern Tribe Support TeamJuly 15, 2013 at 4:32 pm #55313Jonah
ParticipantHi Suzanne,
You’ve got some script errors on the page unrelated to our plugin, which is likely causing the issues with the mini-calendar ajax. Please look at these script errors and fix them.
On the 404 issue, what is the fix you applied?
– Jonah
July 25, 2013 at 6:08 pm #57246siouxsie
ParticipantWow crazy summer… sorry it took so long for me to respond!
Ha finally a moment to circle back.
Ok I got rid of the errors and the mini calendar works again. Yay!
– 404 when month has no events –
The snippet I got it off a thread..in forums here.
Still months without events are behaving badly. I get NaN-NaN in “events in”, input field and the spinning wheel of death on the calendar as it tries to reload and never does.
I will keep digging for this answer.
ThanksJuly 25, 2013 at 6:11 pm #57247siouxsie
ParticipantOh and it is 1901 I have noticed. If you click on the NaN-NaN to change the month – 1901-08 is the date when I say august!
July 25, 2013 at 6:20 pm #57249siouxsie
ParticipantChecking = Disable the Event Search Bar – Check this to use the classic header.
That helped a bit.July 25, 2013 at 6:25 pm #57251siouxsie
ParticipantI lied
July 25, 2013 at 7:15 pm #57260siouxsie
Participantok I also UNCHECKED Enable ajax to live refresh content.
Now this seems to be the magical combo.July 26, 2013 at 12:45 pm #57373Jonah
ParticipantHi Suzanne,
So are things fixes with that option unchecked? Also, are you running the latest versions of everything? We’ve released some updates in the past couple weeks and this may solve some of what you’re experiencing.
– Jonah
July 29, 2013 at 11:05 am #57575siouxsie
Participantnope still have issues with NaN-NaN being put in the date field when browsing calendars using the nav at the bottom > next month (august >>)
see http://www.sfxavier.org/wordpress/eventsJuly 29, 2013 at 11:06 am #57576siouxsie
ParticipantI have the latest update. I just downloaded the debug bar for more info…
July 29, 2013 at 11:27 am #57579siouxsie
Participant[“TEC Debug: tribe_ev.fn.update_picker sent “undefined” to the boostrapDatepicker”]
July 29, 2013 at 12:22 pm #57592siouxsie
ParticipantOk I have cleaned up css and javascript files – my theme is older and after awhile the JS adds up – Now I am able to navigate much better but not 100%.
In month view, in months with no events navigating to the next month with an event, using the text link, I get spinning wheel and this in debugger:
[“TEC Debug: tribe_ev.fn.update_picker sent “2013-09″ to the boostrapDatepicker”]
tribe-events.min.js?ver=3.0.2:3POST http://www.sfxavier.org/wordpress/wp-admin/admin-ajax.php 500 (Internal Server Error) jquery.min.js?ver=3.5.2:4
send – jquery.min.js?ver=3.5.2:4
f.extend.ajax – jquery.min.js?ver=3.5.2:4
$.ajax – jquery.validate.js?ver=3.5.2:1099
f.(anonymous function) – jquery.min.js?ver=3.5.2:4
l – tribe-events-ajax-calendar.min.js?ver=3.0.2:2
(anonymous function) – tribe-events-ajax-calendar.min.js?ver=3.0.2:7
b.extend.pre_ajax – tribe-events-pro.min.js?ver=3.5.2:3
(anonymous function) – tribe-events-ajax-calendar.min.js?ver=3.0.2:7
f.event.dispatch – jquery.min.js?ver=3.5.2:3
h.handle.i – jquery.min.js?ver=3.5.2:3ON THE WEEKLY LIstings navigating to the next week with an event from a week with no events I get same result with this in the debugger:
[“TEC Debug: tribe_ev.fn.update_picker sent “2013-09-02″ to the boostrapDatepicker”] – tribe-events.min.js?ver=3.0.2:3
POST http://www.sfxavier.org/wordpress/wp-admin/admin-ajax.php 500 (Internal Server Error) jquery.min.js?ver=3.5.2:4
send – jquery.min.js?ver=3.5.2:4
f.extend.ajax – jquery.min.js?ver=3.5.2:4
$.ajax – jquery.validate.js?ver=3.5.2:1099
f.(anonymous function) – jquery.min.js?ver=3.5.2:4
p – tribe-events-week.min.js?ver=3.5.2:7
(anonymous function) – tribe-events-week.min.js?ver=3.5.2:11
b.extend.pre_ajax – tribe-events-pro.min.js?ver=3.5.2:3
(anonymous function) – tribe-events-week.min.js?ver=3.5.2:11
f.event.dispatch – jquery.min.js?ver=3.5.2:3
h.handle.i – jquery.min.js?ver=3.5.2:3August 1, 2013 at 3:02 pm #58390Rob
MemberHey Suzanne. Thanks for the follow-up here, and apologies that I’ve taken until now to get you a reply. Jonah’s last day was actually Friday so we’re working through to catch up on his threads this week.
I realize it’s been a few days since you posted, and I wanted to follow-up to see what else I can do for you. Any chance the releases we pushed today fixed these issues for you? Let me know if not, and I’ll do what I can to right the ship 🙂
-
AuthorPosts
- The topic ‘Ajax Next Pervious nav not working on mini calendar widget’ is closed to new replies.
