Forum Replies Created
-
AuthorPosts
-
Nico
MemberHi there Pat,
Thanks for getting in touch with us and for your interest in our products π
1) Is there the capability in Pro Tickets to offer 1 booking time but with 10 or more price points?
Yes, you can create different tickets for the same event with different prices but with one common stock level (https://theeventscalendar.com/knowledgebase/making-tickets/#dl_global-stock).
2) Since this is in 1 class β am I able to put number of students in class (12 students) β and I donβt care if they all do project #1 or proj #2 as long as the limit is on the class itself.
Pretty much the same reply as above. You can have different tickets with different prices (or maybe the same) and they can all share a common stock count.
3) I give several classes a week β can I copy/paste this set up so I donβt have to enter a huge amount of data?
Unfortunately this is not a feature of our product itself, but there are many plugins that help with content duplication β https://wordpress.org/plugins/tags/clone/
Please let me know if there’s anything else I can help you with,
Best,
NicoNico
MemberHi there Trinitech,
Thanks for getting in touch with us and for your interest in our plugins π
Attendees are not synced with Facebook unfortunately. This has been suggested as a feature in our UserVoice page, you are welcome to upvote and or comment the idea to help move it forward. To be honest this doesn’t look like something we will have included soon.
Please let me know if there’s anything else I can help you with,
Best,
NicoJune 5, 2017 at 11:37 am in reply to: Troubleshooting slow calendar: Other category events in source #1293280Nico
MemberHi there Ted,
Thanks for getting in touch with us! I’ll help you here…
If we bring up the month view of a category, and view the source code, we can see events listed from other categories (theyβre not on the page, just in the source).
I don’t other events need to be queried. Can you please point me to the URL where I can see this? Please indicate which line or element I should be looking for.
Best,
NicoJune 5, 2017 at 11:24 am in reply to: Unable to use just purchased Events Calendar PRO plugin #1293272Nico
MemberHi there Raj,
Welcome to our support forums and thanks for reaching out to us. I can help you here π
Basically Events Calendar PRO work as an add-on to The Events Calendar. This means both plugins need to be installed and activated.
If you still have doubts please check out β New User Primer: The Events Calendar and Events Calendar PRO.
Best,
NicoNico
MemberHi there Karen,
Thanks for getting in touch! I’ve went ahead and cleared the license you indicated. Can you please let me know if it looks right on your end?
Best,
NicoNico
MemberHi Michael,
Thanks for reaching out to us and for the heads-up on the resolution of the issue π
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi Claire,
Thanks for reaching out to us and for the heads-up on the resolution of the issue π
Iβll go ahead and close out this thread, but if you need help with anything else please donβt hesitate to create a new one and we will be happy to assist you.
Best,
NicoNico
MemberHi there,
Good news! As George informed, the MR is finally here. Now the customization we’ve been working in should be as simple as updating the plugins and pasting the following code in the active theme (or child theme) functions file (or the preferred method):
add_filter( 'tribe_tickets_plus_qr_handle_redirects', 'tribe_modify_qr_redirects', 10, 4 );function tribe_modify_qr_redirects ( $url, $event_id, $ticket_id, $user_had_access ) {
// check if the checking was allowed
if ( $user_had_access ) {
$url = home_url ('yes');
} else {
$url = home_url ('no');
}return $url;
}
You’ll need to replace yes and no for the pages slug in your site.
Please let me know if this works for you,
Best,
NicoJune 1, 2017 at 11:43 am in reply to: Export week events is not working on Category Week View on navigation #1291975Nico
MemberHi there Saloni,
Thanks for the patience while we got to this issue! I’m reviewing the report to re-prioritize it and hopefully help moving it forward. The thing is that I’m not able to reproduce the issue based on your description and Hunter notes.
Can you please let me know if you can still reproduce it with current versions of the plugins? If that’s the case can you please describe the steps in more detail or send over a screencast of the process if it’s not too much trouble?
Thanks,
NicoNico
MemberThanks for the update folks! It’s great to work on this with you as well.
Hopefully when the new filters get released later this week, this will be lot easier. And if for some reason this still doesn’t work for you I’ll continue to help π
Cheers,
NicoNico
MemberHey John,
I couldn’t reproduce the issue and without testing instructions devs couldn’t find anything obvious π
Does this happened again? If so do you have any other details to help us reproduce the issue?
Thanks,
NicoNico
MemberThanks for clarifying Byor!
Try this modified version instead:
https://gist.github.com/niconerd/e338ce49a66c4dd4ae119633842c2d35
Let me know if it now works for you,
Best,
NicoNico
MemberHey Satej,
Thanks for getting in touch! We fixed the incompatibilities with ‘Max Mega Menu’ plugin shortly after it was reported.
If you experience further issues, even with latest version of Image Widget, please post a new thread in the plugin’s support forum β https://wordpress.org/support/topic/compatibility-with-max-mega-menu-2/
I’m going to close out this thread, but please do post in the appropriate forum if you still have troubles with the plugin,
Best,
NicoNico
MemberNo problem Ben!
I’ll keep this post open just in case you need more help on this at some point π
Best,
NicoMay 24, 2017 at 4:35 am in reply to: How do I add a Facebook button and link it to Facebook Event URL? #1288211Nico
MemberHi there Katherine,
Sorry for the delay in my reply! We don’t work during weeks + I was out at the start of the week. Will be more responsive moving forward π
To add the link to ‘RSVP on Facebook’, just paste the snippet below into your theme’s (or child theme’s) functions.php file:
https://gist.github.com/niconerd/75304432d4070d35f341993321d6fa7c
Most probably you won’t need the PHP opening tag (<?) and you can delete it.
Regarding the styling of the button you can go to the website from which you took the reference and copy the styles applied to the button!
Please let me know if this helps,
Best,
Nico -
AuthorPosts
