ltrost
Forum Replies Created
-
2.12.10 seems to have fixed the issue. Thanks for getting it fixed so quickly!
Forum: Plugins
In reply to: [Event Tickets and Registration] tribe_rsvp_email_headers doesn’t work?I finally found the answer! Event Tickets now uses their new email system for RSVP. Correct use was finally found at the bottom of this page: https://theeventscalendar.com/knowledgebase/event-tickets-emails/
/** * BCC custom email on all Event Tickets' RSVP ticket emails */ add_filter( 'tec_tickets_emails_dispatcher_rsvp_headers', 'my_add_bcc_email_headers' ); function my_add_bcc_email_headers( $headers ) { $headers['Bcc'] = 'YOUR NAME <[email protected]>'; return $headers; }
Forum: Plugins
In reply to: [Event Tickets and Registration] Get list of events asking for RSVPI’m trying to create a frontend page for those with editor role to review rsvps for events showing who has given an rsvp with going status, so no, the backend isn’t going to work. The closest I have gotten is getting all events and then checking each event in a loop using $tickets_array = Tribe__Tickets__Tickets::get_all_event_tickets( $event->ID ); and then checking for an empty $tickets_array, meaning no tickets for this event. Now I am trying to get a simple count of how many they said would attend for the rsvp (I have all the details, now need to loop again through $tickets_array and do a count). I really thought this would be easier! Thanks for any additional feedback and I appreciate the reply.
- This reply was modified 1 year, 5 months ago by ltrost.
Thank you! I’ll make the changes now.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Venmo transaction charges?Thank you, I’ll check with them.
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Venmo transaction charges?Adding link to demo of Venmo buyer experience video: https://www.paypalobjects.com/venmo-assets/venmo-pp-sandbox-demo.MP4
Forum: Plugins
In reply to: [WooCommerce PayPal Payments] Venmo QR codeThanks for the information! I’ll mark this as resolved.
Forum: Plugins
In reply to: [Code Snippets] Unable to add or edit snippetsSorry for the delay, I just finished my project and did a quick test on my staging site. It looks like the 3.4.1 version fixed it and it all appears to be working. Thank you!
Forum: Plugins
In reply to: [Code Snippets] Unable to add or edit snippetsThank you! We’ll be watching for it!
Forum: Plugins
In reply to: [Code Snippets] Unable to add or edit snippetsFYI – I found a temporary workaround by reverting back to the previous version (3.3.0) available at: https://www.ads-software.com/plugins/code-snippets/advanced/
I’ll try the next release when it’s ready, but I least I can continue my project!
Forum: Plugins
In reply to: [The Events Calendar] Latest version of The Events Calendar breaking siteDeactivating and uninstalling did the trick! Thank you so much.
Forum: Plugins
In reply to: [The Events Calendar] Latest version of The Events Calendar breaking siteError has broken my site with latest update today 6/22/23 at 4pm MDT. Using Generate Press theme.
Fatal error: Uncaught TEC\Common\Exceptions\Not_Bound_Exception: Error while making Tribe\Extensions\EventsControl\Service_Provider: class ‘tad_DI52_ServiceProvider’ not found. in /home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/the-events-calendar/common/src/Common/Contracts/Container.php:27 Stack trace: #0 /home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/the-events-calendar/common/vendor/vendor-prefixed/lucatume/di52/src/Container.php(453): TEC\Common\Contracts\Container->get(‘Tribe\\Extension…’) #1 /home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/Container.php(305): TEC\Common\lucatume\DI52\Container->register(‘Tribe\\Extension…’) #2 /home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/tribe-ext-events-control/tribe-ext-events-control.php(136): tribe_register_provider(‘Tribe\\Extension…’) #3 /home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/the-events-calendar/common/src/Tribe/E in?/home/customer/www/staging24.gsdoc.org/public_html/wp-content/plugins/the-events-calendar/common/src/Common/Contracts/Container.php?on line?27
Forum: Plugins
In reply to: [Sign-up Sheets] Excerpts missing from archive pages?Thanks so much!
Well, I must have missed the memo, but I think I’ve got it finally figured out!
I now realize that I had the Email Template add-on activated. The current PMPro has incorporated that functionality into the core, and can now be accessed under PMPro settings/email templates. It seems to be working correctly now.
I now realize that I had the Email Template add-on activated. The current PMPro has incorporated that functionality into the core, and can now be accessed under PMPro settings/email templates. It seems to be working correctly now.