Forum Replies Created
-
AuthorPosts
-
Geoff
MemberHi Paul., thanks for following up and marking the answer! I’ll go ahead and close this thread, but please feel free to hit us up if any other questions pop up and we’d be happy to help. π
Geoff
Geoff
MemberHey Ricardo, thanks for following up and marking the answer! I’ll go ahead and close this thread, but please feel free to hit us up if any other questions pop up and we’d be happy to help. π
Geoff
Geoff
MemberThanks for following up and marking the answer! I’ll go ahead and close this thread, but please feel free to hit us up if any other questions pop up and we’d be happy to help. π
Geoff
Geoff
MemberHey there, thanks for getting in touch!
I wish there was a way this feature was supported right out of the box, but I’m afraid it isn’t. We do have a shortcode that allows you to embed the mini calendar widget on any page or post, but not one for Day View just yet.
Sorry I don’t have more of a concrete solution here for you, but does this at least help answer your question? Please let me know. π
Cheers!
GeoffGeoff
MemberHi there, Laurie! Thanks for getting in touch.
Good question. You can use CSS to change the width. For example, adding this to your theme’sΒ style.css file should have some effect:
.tribe-events-venue-map { float: left; width: 60%; /* adjust to your preference */ }Does this help? Please let me know. π
Cheers!
GeoffGeoff
MemberHey there, Brian! Thanks for getting in touch.
I imagine that auto-generated emails would be possible with a third-party plugin. I don’t have one off the top of my head, but here’s a search to help you get started. The important thing is to find one that support custom post types, since that is what events are.
And, yes, the Facebook Events add-on will automatically import events for Facebook pages that you do not own, as long as they are public. Good question. π
Does this help answer your questions? Please let me know.
Cheers!
GeoffGeoff
MemberSorry for that delay, Hannah! I went ahead and personally resent the receipts for your past couple of orders.
You should get them shortly. If they don’t arrive for some reason, please email us at support [at] theeventscalendar.com and we’ll find another way to get them to you.
Cheers!
GeoffGeoff
MemberHi there, Hannah! Just want to follow up to see if the suggestion above helped out or if you still need assistance here–please let me know. π
Cheers!
GeoffMarch 10, 2015 at 9:20 am in reply to: Filter bar not recognising start day of the week setting #947289Geoff
MemberHey Barry! I’m going to go ahead and close this thread in the meantime. We will continue to follow-up with you here when we have more progress to share. π
Cheers!
GeoffMarch 10, 2015 at 9:16 am in reply to: Display all prices woocommerce tickets in single event #947288Geoff
MemberHey there, Py! Thanks for following up. π
We are fairly limited in how much support we can provide for custom development questions like this, but I’m certainly happy to help point you in the right direction, if I can.
You will add those two functions where you would like them to appear. For example:
<?php echo tribe_get_minimum_cost ?> - <?php echo tribe_get_maximum_costΒ ?>The prices appear a few times in the template. To get the one next to the event title, you would override theΒ single-event.php template (located in /plugins/the-events-calendar/views/single-event.php) and modify it replacing the current cost with the example above.
Again, I’d suggest reading through our Themer’s Guide for more details on how to properly override a template.
I hope this helps!
Geoff
Geoff
MemberYeah, some of that is going to be due to the color of the table cell borders. You may need to play around with it a bit, for example, removing the these borders:
table.tribe-events-tickets td { border: 0; }Like I said, just play around with the different table elements a bit to get exactly what you’re looking for. I hope this helps!
Geoff
Geoff
MemberHey there, John, welcome to the forums! Thanks for reaching out and sorry for the issue here.
I notice there are several errors in the console when I inspect your site in DevTools. For example, the browser tab reads “Page Not Found” when switching to Week View (/events/week), among other errors.
This leads me to think that your theme is not properly recognizing some calendar views as pages, which is preventing it from displaying the secondary navigation as well.
You can try testing for conflicts using the steps outlined in this guide. However, I think the best course of action here is to connect with the theme author to shed some light on why the theme is not adding the navigation to those pages.
Sorry I don;t have more of a concrete solution for you here, but I hope reaching out to the theme author will help steer things back in the right direction.
Cheers!
GeoffGeoff
MemberHello there, Joe! Thanks for getting in touch–we’re stoked you’re enjoying the plugin so far and appreciate the kind words for sure. π
You can certainly change the background color of the ticket box by targeting the following CSS in your theme’sΒ style.css file:
table.tribe-events-tickets { background-color: #fff; /* or whatever color you want */ }Will this work for you? Please let me know. π
Cheers!
GeoffGeoff
MemberHey there, Marc-Andre! Thanks for reaching out. We’re stoked you’re checking out the plugins. π
Excellent question. RSVPs and appointments are indeed something we are looking at and hope to build. I’m afraid I don’t have a timetable for when that is coming, but I’d suggest visiting the link above and signing up for notifications on that feature request. We use that forum to provide updates on feature requests.
Does this help answer your question? Please let me know.
Cheers!
GeoffGeoff
MemberHey there, Peter! thanks for getting in touch and sorry for the issue here. Let’s see if we can pin down what’s happening together. π
First off, I want to make sure you are using the latest version of all the plugins. Are you currently using The Events Calendar 3.9.1, WooTickets 3.9.2 and WooCommerce 2.3.5?
Secondly, I think your question about a possible conflict is totally valid. Will you please run through the steps outlined in this guide? Then, let me know if you see a difference when all other plugins are deactivated and a default WordPress theme are active.
Let’s start there and see what we find before getting any deeper.
Cheers!
Geoff -
AuthorPosts
