Forum Replies Created
-
AuthorPosts
-
Sky
KeymasterHello again,
I just used that conditional as an example, but yes, the ‘345’ would correspond to the post id in the ‘tribe_is_event’ function. You can read more about this function in our documentation.
The example I provided should do exactly what you are asking if you use the correct post ID and add the code within the correct if/else curly brackets.
Let me know if you have any other questions.
Thanks,
SkyMarch 30, 2018 at 8:31 am in reply to: conflict Events Calendar PRO with a new theme "Appointment Pro" #1492752Sky
KeymasterThis reply is private.
March 30, 2018 at 8:16 am in reply to: Events with limited tickets shown as "unlimited available" #1492731Sky
KeymasterIvan,
Thanks for the update! Please let us know if you have any other questions.
Thanks,
SkySky
KeymasterLeon,
Sorry, I meant the admin screen of the event where the venues are assigned.
Thanks,
SkySky
KeymasterHi Rechenda!
I’d be happy to help with your questions.
1) Multiple attendee registration – You will need the free Events Tickets plugin in order to allow people to RSVP to the events, and Events Tickets Plus if you want to sell tickets. When RSVPing to an event, you can RSVP for multiple people at once, but it does not allow entering individual names and emails. For each person to have their own details connected to the RSVP/ticket, the form would have to be filled out and submitted multiple times.
2) Custom confirmation email – When using Events Tickets, you can customize the email subject within the admin settings. To completely customize the email content, you would need to create a custom template as is described in our Themer’s Guide, and modify a copy of the email.php file in event-tickets/src/views/tickets/.
3) Event categories – Events can have categories and tags assigned to them. With Events Calendar Pro, you can use shortcodes to add category or tag specific calendars within your site. The Tribe Filterbar will allow your visitors to sort the main calendar by these categories and tags.
Hope that helps! Please let us know if you have any other questions.
Thanks,
SkySky
KeymasterLeon,
Can you provide another screenshot of the event while in that configuration with the Twenty Seventeen theme?
Thanks!
SkySky
KeymasterThank you for verifying that for me.
I’m going to set up a Paypal sandbox account and try to replicate this issue.
I asked about the “login before purchasing” link, and was told that this was “intentional” for some reason when using Tribe Commerce. This is obviously confusing, and we are looking into the reasoning behind this.
Thank you for your patience, and I will get back to you on the redirection problem after I see if I can reproduce it on my end.
Regards,
SkyMarch 29, 2018 at 9:37 am in reply to: Import Creating Duplicate Events (Facebook and Google Calendar) #1491923Sky
KeymasterMichael,
Thank you for the additional information. Can you provide me with the liks to the feeds for these imports? I would like to test this to see if I can replicate.
Thanks!
SkySky
KeymasterLeon,
Looking at the screenshot, I see two entries for venue? And the first is blank. Adding multiple venues to an event is not something that is possible by default. It appears that your theme or another plugin is altering this behavior somehow.
Can you please run through our Testing for Conflicts Guide and see if the problem still persists while testing with the Twenty Seventeen theme and all other plugins disabled?
Thanks,
SkySky
KeymasterBart,
Yes, sorry for the confusion. I only meant to replace the date data in the example I linked to. This will not replace the date in the feed.
Hope that is more clear.
Thanks,
SkySky
KeymasterHi there,
I will add this to the customization queue.
Regarding facebook events, I do not believe facebook provides a way to export as CSV. Technically, any events can be imported via CSV, so if you have a way to convert facebook events into that format, I don’t see any reason it wouldn’t work. The official way to import facebook events is to use our Event Aggregator service.
Good luck with the customization!
SkySky
KeymasterVictor,
Looking at the Events widget in the Events Calendar, it does not appear to support event images. Was that maybe a feature of your theme? I see that Arvada has built in support for the Events Calendar.
Thanks,
SkyMarch 28, 2018 at 11:03 am in reply to: Import Creating Duplicate Events (Facebook and Google Calendar) #1490947Sky
KeymasterMichael,
I’m sorry to hear that you’re having issues with duplicate events showing up. I’d be happy to help!
Are the duplicate events showing up upon subsequent imports, or do you see duplicates after a single import of that event? Are any of these events recurring events?
Thanks,
SkySky
KeymasterHi Leon!
I’m sorry to hear that you’re having issues with the venue information. I will try to help you get this sorted.
Can you provide me with screenshots of the venue settings within a specific event, and the location settings for that individual venue? This will be a good place to start in figuring out why nothing is displaying.
Also, are you using any custom Events templates, or have you added any PHP in functions.php to customize the calendar output?
Thanks,
SkySky
KeymasterHi there!
While we are limited in the amount of support we can provide for customizations such as this, I will try to help get you pointed in the right direction.
This is the approach I would take. Duplicate the single-events.php file into tribe-events in your child theme. For more information on using custom templates, see this knowledgebase article.
Then, use one or more conditionals to create the two variations you wish to see.
For example:
if( tribe_is_event('345') ) {
// do this
}
else {
// or do this
}
Let me know if that helps, or if you have any other questions.
Thanks,
Sky -
AuthorPosts
