Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi Gabba. Thanks for your question.
Please reference this KB article and see if it can help you wanting to display tickets inclusive of tax.
If it doesn’t, you may be able to leverage the filters from /wp-content/plugins/the-events-calendar/src/functions/template-tags/general.php, one of which you mentioned:
- tribe_get_cost
- tribe_get_formatted_cost
Please let me know if you have any follow-up questions.
Thanks!
February 22, 2016 at 9:32 pm in reply to: How to create an event for a class that meets once a week and one full Saturday #1080445Cliff
MemberHi Nermin. Thanks for your question.
If I understood it correctly, you’re having something like “Humanities Class” from 7am-10am every Monday for the next 5 Mondays. If you wanted to create this event once and have the recurrence events created for you, that’s one of the things our Pro add-on does.
However, only our Event Tickets Plus add-on enables selling tickets. At this time, it doesn’t support tickets for recurring events. In other words, if you assign a ticket (e.g. $780 Humanities Class and $390 Audit Humanities Class tickets) to a recurring event (e.g. Humanities Class event for next 5 Mondays), the ticket would be a one-time $780 and not $780 per week — which sounds like what you want. But I know ET+ will eventually get an update to support recurring events as I described many users are wanting it to. As such, be aware of future updates to ET+ if you do decide to buy it and use it in its current functionality.
If you’re asking about Pro’s recurring logic — wanting to add specific dates to a recurrence series — that’s currently unavailable but is on our to-do list. I cannot guarantee any release date and therefore cannot provide you with a time estimate on such functionality.
Please let me know if there’s anything more I can help with.
Cliff
MemberHi Ken. Thanks for your question.
Our Eventbrite add-on for The Events Calendar can definitely do this.
To help with your decision, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
Let me know if you have any follow-up questions.
Cliff
MemberHi Laura. I see you interacted with Brian pretty thoroughly at https://theeventscalendar.com/support/forums/topic/remove-meta-labels/
Is this thread the same or a different question as that one?
If you need assistance with this thread, please further explain exactly what you need help with (links, screenshots, your custom code that’s in place, etc), and I’ll be glad to help where I can.
Thanks.
Cliff
MemberHi Jeffrey. Thanks for your question.
If you export (e.g. example.com/events/2016-03/?ical=1&tribe_display=month), it’ll generate an .ics file with a random name. If you go to export the next month’s events via iCal, it’ll be a different random .ics filename.
How Outlook, Mac Calendar, or Google Calendar read, store, and interpret re-importing the same exact .ics file is up to each application. However, if you import March 2016’s .ics file and then import April 2016’s .ics file, those might be more likely to be interpreted as a new/separate calendar, since they are unique filenames.
I know in Mac Calendar, it prompts me which calendar I should import an .ics file as (e.g. existing calendar or new calendar). I’m uncertain if/how you might be able to make Outlook operate similarly.
I hope this satisfies your question. Please let me know. 🙂
Cliff
MemberHi Hill. Thanks for your question.
If I understood it correctly, I think you might like this Events Widget Areas plugin I created.
I tested it like this: http://cl.ly/362a0I080G1H
And it output above Filter Bar: http://cl.ly/2e1M3Y2V0E0i
You could turn your custom code into a custom widget or a shortcode and put it in a text widget.
I hope this helps. Please let me know.
February 22, 2016 at 8:47 pm in reply to: Event Ticket Plus Not Working with Custom Post Type #1080411Cliff
MemberHi Tony. Thanks for your question.
I just tested Event Tickets RSVP ticket type with the “Post” post type. Everything went through just fine (no white loading section of the wp-admin post edit screen). Please test with the Post post type. If it does work, then please try with Event Tickets Plus (e.g. WooCommerce paid ticket instead of just RSVPs).
If this testing does not work with Posts, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Once you get it working with Posts, then please re-test with your custom post type.
Let us know what you find out.
Thanks.
Cliff
MemberHi Simon. I can help with this.
Would you please provide me some screenshots of your recurring event’s settings in the wp-admin Event edit screen?
Please provide any other screenshots you think may be helpful. I’ll review them and let you know what I find out.
Thanks!
February 22, 2016 at 8:35 pm in reply to: The Events Calendar: Community Events – Privileges problem #1080406Cliff
MemberHi.
By default, a Subscriber-level user can NOT create a new Venue or Organizer via Community Events front-end form.
I tested with these settings for Community Events: http://cl.ly/3t0q2L024509
And in the current version, Subscribers cannot but Contributors can create new Venues.
Also, both Subscriber and Contributor role users can select from existing categories.
As such, these parts of the Community Events form seems to be working properly.
If they’re not working for you like this, please follow our Testing for Conflicts Guide and see if that helps narrow down the cause of this.
Let us know what you find out.
Thanks.
February 22, 2016 at 7:48 pm in reply to: No translation when submitting a text search with no result outcome #1080385Cliff
MemberHi Didar.
I tested this on my local install in Spanish. Please confirm this is what you’re pointing out as the issues:
- Search “no results”: http://cl.ly/320F2L362m0T
- Week view calendar title and day headings: http://cl.ly/3R0S160z143Y
If yes, I wasn’t sure what you meant by a page refresh so I couldn’t replicate those issues.
Looking forward to hearing back from you.
Thanks.
February 22, 2016 at 7:37 pm in reply to: Adding an ICS Calendar invite to the ticket email with WooTickets #1080381Cliff
MemberHi Rupert. Thanks for your question.
The emails for Event Tickets Plus + WooCommerce get sent via /wp-content/plugins/event-tickets-plus/src/Tribe/Commerce/WooCommerce/Email.php, which I believe will soon be updated to apply some filters to allow such customization.
Please let me know if this satisfies your question for now.
Thanks.
Cliff
MemberFYI: here’s some code we came up with to make it 4 columns instead of 3, if that’s more appealing to you:
body.post-type-archive-tribe_events #tribe-events-photo-events .type-tribe_events.tribe-events-photo-event { width: 20%; } body.post-type-archive-tribe_events #tribe-events-photo-events { margin: 18px -4% 18px 0; }For your site, it’d make it look like this: http://cl.ly/3B1l102q040w
Cliff
MemberHi Brendan.
The Photo view columns are generated via width percentages: http://cl.ly/353F1r381Z0E and positioning from the left: http://cl.ly/1y1t2E2R2n3T
The column sizes and alignment is generated via the Isotope script (which is customized by the Pro add-on via /wp-content/plugins/events-calendar-pro/src/resources/js/tribe-events-photo-view.min.js — there’s also an adjacent non-minified version for reference)
As such, I don’t believe there’s a best-practices way to customize the width of each column nor the columns’ gutter/spacing.
Cliff
MemberHi Tien. Thanks for your question and considering our plugin suite.
We have two “core” plugins that both have their own add-ons. One is The Events Calendar, for which there are add-ons like Community Events (to enable visitors to submit new events and edit their own events on the front-end) and Pro (enables a lot of upgraded functionality but a major one is enabling recurring event logic).
We also have Community Tickets add-on if you need to allow your visitors to sell tickets and they receive the money.
===
Event Tickets Plus is our paid add-on plugin that upgrades the functionality of our other free/core plugin, Event Tickets (enables RSVP functionality).
Event Tickets Plus enables you to sell tickets via one of our supported eCommerce platforms. The free plugin only enables free RSVP-type tickets.
You can view our roundup/comparison of all the eCommerce plugins ET+ supports.
Our plugin uses your eCommerce plugin of choice, but your eCommerce plugin isn’t displayed for shopping pages. Please reference our Making Tickets KB article (screenshots are from an install using WooCommerce) for an idea how to create tickets for an event.
Site visitors would purchase tickets from each event’s single page/view (e.g. example.com/events/rogers-day-at-the-zoo/) — if there is an RSVP to submit or ticket to purchase.
===
To customize the RSVP email, you’d need to get your hands dirty with PHP (or hire a developer).
I hope this info helps. Please let me know if you have any follow-up questions.
February 22, 2016 at 3:33 pm in reply to: Event details page – open "Website:" in new window #1080259Cliff
MemberHi Todd. Thanks for including that link.
I assume you obtained it from our KB article about this topic.
I’ll flag our KB authors, but that snippet is outdated now. If you look in /wp-content/plugins/the-events-calendar/src/functions/template-tags/link.php, there’s now a filter specifically for this purpose: tribe_get_event_website_link_target
Here’s a snippet to leverage it:
Here: https://gist.github.com/cliffordp/3584b8aee70cde484700
Please let me know how things go for you.
-
AuthorPosts
