Forum Replies Created
-
AuthorPosts
-
March 15, 2017 at 4:48 pm in reply to: publish monthly calendar in single page wordpress site #1254802
Geoff
MemberHey Bob,
Thanks for getting in touch!
Events Calendar PRO includes shortcodes that you can use to embed the calendar into other pages and posts. I’m not quite sure I follow what you mean by a multiple-month calendar, but the shortcodes will embed the full calendar view, which displays upcoming events for the current month.
You could create a multiple-month calendar where upcoming events from more than the current month are displayed. That would take a bit of custom development, but it basically require you to create a new page template in the theme and use the tribe_get_events() function to fetch event posts and create a loop to display them. Here’s more information on how that function works:
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffMarch 15, 2017 at 4:00 pm in reply to: The Events Calendar Pro produces massive amount of empty pages #1254786Geoff
MemberHey Michael,
Thanks for the screenshot! That is really odd how the pages get archived like that.
I think it would be super helpful if we could see the system information. Since you’ve already deactivated the plugins, would you be willing to set up a test site where we can work on this together?
If you are (and that would be great!), then here are some steps to follow that will help with testing:
- Don’t install anything except The Events Calendar and Events Calendar PRO
- Please also stick to a default theme — again, there’s no need to install anything else just yet!
- Create a few events so we have some test data to work with
- Can you replicate the same problem?
If you find you can replicate the problem under these conditions it would be awesome if you could stop and let us know so we can take a look while the site is still running under default conditions.
Thanks for your help while we work on this together!
Geoff
Geoff
MemberHi Riccardo,
Hmm, I see what you mean — it appears that making a non-author and available author will require a little more work.
Perhaps adding this plugin to the mix will help:
That should allow you to set non-authors as authors in the post options.
Let me know if that does the trick.
Cheers!
GeoffMarch 15, 2017 at 3:53 pm in reply to: Ticket Fieldset – Setting Up One Fieldset Per Set of Tickets Purchased #1254783Geoff
MemberHey Michelle,
Thanks for following up!
We’d definitely be willing to consider that as a feature request. For starters, would you be willing to add this to our feature request forum?
When you do, it would be super helpful to be as detailed as possible, including any ideas you have that would make bulk registration easy for you as a site administrator in the post editor and how that might look on the front end.
And, of course, you can certainly use me to bounce ideas off of here in this thread, if you’d like. 🙂
Cheers,
GeoffGeoff
MemberHey Barry,
Yes, I am suggesting that you need all three plugins (two of which are free), plus WooCommerce.
Cheers!
GeoffGeoff
MemberHey there and thanks for following up!
We actually do not provide our Tax ID for invoices. You can enter your VAT ID into the account profile and that will appear on the printed invoice, but the Modern Tribe Tax ID is unavailable.
Cheers,
GeoffGeoff
MemberAwesome, glad to hear it! At least you have a way to go about it if you ever decide to bring the column back. 🙂
I’ll go ahead and close this thread but let us know if any other questions come up and we’d be happy to help.
Cheers!
GeoffGeoff
MemberRight on! I’m so glad to hear everything is working smoothly and I appreciate you following up to let us know. Definitely keep us posted if any other questions come up and we’d be happy to help. 🙂
Cheers!
GeoffGeoff
MemberThis reply is private.
Geoff
MemberHi Riccardo,
You can use a plugin like User Role Editor to give that role permission to edit events.
Cheers!
GeoffGeoff
MemberHey there,
Thanks for getting in touch!
We do not collect a VAT but you can add a specific VAT number to your account profile by logging into this site and navigating to My Account. There is an option to add your VAT number to your account.
Once you have added your VAT, it will appear on any invoice you print. Here are instructions for finding and printing invoice from your account:
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Jose,
Thanks for getting in touch!
Just to clarify: Community Events and Events Calendar PRO are two different add-ons to The Events Calendar and are sold separately. In other words, neither one is included in the other, so you will need to purchase them individually in order to get the features of both.
Does this help answer your question? Please let me know!
Cheers,
GeoffGeoff
MemberHey Barry,
Thanks for getting in touch!
Yeah, I think our plugins will be a good fit for your site. Here is the combination of plugins I’d recommend to fit your needs:
- The Events Calendar – This is our free core plugin that allows you to publish events and display them in a calendar format on your site.
- Event Tickets – This is our free plugin for creating RSVPs (free tickets) for events. It also is required for the next plugin.
- Event Tickets Plus – This plugin allows you to create paid tickets for events and accept payments through WooCommerce, which also allows you to take payments using PayPal or cheque.
I believe that will get you what you are looking for — a way to publish events to a calendar for many types of events and to create and sell tickets for those events.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHey Michele,
Absolutely, that’s totally possible! I would suggest overriding the details.php template to make that happen. You can learn more about overriding calendar templates in our Themer’s Guide, but it basically boils down to this:
- Make a copy of the details.php template. It is located at /wp-content/plugins/the-events-calendar/src/views/modules/details.php
- Make a new folder in your theme called tribe-events
- Make a new folder in that one called modules
- Drop your copied details.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, remove the following code from the template:
<?php // Event Cost if ( ! empty( $cost ) ) : ?> <dt> <?php esc_html_e( 'Cost:', 'the-events-calendar' ) ?> </dt> <dd class="tribe-events-event-cost"> <?php esc_html_e( $cost ); ?> </dd> <?php endif ?>Will this work for you? Please let me know. 🙂
Cheers!
GeoffGeoff
MemberHi Joe,
Thanks for getting in touch and great question.
I do not believe there is a straightforward way to link the creation of an event post to a WooCommerce product.
That said, I have seen other cases where adding a paywall between the user and the Community Events registration form has worked. For example, Restrict Content Pro can limit access to the form to paying members.
I realize this might not be exactly what you are looking for but I hope this at least helps answer your question as far as having a means for charging for event submissions.
Cheers,
Geoff -
AuthorPosts
