Jennifer

Forum Replies Created

Viewing 15 posts - 1,726 through 1,740 (of 4,212 total)
  • Author
    Posts
  • in reply to: Adding featured/sticky event to Quick Edit #1461183
    Jennifer
    Keymaster

    Hi Shane!

    As Victor mentioned, this is possible with some custom coding. Please note that we are limited in the amount of support that we can provide for customizations, but I will try to point you in the right direction here.

    First, events are a custom post type (tribe_events), and you can find the name by using your browser’s inspector (right click the field on the edit event page, click Inspect – see screenshot). For the “Hide From Event Listings” field, the name you need is EventHideFromUpcoming. So, based on the example in the article you linked to, the code you need would be:

    add_filter( 'manage_tribe_events_posts_columns', 'my_manage_newsroom_posts_columns' );
    function my_manage_newsroom_posts_columns( $columns ) {
    $columns['EventHideFromUpcoming'] = esc_html__( 'Hide from Upcoming');
    return $columns;
    }

    I tested this out on my end, and it did add the field as a column. However, editing it in the Quick Edit section will take a bit more code. As a starting point, I would recommend taking a look at this article.

    You might also try out some third-party plugins. I did a quick search and found Custom Bulk/Quick Edit which looks like it will do what you are looking for, but there may be others out there as well.

    I hope this helps get you started, and please let me know if you have any questions!

    Thanks,

    Jennifer

    in reply to: Events not importing past February #1460499
    Jennifer
    Keymaster

    I’m sorry that Event Aggregator isn’t meeting your needs, but I went ahead and processed the refund.

    If there is anything else that we can help you with in the future, please let us know!

    in reply to: Single page month view #1460496
    Jennifer
    Keymaster

    Thanks for sending that! I just took a look at the main events page – didn’t make any changes 🙂

    Try adding the following CSS to the Additional CSS area under Appearance > Customize (if you have one) or to the style.css file of your child theme:

    #tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a:before {
    content: "";
    }
    #tribe-events-content .tribe-events-calendar td .tribe-events-month-event-title a {
    font-size: inherit;
    }

    I tested this out on my end (see screenshot), and it should get rid of the checkmarks and get the titles displaying (the font size was being set to 0).

    Let me know if this works for you!

    Thanks,

    Jennifer

    in reply to: Premium Event/Class Listing #1460492
    Jennifer
    Keymaster

    No problem!

    If you do decide to go ahead with Pro or Community Events, feel free to reach out to us over on our Help Desk if you have any questions on getting them set up. 🙂

    in reply to: Styling on current day on calendar view on mobile #1460489
    Jennifer
    Keymaster

    Hi Duncan,

    First, I want to apologize for the delayed response here! You can indeed target the current day in month view with CSS – the tribe-events-present class is given to the current day in both desktop and mobile view. For example (see screenshot):

    #tribe-events .tribe-events-month .tribe-events-present {
    background-color: gray;
    }

    Can you please give this a try and let me know if it works for you?

    Thanks,

    Jennifer

    in reply to: Premium Event/Class Listing #1460474
    Jennifer
    Keymaster

    Hi Chelsea,

    This is not currently a built-in feature, but you could do it with a customization. If you’d like to give this a shot, our themer’s guide is the place to start. We also have a list of recommended developers that you could contact if you would like to get help with the code.

    I would recommend taking a look at our new user primer for Community Events, which reviews some of the features and settings that are available out of the box.

    I’m sorry I don’t have a better answer for you here, but if there is anything else that I can help you with, please let me know!

    Thanks,

    Jennifer

    in reply to: Booking #1460472
    Jennifer
    Keymaster

    No problem Dan!

    You can change the word “ticket” to something else via a customization. This post has some code that you can use as a starting point.

    Please note that while premium support access does come with our premium licenses, we are a bit limited in the amount of support that we can provide for customizations like this. However, we always try to help or point you in the right direction when we can!

    in reply to: On Sale Dates #1460165
    Jennifer
    Keymaster

    No problem! I’ll close this thread out since it’s been marked “resolved”, but feel free to open up a new one if you have any other questions.

    in reply to: Ticket Confirmation Email is Not Being set #1459601
    Jennifer
    Keymaster

    Hello,

    It sounds like the WooCommerce order confirmation is also not being sent? I would recommend trying out an SMTP plugin like Easy WP SMTP.

    Using a real SMTP server with authentication will bypass the built-in WP mail functionality altogether and tends to be more reliable.

    Please let me know if this helps!

    in reply to: On Sale Dates #1459576
    Jennifer
    Keymaster

    Hi Russell,

    You can schedule events to be published on a certain date (see screenshot), and to schedule them to be unpublished, I would recommend the Post Expirator plugin.

    Let me know if this works for you!

    in reply to: Booking #1459376
    Jennifer
    Keymaster

    Hi Dan,

    Glad to hear that you’re liking the plugin so far!

    Event Tickets will let you take RSVP-style (unpaid) reservations. By default, users will need to enter their name and email to submit the reservation. If you would like to collect additional information from each attendee, then you would need Event Tickets Plus.

    Since Event Tickets is free, I would recommend installing it on a test site to see if it will work for your project. We do offer full refunds within 30 days of purchase, so if you’d like to take Event Tickets Plus for a test run, feel free to do so! Please let me know if you have any additional questions.

    Thanks,

    Jennifer

    in reply to: Premium Event/Class Listing #1459302
    Jennifer
    Keymaster

    Hi Chelsea,

    Thanks for checking out our plugins!

    Unfortunately charging for submitting or featuring events is not currently a feature of Community Events, but this is something that we are working on adding in the future. I don’t have a timeline at the moment as to when this will be implemented, but as an alternative in the meantime, you might try using a paid membership plugin in conjunction with Community Events, as you do have the option to restrict event submission to users who are logged in. I did a quick search and found this post, which might be helpful in finding a membership plugin if you do decide to go this route. However, please note that you would need to test this out to make sure that you could get it working exactly the way you need (note that this method would not let you charge users specifically for featuring/submitting events, but rather for being members, which would then allow them to create events).

    We do offer full refunds within 30 days of purchase, so if you’d like to take Community Events/Events Calendar Pro for a test run, feel free to do so! Please let me know if you have any additional questions.

    Thanks,

    Jennifer

    in reply to: Qr code scan in #1459300
    Jennifer
    Keymaster

    Hi Silas,

    I’m glad to hear that you were able to get this figure out! For future reference, 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

    Using QR Codes with Event Tickets Plus

    If there’s anything else I can help you with, please let me know!

    Thanks,

    Jennifer

    in reply to: Event Registration #1459297
    Jennifer
    Keymaster

    Hi Brandon,

    Thanks for checking out our plugins!

    You can allow users to register for events by using Event Tickets (for RSVP-type reservations) and Event Tickets Plus (for paid tickets + additional features).

    However, our plugins are really centered around events (where something occurs at a specific time) vs bookings (where users select a time for something). Event Tickets Plus does include the ability to create custom fields to collect additional information from attendees when they purchase tickets, but there are not currently date/time fields. So, unless you only have a few time slots available, I think it would be a bit difficult to accept bookings this way.

    I would recommend taking a look at the following articles, which review the features and settings that come with our ticketing plugins:

    New User Primer: Event Tickets and Event Tickets Plus

    Settings Overview: Event Tickets and Event Tickets Plus

    Managing Your Orders and Attendees

    Moving Tickets

    If true booking functionality is a feature that you would like to see added in the future, please do let us know over in our Feature Ideas Forum! This is what we use to gauge user interest in new features and help guide future development efforts.

    We do offer full refunds within 30 days of purchase, so if you’d like to take Event Tickets Plus for a test run, feel free to do so! Please let me know if you have any additional questions.

    Thanks,

    Jennifer

    in reply to: Single page month view #1459290
    Jennifer
    Keymaster

    Hello,

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

    First, can you try changing the Default stylesheet used for events templates and Events template settings under Events > Settings > Display? These control how much the events pages inherit styling from your theme. Make sure to clear out your browser cache after changing the settings to be sure that you are seeing the current version of the page.

    If that doesn’t help, could you please send me a link to a public version of this page so that I can take a look? It looks like you currently need to login to access that page.

    Thanks,

    Jennifer

Viewing 15 posts - 1,726 through 1,740 (of 4,212 total)