Brian

Forum Replies Created

Viewing 15 posts - 3,091 through 3,105 (of 11,256 total)
  • Author
    Posts
  • in reply to: JS issues with [tribe_mini_calendar] #1022090
    Brian
    Member

    Hi,

    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:

    https://gist.githubusercontent.com/jesseeproductions/1bf79bcf1bc3de55ccee/raw/fe1b82fbedd58c55a95bcf9704cfb82e4266bdd9/widget.php

    That will fix the issue until we can release a patch.

    Let me know if that works.

    Thanks

    Brian
    Member

    Hi,

    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:

    https://gist.githubusercontent.com/jesseeproductions/1bf79bcf1bc3de55ccee/raw/fe1b82fbedd58c55a95bcf9704cfb82e4266bdd9/widget.php

    That will fix the issue until we can release a patch.

    Let me know if that works.

    Thanks

    in reply to: Event display to logged in user? #1022086
    Brian
    Member

    You’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

    in reply to: JS issues with [tribe_mini_calendar] #1021926
    Brian
    Member

    Hi,

    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.

    http://tribe.uservoice.com/

    Let me know about that link.

    Thanks

    Brian
    Member

    Hi,

    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?

    in reply to: error adding events – can't use datepicker #1021912
    Brian
    Member

    Great 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

    in reply to: Widget not display correct date #1021871
    Brian
    Member

    Hi,

    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:

    https://gist.githubusercontent.com/jesseeproductions/1bf79bcf1bc3de55ccee/raw/fe1b82fbedd58c55a95bcf9704cfb82e4266bdd9/widget.php

    That will fix the issue until we can release a patch.

    Let me know if that works.

    Thanks

    in reply to: Event Calendar – Categories Order #1021867
    Brian
    Member

    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!

    in reply to: Events page suddenly hangs on loading page #1021866
    Brian
    Member

    Sorry 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

    in reply to: Calendar widget is not working #1021865
    Brian
    Member

    Sorry 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!

    in reply to: Show events after end #1021776
    Brian
    Member

    There 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.

    in reply to: genesis theme event layouts #1021762
    Brian
    Member

    Ok 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

    in reply to: error adding events – can't use datepicker #1021750
    Brian
    Member

    Hi 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

    in reply to: Show events after end #1021741
    Brian
    Member

    Hi,

    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:

    Event Rocket

    That might help.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Events not showing up in week view #1021737
    Brian
    Member

    Hi,

    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

Viewing 15 posts - 3,091 through 3,105 (of 11,256 total)