Forum Replies Created
-
AuthorPosts
-
Victor
MemberSure! 🙂
I’ll close this but feel free to open a new topic any time and we’ll be happy to help.
Best,
VictorNovember 27, 2017 at 7:10 am in reply to: Include event date/ time in default WordPress search results #1392392Victor
MemberHi There!
I’m sorry about the snippet, I pasted a broken URL and did not embed the gist inside the post. I’ve just edited the gist URL so it should show up correctly.
Customizing the search.php template file would to add the event start date would depend on the theme you are using. I’d recommend you add a conditional inside the search.php loop to check for the tribe_events post type and output the event start date by using the tribe_get_start_date() helper function.
Here’s an example of what you can add:
if ( 'tribe_events' === get_post_type() ) { echo tribe_get_start_date(); }I’m trying to display/ customize the events calendar display when it appears in the search
I’m not sure I understand exactly what you want to accomplish here. Are you trying to customize our calendar views? If so, you should check out our themer’s guide >Â https://theeventscalendar.com/knowledgebase/themers-guide/
I hope it helps. Let me know if you have any follow up questions.
Best,
VictorNovember 27, 2017 at 5:21 am in reply to: Yoast SEO titles with custom fields from Events Calendar #1392296Victor
MemberHi Johannes!
I’m happy to help! Thanks for letting me know it worked out for you.
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 12:22 pm in reply to: Import errors with scheduled Facebook page imports #1391130Victor
MemberHi Shane!
Thanks so much for your kind words! I’m super glad everything is working fine as expected.
We really appreciate your continued cooperation and patience while we worked on this.
I will close this now, but feel free to open a new topic if anything comes up and we’ll be happy to help. 🙂
Good luck!
VictorNovember 24, 2017 at 12:08 pm in reply to: Event Tickets and Tickets plus 4.6 upgrade with problems #1391111Victor
MemberHi Uwe!
Just wanted to share with you that we release (for the Week of 19 November 2017) is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-19-november-2017/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorNovember 24, 2017 at 12:07 pm in reply to: Ordering of multiple tickets for an event causes tickets to disappear #1391107Victor
MemberHi Eric!
Just wanted to share with you that we release (for the Week of 19 November 2017) is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-19-november-2017/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorVictor
MemberHi Joe!
Just wanted to share with you that we release (for the Week of 19 November 2017) is out, where this bug is no longer an issue.
<span style=”font-size: 0.875rem;”>Find out more about this release → https://theeventscalendar.com/maintenance-release-for-the-week-of-19-november-2017/</span>
Please update the plugins and let us know if the fix works for your site.
Best,
VictorVictor
MemberHello Scott!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
We always suggest to setup a dev/staging site so you can test things out and make all plugins, theme and WordPress core updates without disrupting the live site. We also encourage to make a full <u>backup</u> of your site, both database and files so in case something goes wrong you can always restore your site.
Please update the plugins and let us know if the fix works for your site.
Best,
VictorVictor
MemberHello Justin!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorNovember 24, 2017 at 11:35 am in reply to: Tickets closing before time end sales field is set to #1391089Victor
MemberHello Meg!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorVictor
MemberHello Henry!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorNovember 24, 2017 at 11:34 am in reply to: Event Ticket option disabled before the sale end date/time #1391087Victor
MemberHello Saikat!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorVictor
MemberHello There!
Just wanted to share with you that a new release for Event Tickets and Event Tickets Plus is out, including a fix for this issue 🙂
Find out more about this release → https://theeventscalendar.com/event-tickets-and-event-tickets-plus-4-6-1-1/
Please update the plugins and let us know if the fix works for your site.
Best,
VictorNovember 24, 2017 at 11:23 am in reply to: Automatization Ticket Plus with Custom Field Data from Event-Post #1391074Victor
MemberHi Markus!
Thanks for reaching out to us! Let me try to help you with that.
First, please let me note that we are fairly limited in how much support we can give for custom development questions like that.
That said, we always like helping out and at least point users into the right direction as much possible.
What you are trying to accomplish seems doable, but would require custom coding. As a starting point, you can take a look at the save_ticket() public function located at wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Main.php
I think you might also be interested in our Community Tickets plugin which extends the functionality of our Community Events and Event Tickets Plus plugins so that users can create and sell tickets for events they submit. > https://theeventscalendar.com/product/community-tickets/
Regarding the PDF tickets, we have an extension that will add a link to the ticket email so the users can download a PDF version of their tickets >Â https://theeventscalendar.com/extensions/view-print-download-pdf-tickets/
I hope that helps. Let me know if you have any follow up questions.
Best,
VictorNovember 24, 2017 at 9:42 am in reply to: Advanced Post Manager incorrect shared Stock value #1390957Victor
MemberHi Nicholas!
Thanks for taking you time to report this.
I have indeed been able to reproduce this issue and it seems a bug ticket is already in place.
I will set this thread’s status to pending fix and link it to the report. We’ll notify you once a fix has been released in one of our next maintenance releases.
I apologise for the inconvenience and we appreciate your patience.
Best,
Victor -
AuthorPosts
