Jennifer

Forum Replies Created

Viewing 15 posts - 2,641 through 2,655 (of 4,212 total)
  • Author
    Posts
  • Jennifer
    Keymaster

    Great! I’m glad you were able to find a solution. If you have any other questions, please let me know!

    in reply to: Events Tickets Plus #1388597
    Jennifer
    Keymaster

    Hi 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

    Jennifer
    Keymaster

    Hi 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

    in reply to: Proper way to hide the All Day row #1388516
    Jennifer
    Keymaster

    Hi 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

    in reply to: Can’t Click On Events In Month View #1388505
    Jennifer
    Keymaster

    Hi 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

    in reply to: Featured image not displaying in widget #1388474
    Jennifer
    Keymaster

    Hi 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

    in reply to: Ticket price changes after a certain date #1388434
    Jennifer
    Keymaster

    Hi 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

    in reply to: Presales Queries: Community Events / Events Calendar #1388411
    Jennifer
    Keymaster

    Hi 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

    Jennifer
    Keymaster

    Hi 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

    in reply to: Attendee 1, Attendee 2, etc… display on tickets plus #1387763
    Jennifer
    Keymaster

    No problem! Just let me know if there is anything else I can help with.

    in reply to: RSVP Option #1387761
    Jennifer
    Keymaster

    Hi 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

    Jennifer
    Keymaster

    No 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!

    Jennifer
    Keymaster

    You 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.

    in reply to: Disable link to individual event page on calendar #1387734
    Jennifer
    Keymaster

    Hi 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">

    in reply to: remove tribe-events-nav-previous if event has past #1387289
    Jennifer
    Keymaster

    Awesome, just let me know if you come up with any questions!

Viewing 15 posts - 2,641 through 2,655 (of 4,212 total)