Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi,
So it looks like your theme is using Cherry Framework and it is loading jQuery 1.7.2, which is causing the issue.
The current version of jQuery shipped with WordPress is 1.11.3 and that is the version we support for the scripts.
Please update your theme’s jQuery version of prevent it from loading that and load WordPress’s instead to resolve the issue.
As for the Date Icons.
You can replace the contents of this file:
plugins/events-calendar-pro/src/functions/template-tags/widgets.php
With the coding here:
That will fix the issue until we can release a patch.
Let me know if that works.
Thanks
November 5, 2015 at 4:38 am in reply to: Events in Calendar (or events list) widget all show today's date on icon #1022088Brian
MemberHi,
I apologize I missed something in QA and we introduced a bug here.
You can replace the contents of this file:
plugins/events-calendar-pro/src/functions/template-tags/widgets.php
With the coding here:
That will fix the issue until we can release a patch.
Let me know if that works.
Thanks
Brian
MemberYou’re Welcome.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
Thanks for using our plugins. I can help out here.
Thanks for the video, do you have a link to the page this is happening on? It is hard to tell what the issue is without seeing it live in my browser.
Additionally, I’ve noticed that I get the entire month’s events in list form underneath the mini calendar. When I click on a date, that transitions to showing just events for that specific date. There does not seem to be a way to revert back to the list for the entire month without reloading the page.
Once someone clicks on a date you are right it changes to just those events. They is not currently a feature to get that full list back, if you think that is something you would like as a feature I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there.
Let me know about that link.
Thanks
November 4, 2015 at 2:36 pm in reply to: Can anyone tell me how to correct the dates in my mini-calendar widget #1021916Brian
MemberHi,
I can try to help out, but I have not used the WordPress editor as I disable it for security.
You need to get to this file:
plugins/events-calendar-pro/src/functions/template-tags/widgets.php
The contents you showed were from the main file and not the correct one.
Are you able to get to the widget.php file?
Brian
MemberGreat glad it helps.
I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberHi,
I apologize I missed something in QA and we introduced a bug here.
You can replace the contents of this file:
plugins/events-calendar-pro/src/functions/template-tags/widgets.php
With the coding here:
That will fix the issue until we can release a patch.
Let me know if that works.
Thanks
Brian
MemberI am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberSorry for the late reply here.
Yep the latest release solved this issue.
Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please post a new topic on the forum and we can help you out.
Thanks
Brian
MemberSorry for the late reply.
I am glad to see you were able to figure it out.
I am going to go ahead and close this ticket. If you have a similar issue or another in the future, please do not hesitate to create a new ticket.
Thanks!
Brian
MemberThere is no option there.
The list view create a past events link on the front end after events have ended and moved to the past.
All the event views create a past event page once events are in the past.
Look for the Previous Events Link once you have events in the past on any of the front end views.
Brian
MemberOk Thanks.
It appears that image is there because of the include the Featured Image? is checked in the Genesis Archive Settings
If you uncheck it, that should fix the issue.
Or you can try this css to hide it:
.post-type-archive-tribe_events .entry-content a .entry-image {
display: none;
}There is not filter to change that setting on the content archives so these appear to be the only solutions.
Let me know how that works out.
Thanks
Brian
MemberHi Edwin,
Thanks for using our plugins.
I can try to help out here, but I am limited in supporting theme compatibility issues.
I took a look at your site and see the main content div has a z-index which is causing the issue.
I found this css helped the issue:
.tribe_community_edit #main-content {
z-index: 5;
}Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.
Let me know if that helps.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
I can help out here.
We have the past event views for the List View that will show those events.
We do not have a way to show a range of just past events though with the widgets, shortcodes, or event views.
There is the Event Rocket Plugin an unofficial plugin maintained by some of our developers that has shortcodes in it:
That might help.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Sorry again for the issues here.
We have found the problem and it is due to a change in the Google Maps API.
Please update to The Events Calendar Pro 3.12.5 to resolve the issue.
You can download the latest version from your account here on theeventscalendar.com
And follow these guides for updating:
https://theeventscalendar.com/knowledgebase-category/updating-plugins/
Let me know if that fixes the issue.
Thanks
-
AuthorPosts
