Forum Replies Created
-
AuthorPosts
-
November 21, 2017 at 3:09 pm in reply to: Calendar Pro – recurring events – unique content per recurring event #1388640
Jennifer
KeymasterGreat! I’m glad you were able to find a solution. If you have any other questions, please let me know!
Jennifer
KeymasterHi Dave,
Thanks for looking at our plugins for your project!
There is not an option out of the box to display other products on the events pages, but you could potentially do this via a customization.
Tickets are essentially WooCommerce simple products, and you can use the full product page instead of the default ticket form on events pages if you would like – see this article for more information on how this can be accomplished.
When a user adds a ticket to their cart, either through the default ticket form or through the standard WooCommerce product page, the order will behave the same way as other WooCommerce orders that don’t contain tickets. So, users should still be able to see their ticket orders on their WooCommerce orders page.
We do offer full refunds within 30 days of purchase, so if you’d like to test out any of our premium products, feel free to do so! If you need further clarification or have any other questions, just let me know!
Thanks,
Jennifer
November 21, 2017 at 12:46 pm in reply to: Can we ditch the default events list page and use a magazine blog post layout? #1388538Jennifer
KeymasterHi Jasmine,
Thanks for checking out our plugins!
I think your easiest solution would be to enable blog categories on events and create a specific category for events so that you can then just switch out the category on your cloned page. To display a list of events, we have several options. There are some widgets that you can use, and Events Calendar Pro comes with additional widgets and shortcodes that you can use to display the widget views or full calendar views anywhere on your site.
When you create a new event, an event page is automatically created for it, but we do have a shortcode with Pro that you can use to display whatever information you would like to include for a single event.
If you’d like to take Pro for a test run so you can see how it works with Divi, we do offer full refunds within 30 days of purchase, so feel free to do so! Please let me know if you have any other questions.
Thanks,
Jennifer
Jennifer
KeymasterHi Rob,
I’m glad to hear you were able to find a solution for this, and thanks for sharing it here – I’m sure others will find it helpful! I’ll go ahead and close out this thread, but please feel free to open a new one if you have any further questions!
Thanks,
Jennifer
Jennifer
KeymasterHi Paul,
I’m sorry to hear you’re running into this issue! Could you please send me a link to a page with month view enabled so that I can take a look? If you haven’t done so already, can you also try testing for conflicts with your theme and other plugins? Once you’ve switched to a default theme and deactivated everything, you’ll want to clear the cache as you did before and also disable the “Enable month view cache” setting under Events > Settings > Display before you start reactivating things.
Thanks,
Jennifer
Jennifer
KeymasterHi Joseph,
I think your best bet would be to customize the template for that widget. First, you’ll need to copy it into your child theme so that you can edit it – we have instructions on how to do that here. You can find it at wp-content/plugins/events-calendar-pro/src/views/pro/widgets/list-widget.php. Then, you can use the tribe_event_featured_image function to add the image to the template, wherever you’d like it to appear.
If you get stuck have any questions, please let me know!
Thanks,
Jennifer
Jennifer
KeymasterHi Julie,
Unfortunately there is not currently a way to do this out of the box. I did a quick search and found some third-party plugins that will let you automatically increase the price for a product based on the stock (such as this one from WooCommerce), but not the date. I think your simplest solution would be to change the price manually on the same ticket, or you could also do a customization to get it to change automatically. If you’d like to go this route, our themer’s guide is the place to start!
I can see how this would be a useful feature – would you mind posting this as a feature request over in our Feature Ideas Forum? This is what we use to gauge user interest in new features and help guide future development efforts.
I’m sorry I don’t have a better answer for you, but please let me know if you have any questions!
Thanks,
Jennifer
November 21, 2017 at 11:30 am in reply to: Presales Queries: Community Events / Events Calendar #1388411Jennifer
KeymasterHi Arun,
Thanks for checking out our plugins!
You do not need Events Calendar Pro in order to use Community Events – just the free version is fine!
While there is not an out of the box way to add additional content to the community submission page or prefill the form, you could do it with a customization. We have some hooks that you could use to insert your content before/after the content on events pages, and some functions that you can use to conditionally insert the content on certain pages, for example if you only wanted this text to appear on the community event submission form. This could be done via a function in your functions.php file.
If you’d like to prefill the form fields, you could also do that with a customization. I’d recommend taking a look at our themer’s guide for more information. If you or your developers have any questions, please let me know! We don’t do customizations, but as a premium license holder, you would have access to our premium support forums where we would be happy to answer questions and help point you in the right direction with your customization.
Finally, Events Calendar Pro does come with the ability to create custom fields, which would appear on the community submission form, so you may want to take a look at those as well!
We do offer full refunds within 30 days of purchase, so if you’d like to take any of our plugins for a test run, feel free to do so!
Thanks,
Jennifer
November 21, 2017 at 12:02 am in reply to: Feature Request – Prevent deletion of Organisers or Venues with active events #1387769Jennifer
KeymasterHi Brendyn,
Thanks for reaching out! If an organizer/venue is deleted, it should no longer be linked to the event. However, there is not currently a dialogue box that would appear when deleting the organizer/venue to notify the user that is linked to active events. I can see how this could be a useful feature though! Would you mind posting this over in our Feature Ideas Forum? This is what we use to gauge user interest in new features and help guide future development efforts.
Thanks!
Jennifer
November 20, 2017 at 11:53 pm in reply to: Attendee 1, Attendee 2, etc… display on tickets plus #1387763Jennifer
KeymasterNo problem! Just let me know if there is anything else I can help with.
Jennifer
KeymasterHi Cedric,
RSVP functionality actually lives within our free Event Tickets plugin, which you can install and activate to get the RSVP feature on events. Displaying attendees is actually a feature of Event Tickets Plus. If you’d like to test it out, we do offer full refunds within 30 days of purchase, so feel free to do so!
Please let me know if you have any additional questions.
Thanks,
Jennifer
November 20, 2017 at 11:20 pm in reply to: Separator between events & rename the ICAL EXPORT button to Outlook #1387755Jennifer
KeymasterNo problem! To reverse the buttons, you could use the tribe_events_ical_single_event_links filter found at wp-content/plugins/the-events-calendar/src/Tribe/iCal.php, or even with CSS and flexbox if you want to keep it simple! Something like:
#tribe-events-content .tribe-events-cal-links {
display: flex;
flex-direction: row-reverse;
justify-content: flex-end;
}You will probably need to tweak that a bit, but hopefully it helps get you started!
November 20, 2017 at 10:56 pm in reply to: Calendar Pro – recurring events – unique content per recurring event #1387741Jennifer
KeymasterYou could definitely use categories to group events and display them together around your site! With Events Calendar Pro’s shortcodes, you can enter a category parameter (as well as a parent category if you’d like to display multiple categories together) to display only events from that category anywhere on your site. Event categories also have their own pages.
If you’d like to pull in a more customized list of events, you could also use tribe_get_events and set the categories you would like to include.
November 20, 2017 at 10:44 pm in reply to: Disable link to individual event page on calendar #1387734Jennifer
KeymasterHi Brian,
For month view, take a look at wp-content/plugins/the-events-calendar/src/views/month/single-event.php. The link is a little bit different for this view, but you can find it on line 196:
" class="url">
November 20, 2017 at 9:32 am in reply to: remove tribe-events-nav-previous if event has past #1387289Jennifer
KeymasterAwesome, just let me know if you come up with any questions!
-
AuthorPosts
