Brian

Forum Replies Created

Viewing 15 posts - 5,431 through 5,445 (of 11,256 total)
  • Author
    Posts
  • in reply to: Cannot update or delete community plugin #971728
    Brian
    Member

    Your Welcome, let me know if that works out or you have any questions.

    Thanks

    in reply to: Add Event Button #971727
    Brian
    Member

    We cannot add a button in the header, footer, or sidebar as that is all controlled by the theme. So we do not add a link around the calendar as instead of asking why there is a link there people would be asking us how to remove it.

    There are many options to adding links:

    You can in the Event Settings add html before or after the Event Content so that is one place to add a link.

    You can add a link in your theme using the Menu Editor as a custom link.

    Or you could follow our themer’s guide and add a link in any event template:

    https://theeventscalendar.com/knowledgebase/themers-guide/

    The link to add events for Community Events defaults to:

    yoursite.com/events/community/add

    And to mange events there is this link:

    yoursite.com/events/community/list

    Cheers

    in reply to: Event calendar PRO #971726
    Brian
    Member

    Hi,

    Thanks for the interest in our plugins.

    However, we do not have a feature as you describe.

    We have 4 shortcodes that you can use and you can read about them here with Pro:

    https://theeventscalendar.com/knowledgebase/pro-widget-shortcodes/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: [tribe_event_list] stays empty #971724
    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: community events list page – source code on frontend #971723
    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!

    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: Sales to nonprofit 501(C)(3) #971719
    Brian
    Member

    Hi James,

    We have a Non Profit and give the plugins to you for free if you qualify.

    Here is the details on the program and how to apply:

    https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/

    Let me know if you have any follow up questions.

    Thanks

    Brian
    Member

    This appears to have duplicate posts from this thread:

    Latest update broke my site – cannot access wp-admin

    So I am closing it.

    If you have issues different from that thread please post just that issue in a new thread and we can help out.

    Cheers.

    in reply to: Events List Widget Not Working #971521
    Brian
    Member

    Hi,

    Sorry for the issues that are happening with the Event List Widget.

    Do you have any custom templates in your theme for the Event List Widget?

    With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.

    In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:

    $events_label_plural = tribe_get_event_label_plural();

    $posts = tribe_get_list_widget_events();

    Let me know how that works out.

    Cheers

    Brian
    Member

    Hi,

    Sorry for the issues that are happening with the Event List Widget.

    Do you have any custom templates in your theme for the Event List Widget?

    With 3.10 we had to make some changes and if you do not update those custom templates the Events will not show.

    In the list-widget.php template you can add these to the top and that might fix the issue instead having to redo custom work:

    $events_label_plural = tribe_get_event_label_plural();

    $posts = tribe_get_list_widget_events();

    Let me know how that works out.

    Cheers

    in reply to: Add Event Button #971514
    Brian
    Member

    Hi,

    I can try to help out.

    I am not sure what you are looking for.

    Where would you like an Add an Event Button?

    Brian
    Member

    Hi David,

    Thanks for the interest in our plugins.

    We do not have a feature to sync between Google Calendars and our Calendars.

    We are working on an iCal importer, but that is all in the works right now for this kind of feature.

    If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.

    http://tribe.uservoice.com/forums/195723-feature-ideas

    in reply to: Ticket code issue at bottom of an event #971501
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    It looks you are still running WooCommerce Tickets 3.9.3.

    Please update to 3.10 and see if the issue goes away.

    If you are not seeing the update in your site you can download it from your account here.

    Let me know how that works out.

    Thanks

    in reply to: Cannot update or delete community plugin #971498
    Brian
    Member

    Hi,

    Sorry for the issues you are having.

    It looks like a bad update.

    You are going to have to ftp or access the files from your site from your hosting account and delete the plugin and then re-upload a new version.

    I would also remove any customizations you have in your theme for the events calendar to make sure that is not the cause either.

    Let me know how that works out and we can go from here.

    Thanks

    Brian
    Member

    Hi,

    Thanks for using our plugins. I can try to help out here.

    That conditional is for archive pages and does not work in a single template.

    You can try using get_terms() to get all the event categories:

    https://codex.wordpress.org/Function_Reference/get_terms

    Then check what terms it returns and do something then.

    Cheers

Viewing 15 posts - 5,431 through 5,445 (of 11,256 total)