Forum Replies Created
-
AuthorPosts
-
Cliff
MemberHi Isaac.
Yes, currently the only way to view an event’s Attendees Report is to click the link to each one. There isn’t a way to view all events’ tickets, although I feel like I’ve seen others asking for the same, too.
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.
Cliff
MemberHi Milan.
Your settings page would point you to the URL you posted, but it’s actually incorrect unless your site language is set to English.
If your site is set to French, for example, your URL would be http://mydomain.com/events/community/ajouter
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.
Cliff
MemberHi Manuela. Thanks for your detailed question.
Please visit your wp-admin > Events > Settings > Display tab and refer to our documentation on the date formats at https://theeventscalendar.com/knowledgebase/wp-admin-settings-overview/#dates
Let me know if this answered your question.
Cliff
MemberI did not see the error adding the $189 ticket to the cart. It was also $189 in the cart, not a different price. Please try it while you are logged out (like in Firefox if you’re logged-in in Chrome).
I thought you were also having issues editing tickets in wp-admin Events editor.
September 6, 2016 at 1:58 pm in reply to: "tribe_get_recurrence_start_dates" Not working as Expected #1160626Cliff
MemberI tested tribe_get_recurrence_start_dates() on my localhost and it worked as expected, although I didn’t test with your timezone settings or with your event’s custom recurrence rules.
Could you please try this for an event with a simpler recurrence pattern. For example: 7pm – 8:30pm every 5th of the month starting November 5, 2016, for 12 occurrences — and see if you still get unexpected results?
Cliff
MemberHi Stéphane. I visited http://www.plain-it.ch/veranstaltungen/woche/ and experienced the same on my iPad.
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.
September 6, 2016 at 9:52 am in reply to: Filter bar customisations – adding to theme templates #1160506Cliff
MemberHi Antony. Welcome to WordPress customizing!
Best practice for adding custom code (like to implement a PHP snippet like https://theeventscalendar.com/support/forums/topic/position-of-filter-bar-in-template/#post-847145) is to create a functionality plugin, unless it’s something specific to your theme, in which case best practice is to make sure you’re using a child theme, then add the customization to your child theme’s functions.php file.
If you’re new to this, it’s easiest to just add it to the bottom of your active theme’s functions.php file.
I hope this information helps!
Cliff
MemberHi Simon / Rachelle.
Please reference our Themer’s Guide to override the /wp-content/plugins/the-events-calendar/src/views/month/tooltip.php file in your child theme’s folder like /wp-content/themes/your-child-theme/tribe-events/month/tooltip.php
September 6, 2016 at 9:09 am in reply to: Disappearing navigation menu – theme/plugin conflict of some sort #1160418Cliff
MemberThanks, Joseph.
I saw Line 198 of /wp-content/themes/uplift/swift-framework/core/sf-sidebars.php is
if ( class_exists( 'TribeEvents' ) ) {which throws a WP_DEBUG message that says this has been deprecated since version 3.10 and that Tribe__Events__Main should be used instead.Therefore, since the theme isn’t updated for our plugins, this is as far as we can go helping toward this issue. Hopefully your theme author/support can assist further here.
Cliff
MemberCool. Good find. Thanks for sharing here. I’m glad you’re on your way!
Cliff
MemberI’m glad you’ve got it sorted out now. Thanks for letting me know.
Cliff
MemberThere is no way to re-send the tickets email, but you could reference this code snippet to send yourself a BCC of each email that gets sent out and then you could manually forward it to someone if they need it.
https://gist.github.com/cliffordp/4f06f95dbff364242cf54a3b5271b182
However, if you’re using ET+ with WooCommerce, you can resend tickets by going to your Attendees list and clicking the order number. On the right side you’ll see an Order Actions drop-down. From there you can resend the “Tickets” email.
I hope this information helps! Let me know if you have any follow-up questions.
Cliff
MemberMary, thanks for your information.
Forum reply notifications only get sent to the address in your My Account page. If you want replies to go to a different email, updating your account’s email is the only way our forum could send them to another email.
It looks like you did everything just fine to do Testing for Conflicts Mode. Could you please record a screencast video of the issues you’re experiencing?
You can record and share a video screencast with us by using one of these or an alternative:
You may choose to set your reply to “Private” if you don’t want the links to be as publicly-accessible.
Cliff
MemberKate, thanks for sharing. I see you started with the snippet from https://theeventscalendar.com/knowledgebase/change-the-wording-of-any-bit-of-text-or-string/ and customized it for your needs, which is great.
The map tooltip you’re trying to re-word is from Line 1188 of /wp-content/plugins/events-calendar-pro/src/Tribe/Main.php
You’ll need to add
Event:(with the trailing space after the colon) to your list of strings to replace.So you could add this to your list of strings to replace:
'Event: ' => 'Class: ',I hope this answers your question!
Cliff
MemberThanks so much for letting me know you got it resolved!
-
AuthorPosts
