Forum Replies Created
-
AuthorPosts
-
Cliff
MemberThis reply is private.
Cliff
MemberNot to worry. The HTML of the email will come through. It’s just that the HTML of the email will also be converted to a PDF and then that PDF will accompany the same HTML ticket email as normal.
As far as the
[tribe-user-event-confirmations]shortcode (or some other method of displaying a logged-in user’s registrations) goes, the link will still be there but instead of viewing an HTML view of the ticket, it’ll be a PDF file that the browser displays according to their browser’s PDF settings (e.g. Adobe Reader plugin or browser native viewer).The to-be-retired View and Print Tickets Extension will no longer be updated. Once the PDF Tickets Extension is released, I’ll answer any follow-up questions you may have. Any more than what I’ve said is premature.
Thanks for sharing your feedback. I hope PDF Tickets will suit your needs well.
Cliff
MemberOkay, thanks for letting me know. Have a great rest of your week.
Cliff
MemberHi, Bernd.
I was able to reproduce this issue; thanks for bringing it to our attention.
I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release.
I apologize for this issue and appreciate your understanding and patience.
Please note, however, that you posted this thread with an account that does not have a past or current license for Events Calendar PRO. Therefore, please do not expect support for it in the future (although in the case of reporting a reproducible bug turned out okay, so thanks for that!)
Cliff
MemberHi, Todd. Sorry for the delay getting back to you on this.
The reason it does not work as a plugin is because it extends a class that does not yet exist. You would need to only load the plugin’s code at a later point. Therefore, it’s easier to just keep in your functions.php file, which runs after all the active plugins are loaded.
As for your custom taxonomy, I wouldn’t be able to assist there because I can’t test any code I’d come up with to see if it works, since I don’t have that custom taxonomy on my site.
Did you know Filter Bar has built-in filtering by country, state/province, and city? Just make sure your events are assigned to venues that have location data! Also, go to wp-admin > Events > Settings > Filters and make sure you have the desired filters active.
Please let me know how this goes for you.
Cliff
MemberHi, Shahid.
I worked hard on this one for you…
https://gist.github.com/cliffordp/49d5f296dcae2e6f13773d48d32fd274
I also submitted an internal feature request to make detecting this easier.
Note that this does not apply only to Map View. You would need to customize it further if you want such functionality.
Please let me know how this goes for you.
Cliff
MemberHi, Kendrick.
I worked hard on this one for you…
https://gist.github.com/cliffordp/49d5f296dcae2e6f13773d48d32fd274
I also submitted an internal feature request to make detecting this easier.
Please let me know how this goes for you.
Cliff
MemberHi, Andrei.
The Organizer link should go to that Organizer’s list of events. You can try it out at one of our demo site’s events: http://wpshindig.com/event/codeforcuritiba-hack-night/2017-09-27/ — links to http://wpshindig.com/organizer/code-for-brazil/
Are you saying you want the single event page’s Organizer link to go to the Organizer Website URL instead — http://openbrazil.org/ in this case?
Cliff
MemberHi, Luke.
You’re correct about that email.php file being used for all the ticket emails.
I actually had to figure this out myself last week for an upcoming extension.
This link won’t work for long, but you can check out the code at https://github.com/moderntribe/products-extensions/blob/new-pdf-tickets-ext/event-tickets-pdf-tickets/index.php#L230 for one way to accomplish this.
For my own and your needs, I’ve filed a feature request for it to be simpler than this and to be accessible via the email.php template file.
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberHi. I tested and confirmed, but am not sure it causes any issues.
https://theeventscalendar.com/support/forums/topic/how-to-remove-events-calendar-from-custom-template/ might include the code snippet(s) you’re wanting.
Please share your thoughts on this.
Cliff
MemberHi, Jeff.
I’d recommend looking at the code in the top of /wp-content/plugins/the-events-calendar/src/views/modules/meta/organizer.php
And then incorporate your desired Organizer output in one of two ways:
- Prepend your output (like a div with Organizer info) via the tribe_events_event_schedule_details filter
- Reference our Themer’s Guide for customizing /wp-content/plugins/the-events-calendar/src/views/single-event.php, right after the_title() in that template file
Please let me know how this goes for you.
Cliff
MemberHi, Erin.
We do not provide SEO ranking advice but as far as 404s go, it looks like you might want to add a rule to your robots.txt (editing the file directly on your server or via Yoast SEO settings–I think in the premium version only)
You can research the best way to do this, but you’d likely want to target anything with /calendar/page in the URL
Please let me know if you have any follow-up questions on this topic.
Cliff
MemberIt’ll be a separate extension and we’ll retire that existing one.
The DK PDF plugin will not be required any longer either.
Cliff
MemberHi, Ryan.
Thanks for sharing your experience with https://gist.github.com/cliffordp/66bf05df61ee269c60ff20d6f39e2cab
Such snippets aren’t perfect for everyone but may be useful in some cases.
Discovering that this does not work after the cart’s refresh is disappointing, but we cannot guarantee it, and I don’t have a quick solution for you.
If you want all of the WooCommerce Products’ quantities to be read-only (say if you only sell tickets to events and not anything else), you might be able to accomplish that a bit more easily.
Please let me know how this goes for you.
Cliff
MemberHi, Kendrick. Just to confirm, are you wanting to trigger based on just the Event Categories filter or any Filter Bar filter?
-
AuthorPosts
