Forum Replies Created
-
AuthorPosts
-
Brian
MemberThe Google Calendar Export and the iCal Export are not designed to sync the entire calendar.
They are designed for visitors to see an event and be able to add the details to their calendar.
We do not have a feature to directly sync Google Calendar and the Events Calendar.
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.
Brian
MemberYour Welcome.
I am glad to see you able to figure out a solution.
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 Jesse,
You are correct the current year does not show in the admin event list.
That is intentional and also does that in other places as well.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi James,
Thanks for the interest in our plugins.
We do have a non profit program and offer the plugins for free if you qualify:
https://theeventscalendar.com/knowledgebase/do-you-offer-discounts-for-non-profit-organizations/
Otherwise there is no bundle discount and each plugin is a separate purchase.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHello,
Thanks for using our plugins.
We have this guide for moving the ticket form:
https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/
Let me know if that helps.
Thanks
Brian
MemberOk I looked at the output and I am not getting all the events either. I tried some different variations, but nothing was working. I will look again next week, but cannot guarantee I can provide coding for a customization.
Cheers
Brian
MemberClose, but the list view and month view are always controlled from the core version of the Events Calendar.
So check this directory:
wp-content\plugins\the-events-calendar\views\list\
May 15, 2015 at 12:06 pm in reply to: How to hide the venue and organizer select dropdown in user submit form #963005Brian
MemberHi,
Thanks for using our plugins.
I can help you go in the right direction.
Please follow our themer’s guide:
https://theeventscalendar.com/knowledgebase/themers-guide/
So you can see how to move and edit templates in your theme.
Then you want to look for these two files to move and edit:
the-events-calendar-community-events\views\community\modules\venue.php
the-events-calendar-community-events\views\community\modules\organizer.php
And I believe removing these two files should do it:
<?php tribe_community_events_venue_select_menu( $event ); ?><?php tribe_community_events_organizer_select_menu( $event ); ?>
Let me know how that works out.
Thanks
Brian
MemberHi,
Thanks for using our plugins.
To edit any of the templates you can move them to your theme and safely edit and not lose during updates.
To do that please follow our themer’s guide on how to set that up:
https://theeventscalendar.com/knowledgebase/themers-guide/
Then look into the list view templates in the view folder for what you are trying to do.
Let me know if you have any follow up questions.
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!
May 15, 2015 at 12:00 pm in reply to: Separate Licensing for Filter Bar and Events Calendar Pro? #963000Brian
MemberHi Heather,
Thanks for using our plugins.
Each Commercial Plugin is a separate license.
So if you want Filter Bar and Pro you will have to purchase both.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi Heather,
Thanks for the interest in our plugins.
Each Commercial Plugin is a separate license and only requires the Core Version of the Events Calendar found on WordPress.org.
So if you want WooCommerce Tickets and Pro you will have to purchase both.
Let me know if you have any follow up questions.
Thanks
Brian
MemberOk thanks.
I grabbed the coding from that link and there maybe an issue with the quotes not formatted correctly so you may have to replace all the single quotes.
Once that coding is in place you have to trigger the Full Export using a link it does not replace the existing Exports:
This link should work:
http://yoursite.com/events/?ical=1&full-export
So you can add that link on a template following our themer’s guide to get the full export:
https://theeventscalendar.com/knowledgebase/themers-guide/
A warning though if you have to many events the server may timeout before it creates the file.
I found with that far a date in the future it did not work for me, but when I changed this 3000-01-01 to this 2015-12-31 it worked fine.
Cheers.
Brian
MemberHi michaeltornblom and Erwin
We were a little overzealous in our validation and on 32bit systems the intval() function returns a different number that is inputed.
Since the eventbrite id runs through that function twice on input by the time the api tried to get the event it was not using the correct number.
We are working on a solution to release as an official update.
Thanks
-
AuthorPosts
