Forum Replies Created
-
AuthorPosts
-
Cliff
MemberAnother thing to think about is that the
template_includefilter might not be the right one to use if loading via AjaxCliff
MemberYou’d need to replace
tribe_is_map()with$is_map_viewCliff
MemberHi, Antonio. Thanks for your interest in our plugin suite.
Events Calendar PRO‘s recurring events (https://theeventscalendar.com/knowledgebase/pro-recurring-events/) can repeat yearly, just how you’re wanting, and have a setting for how many months into the future you want them created.
For display, you could use one of our plugin’s widgets or shortcodes.
Last but not least, we have a pretty great Refund Policy so you can buy one or many of our add-ons and thoroughly test them.
I hope this info helps. Let me know if you have any follow-up questions.
March 23, 2018 at 10:30 am in reply to: Tips for using WP-Rocket with Tribe Events Calendar Pro? #1487216Cliff
MemberHi, Kat.
Our plugins already load minified assets so you should probably just disable WP Rocket being applied to our plugins. Here are some KB articles we have in regards to Performance:
- Caching Basics
- Caching Month View Transients
- The Events Calendar Performance Considerations
- Some of our favorite plugins for developers
Please let me know how this goes for you.
Cliff
MemberHi again, Martin.
If I’m not mistaken, Map View actually always loads via Ajax.
Try this instead:
$is_map_view = ( tribe_is_map() || Tribe__Events__Pro__Main::instance()->is_pro_ajax_view_request( false, 'map' ) );Please let me know how this goes for you.
March 23, 2018 at 10:15 am in reply to: Shortcode or way to add "tribe-events-meta-group-other" to a page #1487193Cliff
MemberShortcodes need to return, not echo, which is what tribe_get_template_part() does: https://github.com/moderntribe/the-events-calendar/blob/4.6.12/src/functions/template-tags/general.php#L154
Cliff
MemberGotcha. There’s not a built-in way to fill the Attendee Information fields with data from the WordPress User Profile.
You could request this as a new feature (or maybe search to see if the idea was already posted by someone else) at our plugins’ UserVoice page.
This allows others who are interested in that feature to easily voice their support. We frequently review suggestions there to find out which ones are popular, then we implement as many of them as we can.
If you post it / find it, feel free to link to it from here in case anyone comes across this forum thread in the future.
If you need some coding help to accomplish this on your own site, you may want to ask your developer or reference our documentation and list of known customizers.
March 23, 2018 at 9:58 am in reply to: Maybe an oversight by modern tribe with the functionality?? #1487167Cliff
MemberMartin, we published version 2.1.0 at https://theeventscalendar.com/extensions/list-venues-and-organizers-shortcodes/
Please give it a look and let me know if you find any bugs.
Have a great day!
March 22, 2018 at 9:12 pm in reply to: Any available HELP files or FAQ for the front end/community use of The Events Ca #1486660Cliff
MemberHi, Josip. Great idea; I’m sure your users will appreciate this!
I’d point you to our New User Primer (https://theeventscalendar.com/knowledgebase/new-user-primer-community-events/), which will likely point you in the right direction if we have anything that you may be able to link to for this.
I’d also suggest writing your own guide because each site’s workflow will be different. Examples:
- Do they have to login?
- Do newly-created events get Published to await approval as a Draft?
- What are the recommended image dimensions/ratio?
- etc.
Please let me know how this goes for you.
March 22, 2018 at 9:08 pm in reply to: Shortcode or way to add "tribe-events-meta-group-other" to a page #1486654Cliff
MemberHi, Hannu.
That comes from including /wp-content/plugins/events-calendar-pro/src/views/pro/modules/meta/additional-fields.php
add_action( 'tribe_events_single_event_meta_primary_section_end', array( $this, 'additional_fields' ) );from /wp-content/plugins/events-calendar-pro/src/Tribe/Single_Event_Meta.php is how this gets included (see addiitonal_fields() method within this file)Please let me know how this goes for you.
Cliff
MemberHi, Karen.
If you have Event X that has Ticket A, Ticket B, and Ticket C…
And customer Johnny buys both Ticket A and Ticket C for Event X…
Do you have the same Attendee Meta questions for all 3 tickets and want the answers for Ticket A to also apply to Ticket C — all within the single checkout workflow (i.e. not purchasing Ticket A and then tomorrow coming back to buy Ticket C)?
Cliff
MemberOh, and of course submit help desk questions to help troubleshoot the issue(s) you’re experiencing with Event Aggregator if you are interested in possibly keeping that product.
You have 30 days from the date of purchase to request the full refund.
Cliff
MemberHi, JXG.
Unfortunately, we’re not able to handle account-type questions in our Pre-Sales forum.
Please login to your account (your email address is your username) and then we’ll be able to assist further.
I’d also suggest purchasing Events Calendar PRO and then create your new support question in the Event Aggregator help desk simply asking for a refund of Event Aggregator.
This will keep everything cleaner and you’ll get a bonus few extra days on your account, too.
Cliff
MemberPlease login to your ‘qbgarden’ account, create a new support ticket, and link back to this one. There, we’ll be able to exchange Private Replies.
Regarding your question about PayPal… our latest release of Event Tickets (free/core version) added direct support for selling tickets with PayPal instead of needing Event Tickets Plus (paid add-on) and an eCommerce plugin (WooCommerce or EDD) — which could sell via PayPal through your eCommerce plugin’s payment gateways.
If this doesn’t clear things up for you, please create a 2nd new support ticket about this.
Thanks!
Cliff
Member1)
We don’t offer “duplicate event” functionality, but see https://tribe.uservoice.com/forums/195723-feature-ideas/suggestions/3874714-duplicate-events
2)
Yes. See https://theeventscalendar.com/knowledgebase/managing-your-orders-and-attendees/#qr-code-checkins
-
AuthorPosts
