Forum Replies Created
-
AuthorPosts
-
Victor
MemberHi Zeljko!
Thanks for reaching out to us. Let me help you with that issue.
Let me first note that we’ve had a couple other users experiencing a slowdown in performance for our latest release of Event Calendar Pro 4.4.19. Our devs are already working to improve this, so I will link this thread to the report and we’ll notify you as soon as we have an update for it.
In the meantime, the workaround we’ve found so far is staying at Event Calendar Pro version 4.4.18. If you still experience performance issues in that version, then this could be related to something different.
How many events, venues and organizers do you currently have? Do you experience a slow down in performance in specific pages? Please let me know which ones.
We have a great article that will get you started on Performance Considerations you should know about. After that, if you decide to implement a caching system then you can move to these articles: Caching: What, when and how and Caching month view HTML in transients
Finally, there is a good article George put up here that groups a set of developer plugins. It’s a bit more technical than the others but will definitely be of help if you are into development.
Let me know how it goes.
Thanks,
VictorVictor
MemberGlad to be of help! 🙂
Thanks for following up to let me know it works for you.
I’ll close this now but feel free to open a new topic if anything comes up and we’ll be happy to help.
Best,
VictorNovember 24, 2017 at 7:55 am in reply to: Ticket Image Header not diplay or store in woocommerce products #1390696Victor
MemberYou are welcome Kingsley!
It seems you are all set now. I’ll go ahead and close this thread, but feel free to open a new topic if anything comes up and we’d be happy to help.
Best!
VictorNovember 24, 2017 at 7:53 am in reply to: Yoast SEO titles with custom fields from Events Calendar #1390694Victor
MemberHi Johannes!
Thanks for coming back with that info.
I made a few tests and I could make it work using the following in the title Venue template:
%%title%% » %%cf__VenueCity%%, %%cf__VenueCountry%% %%sep%% %%sitename%%Bear in mind the Venue must have that information in order to be printed out. Try it out and let me know if it works for you.
Best,
VictorNovember 24, 2017 at 7:14 am in reply to: Recurring Event Cron task spawning PHP Warning daily #1390655Victor
MemberSure! Thanks for following up.
We’ll keep you posted.
Cheers!
November 24, 2017 at 7:12 am in reply to: Attendees list – error 500 – MySQL server gone away #1390654Victor
MemberHey Patrick!
Good to know it works for you! Thanks for letting me know 🙂
We will keep you posted about this functionality.
Have a good weekend!
VictorVictor
MemberHi Keith!
You are using the tribe_add_date_to_title function to pass into the wpseo_metadesc filter, but you are defining the tribe_add_date_to_metadesc function. It might be working because I guess you have previously declared the tribe_add_date_to_title function.
For both, the title and description you could use the following snippet:
/* Tribe, add event date to Yoast Seo Title */ function tribe_add_date_to_title( $title ) { if( !class_exists('Tribe__Events__Main') || !is_singular( Tribe__Events__Main::POSTTYPE ) ) return $title; // tribe_get_start_time docs https://theeventscalendar.com/function/tribe_get_start_date/ return $title . ' ' . tribe_get_start_date( null, true, 'M,j,Y', null ); } add_filter('wpseo_title', 'tribe_add_date_to_title'); /* Tribe, add event date to Yoast Seo Description */ function tribe_add_date_to_metadesc( $metadesc ) { if( !class_exists('Tribe__Events__Main') || !is_singular( Tribe__Events__Main::POSTTYPE ) ) return $metadesc; // tribe_get_start_time docs https://theeventscalendar.com/function/tribe_get_start_date/ return $metadesc . ' ' . tribe_get_start_date( null, true, 'M,j,Y', null ); } add_filter('wpseo_metadesc', 'tribe_add_date_to_metadesc');Please give it a try and see if it works for you.
Best,
VictorVictor
MemberHi Uwe!
Just wanted to share with you that we have shipped a new feature release for our plugins, where the issue you were having is no longer a concern.
Find out more about this release → https://theeventscalendar.com/release-event-tickets-4-6-event-tickets-plus-4-6-events-calendar-4-6-4-community-tickets-4-5/
We strongly recommend you make a backup of your site before updating. Additionally, we recommend performing your tests on a dev or staging site to avoid potential breakages on your live site.
Please update the plugins and let us know if it works for your site.
Best,
VictorVictor
MemberHi Belinda!
Just wanted to share with you that we have shipped a new feature release for Event Tickets, Event Tickets Plus and Community Tickets, where we have implemented the functionality requested in this thread.
Find out more about this release → https://theeventscalendar.com/release-event-tickets-4-6-event-tickets-plus-4-6-events-calendar-4-6-4-community-tickets-4-5/
We strongly recommend you make a backup of your site before updating. Additionally, we recommend performing your tests on a dev or staging site to avoid potential breakages on your live site.
We hope you enjoy the new features available. Don’t hesitate to open a new topic if anything comes up.
Best,
VictorVictor
MemberHi Scott!
Just wanted to share with you that we have shipped a new feature release for Event Tickets, Event Tickets Plus and Community Tickets, where we have implemented the functionality requested in this thread.
Find out more about this release → https://theeventscalendar.com/release-event-tickets-4-6-event-tickets-plus-4-6-events-calendar-4-6-4-community-tickets-4-5/
We strongly recommend you make a backup of your site before updating. Additionally, we recommend performing your tests on a dev or staging site to avoid potential breakages on your live site.
We hope you enjoy the new features available. Do let us know if you have any follow up questions.
Best,
VictorNovember 23, 2017 at 3:17 pm in reply to: Once set to non-zero, impossible to reset ticket stock to zero/empty #1390298Victor
MemberHi Bruce!
Just wanted to share with you that we have shipped a new feature release for our plugins, where the issue you were having is no longer a concern.
Find out more about this release → https://theeventscalendar.com/release-event-tickets-4-6-event-tickets-plus-4-6-events-calendar-4-6-4-community-tickets-4-5/
We strongly recommend you make a backup of your site before updating. Additionally, we recommend performing your tests on a dev or staging site to avoid potential breakages on your live site.
Please update the plugins and let us know if it works for your site.
Best,
VictorNovember 23, 2017 at 3:02 pm in reply to: Issues moving attendee from one event to another with unique ticket sku/products #1390297Victor
MemberHi Miles!
Just wanted to share with you that we have shipped a new feature release for our plugins, which also includes a fix for this issue
Find out more about this release → https://theeventscalendar.com/release-event-tickets-4-6-event-tickets-plus-4-6-events-calendar-4-6-4-community-tickets-4-5/
We strongly recommend you make a backup of your site before updating. Additionally, we recommend performing your tests on a dev or staging site to avoid potential breakages on your live site.
Please update the plugins and see if the fix works for your site. Don’t hesitate to open a new topic if anything comes up.
Best,
VictorVictor
MemberHi Michael!
Thanks for getting in touch with us! Let me help you with this topic.
Unfortunately, there is no built in functionality that allows you to send individual tickets as attachments.
However, we do have an extension that can add a link to download a PDF copy of the tickets > https://theeventscalendar.com/extensions/view-print-download-pdf-tickets/
You should take a look at it and see if it is of help for what you are trying to accomplish.
I hope it helps. Let me know if you have any follow up questions.
Best,
VictorNovember 23, 2017 at 1:57 pm in reply to: Calendar PRO for a multisite Web, showing different calendars #1390268Victor
MemberHola Luis! 🙂
Thanks for reaching out to us! Let me try to help you with what you are looking for.
If you want to import your Google Calendar events to your site, you can do so with Event Aggregator.
Event Aggregator is a built-in tool for our free plugin The Events Calendar that allows you to import events via a CSV file. If you purchase an Event Aggregator license you will also be able to import from other sources like Google Calendar. You can learn more about this here > https://theeventscalendar.com/product/event-aggregator/
is it neccesary to do a manual sync or is automatic to show the events that i create into my Google Calendar?
yes, it is necessary that you import the events from a gCal. You can create scheduled imports that can automatically run hourly, daily, weekly and monthly so that you don’t have to worry about manually running them. Learn more about this feature here > https://theeventscalendar.com/knowledgebase/import-from-feed-or-url/
As you can see in the above article you can also assign a specific category to the events you import, this way you’ll be able to navigate through specific event category archives.
I hope that helps! Let me know if you have any follow up questions and I’d be happy to help.
Best,
VictorNovember 23, 2017 at 1:42 pm in reply to: Yoast SEO titles with custom fields from Events Calendar #1390267Victor
MemberHi Johannes!
Thanks for getting in touch with us. Let me try to help you with this topic.
I’m not really sure how Yoast SEO plugin makes use of the custom fields or where you are actually adding them. Is that one of Yoast settings? Please let me know a bit more about this so I can further assist you.
As for the _VenueCity custom field, please note that is not a custom field for the event post type, but instead a custom field for the tribe_venue post type. So, you would have to be calling that custom field from within the venue context.
Does it help? Let me know about it.
Best,
Victor -
AuthorPosts
