Forum Replies Created
-
AuthorPosts
-
Geoff
MemberThanks for extra info!
Wow, that is super odd.
By chance, have you made any customizations to the calendar? For example, I notice that the Events Calendar PRO plugin is renamed to “El Events Calendar PRO” on your site and I’m wondering if that is having an impact on the functionality of the calendar, among any other possible customizations.
Let me know if that’s the case and we can go from there.
Thanks!
GeoffDecember 15, 2015 at 7:10 am in reply to: Bulleted Lists Moved Beyond Left Margin After Update #1041663Geoff
MemberMy pleasure! Thanks for reaching out. 🙂
Geoff
December 15, 2015 at 7:04 am in reply to: Formatting stripped in list, tooltip, and photo view from Version 4.0 #1041657Geoff
MemberThis reply is private.
Geoff
MemberHi Louise, and thanks for chiming in.
If you’re looking for technical support, would you please open up a new thread here in our Events Calendar PRO forum? We use the Pre-Sales forum for questions about the features and capabilities of our premium plugins prior to purchase.
If you don’t have a license for one of our premium plugins to post in the forums, then you are also welcome to post in our open source forum instead. We also have a collection of articles in our Knowledgebase that can help.
I’ll go ahead and close this thread since it John’s question was answered but please feel free to open a new thread in our forums if any other questions pop up and we’d be happy to help as best we can. 🙂
Cheers!
GeoffGeoff
MemberHey Lain,
Oh whoops, I thought you were working inside the email sent out by the ticketing plugin–sorry about that!
It will take a little more custom development to get that going, but you should be able to grab the ticket description like this:
$Woo__Tickets = Tribe__Events__Tickets__Woo__Main::get_instance(); $ticket_ids = $Woo__Tickets->get_tickets_ids( $post_id ); foreach ( $ticket_ids as $ticket_id ) { $ticket = $Woo__Tickets->get_ticket( $post_id, $ticket_id ); echo $ticket->description; }Please note that this isn’t tested but is meant more as a means to give you a head start. 🙂
Let me know if any other questions pop up as you work on this.
Geoff
Geoff
MemberHi @pke,
Just a heads up that we use the Pre-Sales forum here to answer questions about the features of our premium plugins before purchasing them. If this is a support question and you have a premium plugin license, please do post to our Events Calendar PRO forum and we’d be happy to help. 🙂
That said, you can hide those links with CSS. Please see our Themer’s Guide for more info on customizing styles as well as this handy guide for how to locate CSS classes for the calendar.
Cheers!
GeoffGeoff
MemberHi Franco, thanks for getting in touch!
Good question. While recurring events do not support ticket sales yet, you can certainly create individual events and sell tickets for each of them, setting the start and end date for tickets to go on sale from there.
Does this help answer your question? Please let me know.
Cheers!
GeoffDecember 14, 2015 at 1:02 pm in reply to: Bulleted Lists Moved Beyond Left Margin After Update #1041151Geoff
MemberHey there, Mirja!
I just replied to your first thread which asked the same question:
Please give the CSS recommendation in there a shot and let me know if it has any effect. 🙂
Thanks!
GeoffGeoff
MemberMy pleasure! Please feel free to let us know if any other questions come up and we’d be happy to help. 🙂
Geoff
December 14, 2015 at 12:56 pm in reply to: Confusion re activation of Community Events Tickets #1041144Geoff
MemberRight on, so glad that helped! Please feel free to let us know if any other questions come up and we’d be happy to help. 🙂
Cheers,
GeoffGeoff
MemberHi Mirja and thanks for reaching out!
Sorry for the wait–we’ve had quite a backlog of threads from over the weekend and are doing our best to catch up. 🙂
I added an event for March 2016 and found that the Calendar List View would not show this event even though the “Number of events to show per page” is set to 10
Shoot, I’m having a tough time seeing this issue on my test site. Do you happen to have the same issue if you switch to a default WordPress theme. For example, let’s try the Twenty Fifteen theme and see if it pops up there as well.
Problem #2: When typing “Free” for the cost field, the following three warnings appear at the top of The Events Calendar page
Ack, sorry about that! We are actually aware of this issue and will be releasing a fix for it in 4.0.2 which should be out before the end of the month, barring any catastrophes. We’ll follow-up with you here in this thread when that releases.
Problem #3: The Events Calendar List View description cuts off after one and a half lines.
This is something else I wasn’t able to replicate on my test site using the default WordPress Twenty Fifteen theme. Please check this as well when troubleshooting the first issue of setting the number of events and let’s see if the issue surfaces there as well.
Problem #4: After clicking on an event from the Events Calendar List View to view the details of an event, all bulleted items are now way off to the left of the page
Try adding this to your theme style.css file, or using something like Simple Custom CSS:
#tribe-events-pg-template .tribe-events-content ul { margin-left: 20px; }Tracking all of these questions in a single thread my prove to be difficult but let’s start here and see what we find. It might be worth doing a separate thread for each issue to make sure cover everything, but let’s give it a try here first. 🙂
Cheers!
GeoffDecember 14, 2015 at 12:31 pm in reply to: list venues and organizers with thumnail and phone number #1041120Geoff
MemberMy pleasure!
That would go in the template you plan to use it in. You could use one of your existing theme templates or a new one altogether. 🙂
Cheers!
GeoffGeoff
MemberHi Robert, thanks for following up!
When you say “import events from Eventbrite.com” is that a manual process that has to be repeated whenever there’s a new event, or is it an integration that allows for automatic syncing.
It is a process you would have to trigger manually. You would be able to look up events that exist in your Eventbrite account and import them into WordPress in bulk or by specific event using the Eventbrite ID for that event.
Not exclusively Eventbrite related, is there any way to sync with a Google Calendar?
Yes, absolutely! We have an add-on called iCal Importer which can pull events from Google Calendar into WordPress on a scheduled basis.
Let me know if this helps answer your questions. 🙂
Geoff
December 14, 2015 at 12:26 pm in reply to: Confusion re activation of Community Events Tickets #1041117Geoff
MemberThanks for the extra information, Benjamin! This helps a lot. 🙂
It looks like you have Community Events 3.12.1 installed. If you update that to 4.0.1, then that should take care of the notice.
Let me know if that does the tick.
Thanks!
GeoffGeoff
MemberHi Erica and thanks for getting in touch!
There is no PayPal button included in The Events Calendar right out of the box. However, it is possible that whatever ecommerce solution you use (e.g. WooCommerce) does include one and would be able to implement the button into the checkout process.
Does this help answer your question? Please let me know. 🙂
Cheer!
Geoff -
AuthorPosts
