Jennifer

Forum Replies Created

Viewing 15 posts - 1,846 through 1,860 (of 4,212 total)
  • Author
    Posts
  • in reply to: One main calendar view per page #1448254
    Jennifer
    Keymaster

    No problem!

    Since this has been marked “resolved”, I’ll go ahead and close it out. Feel free to open up a new thread if you run into any other issues!

    in reply to: Simple ShortCode for Event Listings #1448243
    Jennifer
    Keymaster

    Hello!

    With Events Calendar Pro, you can display full calendar views using a shortcode (see this article for more info) in addition to the calendar widgets (see this article for more info).

    If you would like to build your own shortcode, then I would recommend taking a look at our themer’s guide and the tribe_get_events function.

    Please let me know if you have any questions!

    Thanks,

    Jennifer

    in reply to: One main calendar view per page #1448224
    Jennifer
    Keymaster

    Hello,

    Are you alright with having both categories in the same calendar, or are you trying to keep them separate? If you’re alright with them being together, then I would recommend creating a parent category for both auction listing and livestock sales categories, which will let you display both using [tribe_events category=”parent-slug”].

    Another option would be to use the tribe_get_events function to pull a custom list of events, including both categories.

    If you want to display them separately, then you may want to go with the widget shortcodes. You can add multiple widgets to the same page, so you shouldn’t have any problems there.

    Please let me know if this helps and if you have any questions!

    Thanks,

    Jennifer

    in reply to: Event Ticket Plus Conflicting with other Plugins #1448205
    Jennifer
    Keymaster

    Hello,

    I’m sorry that you’re running into these issues, but I’ll be happy to help you figure out what’s going on.

    First, can you please share your system info with me? It sounds like you’ve done some thorough conflicts testing already (thanks for that!), but if you haven’t started with a default environment (default theme like Twenty Seventeen enabled and all other plugins besides The Events Calendar, Events Calendar Pro, Event Tickets, and Event Tickets Plus disabled), can you try doing that and see if you are able to add tickets in this setting?

    If so, can you then try re-enabling your theme and other (non-events plugins) one at a time, attempting to recreate the issue after you enable each one, and see when this issue starts happening again? When testing, please make sure that you have WP_DEBUG enabled, and copy/paste any errors that you see here.

    Thanks,

    Jennifer

     

    in reply to: Redirect specific events to custom pages #1448122
    Jennifer
    Keymaster

    Sure thing! You can use the tribe_event_in_category function to check if an event has a certain category. Our functions list has several other functions like this, so I would definitely recommend this as a resource when customizing our plugins.

    in reply to: Events list not showing all the events #1448114
    Jennifer
    Keymaster

    Hello,

    Thanks for reaching out!

    There is currently a known compatibility issue with the Divi theme related to pagination, but the good news is that we have an extension that should fix it for you. Can you install and activate this and see if it helps?

    Thanks,

    Jennifer

    in reply to: Community Ticket Commission #1448099
    Jennifer
    Keymaster

    Hi Mark,

    Community Tickets does typically support split payments, but due to a change in the PayPal API, this feature is not currently available for new users unless you already have an approved adaptive payments account with PayPal.

    Otherwise, we are working on changing the way that Community Tickets works with the API in order to make this feature available for new users again, but unfortunately I don’t have a timeline at the moment as to when this will be released. I did link this thread to our internal ticket for this issue, so as soon as we have an update, we’ll let you know here. For more info on the options available with Community Tickets, I would recommend taking a look at the following articles:

    New User Primer: Community Tickets

    Configuring Community Tickets

    Community Tickets: Configuring PayPal and Split Payments

    Community Tickets: Tracking Sales and Getting Paid

    I’m sorry I don’t have a better answer for you right now, but please let me know if you have any other questions!

    Thanks,

    Jennifer

    in reply to: Hide ticket fields after sale window is over #1448079
    Jennifer
    Keymaster

    Hi @skunkperecords,

    The tickets shouldn’t be available after the end sale time.

    Since this isn’t working for you, can you please open up a new thread and share your system info with us so that we can help you get this figured out? If you haven’t done so already, you’ll also want to test for conflicts with your theme and other plugins.

    Thanks,

    Jennifer

    in reply to: Hide ticket fields after sale window is over #1448064
    Jennifer
    Keymaster

    Hi TJ,

    There should be a message that displays to notify users that tickets are not currently available. We have an internal ticket open to address this issue, and I’ve linked this thread to it – as soon as we have an update, we’ll let you know here.

    In the meantime, you can customize the template for the ticket form to hide it when tickets are not available. You’ll need to follow the instructions in our themer’s guide to copy the template into your child theme for editing. The template can be found at wp-content/plugins/event-tickets-plus/src/views/wootickets/tickets.php. I went ahead and made an example for you here, which will simply hide the entire form if there are no tickets currently on sale.

    Please let me know if this helps and if you have any questions!

    Thanks,

    Jennifer

    in reply to: Hide "Events for" and change link #1448036
    Jennifer
    Keymaster

    Great!

    Try adding this to the functions.php file of your child theme:

    function tribe_change_month_cat_title( $title ) {
    $depth = false;
    $title = tribe_get_events_title( $depth );
    return $title;
    }
    add_filter( 'tribe_events_title', 'tribe_change_month_cat_title' );

    in reply to: Hide "Events for" and change link #1447963
    Jennifer
    Keymaster

    Hi Josep,

    I’m sorry for the delayed response here! We’ve had a much higher than normal volume of threads this week, and it looks like this one slipped through the cracks. So sorry about that!

    It looks like you have your “Month and year format” setting under Events > Settings > Display, which controls the date format for month view, set to “F \d\e Y”. Can you try changing it to “F Y” (see screenshot) and see if that fixes it?

    Thanks,

    Jennifer

    in reply to: Possible to show events by user id? #1447622
    Jennifer
    Keymaster

    Awesome!

    Since this has been marked “resolved”, I’ll go ahead and close it out. Feel free to open up a new thread if you have any other questions!

    in reply to: transferring customisations to PRO #1447620
    Jennifer
    Keymaster

    No problem Jane!

    This article should be helpful in getting up and running with Pro, but if you have any questions, please do reach out to us in our Events Calendar Pro support forum 🙂

    in reply to: Removing "View As List" text from filtering #1447603
    Jennifer
    Keymaster

    Perfect! 🙂

    I’ll go ahead and close this out, but if you run into any other issues, please feel free to open up a new thread!

    in reply to: Third Party plugin *required*? #1447314
    Jennifer
    Keymaster

    Hello,

    If you are only going to use the RSVP-style tickets, then you do not technically need to have WooCommerce or Easy Digital Downloads…however, you will see a notice at the top of the screen in the admin area prompting you to activate WooCommerce/EDD, as it is technically a required plugin for Event Tickets Plus. Without it, you won’t see the option to add a new ticket (only an RSVP).

    If you do activate it, you can still create free tickets by entering a price of $0. I would recommend taking a look at the following articles, which have lots of good info on getting up and running with Event Tickets Plus:

    New User Primer: Event Tickets and Event Tickets Plus

    Settings Overview: Event Tickets and Event Tickets Plus

    Managing Your Orders and Attendees

    Moving Tickets

    Please let me know if you have any other questions!

    Thanks,

    Jennifer

Viewing 15 posts - 1,846 through 1,860 (of 4,212 total)