Andras

Forum Replies Created

Viewing 15 posts - 916 through 930 (of 6,224 total)
  • Author
    Posts
  • in reply to: GDPR: Editors and access to RSVP #1535857
    Andras
    Keymaster

    Hallo erneut

    This functionality is not available yet with our plugins, but it is on our roadmap and we will take a look at this soon.

    Until then a workaround which is explained in this post might be helpful:

    Let me know if that suits you.

    Cheers,
    Andras

    in reply to: sitio que deseo #1535820
    Andras
    Keymaster

    Hello mariano,

    Thanks for reaching out! Let me help you out with your questions.

    Our base plugin The Events Calendar (TEC) will help you set up the events. If you set up a location for an event, that will also be shown.

    If you would like free registrations, then you will need Event Tickets (ET) as well.

    These two plugins are free.

    If you would like to sell tickets for money, then on top of the previous two you will also need Event Tickets Plus (ET+) and depending on your needs, you can use the built-in Tribe Commerce functionality to sell tickets and collect money through PayPal, or you might use a third-party eCommerce solution like WooCommerce or Easy Digital Downloads.

    When a registration or a ticket purchase is made, then the buyer will receive the tickets in the form of an email, which also contains a QR code, that you can use at the location to check in people.

    If you would like organizers to have some kind of an access to their events and tickets, then you will need Community Events and Community Tickets as well.

    Looking at all this, our Community Manager Bundle might be the best choice for you, which also includes Filter Bar for advance filtering options for the visitors.

    Let me know if you have any further questions.

    Cheers,
    Andras

    in reply to: multi day event #1535794
    Andras
    Keymaster

    Thanks!

    I guess beaver builder handles the list a bit differently than our plugins.

    As a workaround you should be able to use the following css snippet, which will hide the recurring event children in that list at the top:

    .fl-post-feed .tribe-recurring-event-child {
    display: none;
    }

    If you need to further customize it (show or hide when the month calendar or the list view is being shown, then you can use this:

    Hide recurrences in the top list only on month view:

    .events-gridview .fl-post-feed .tribe-recurring-event-child {
    display: none;
    }

    Hide recurrences in the top list only on list view:

    .events-list .fl-post-feed .tribe-recurring-event-child {
    display: none;
    }

    Hope this helps.

    Cheers,
    Andras

    in reply to: Select Options from Many Choices. #1535788
    Andras
    Keymaster

    This reply is private.

    in reply to: URL Links not working on Google Calendar ICS Imports #1535776
    Andras
    Keymaster

    Oh man, that’s rough.

    We are trying to do all we can to get Facebook imports working again. If I know correctly we are waiting for some kind of a reply from them.

    If something happens then we will definitely post it in our blog and you can also track it here.

    Is there anything else before we close this?

    Andras

    in reply to: multi day event #1535557
    Andras
    Keymaster

    Hi Todd,

    The option “Show only the first instance of each recurring event (only affects list-style views).” only affects list-style views as it says.

    I’m not quite sure how it is supposed to work with Beaver Builder. Can you share with me a url where this can be seen? I’d like to take a look at it.

    Thanks,
    Andras

    in reply to: GDPR: Google Maps #1535548
    Andras
    Keymaster

    Hallo,

    It is easier for you to do the workaround, as if I do it ;).

    Might be, I’m not familiar with your development skills. 😉 However, our resources – just like everybody else’s – are limited, so even if this will be considered to be a feature of the plugin, it might take some time to get it developed.

    Cookie names

    I checked the borlabs website. There are 2 options to choose from (all cookies and some cookies). The cookie name that was set it ‘borlabsCookie’ with the following values respectively:

    You can figure out other cookie name by installing an add-on / plugin for your browser. This time I used ‘Cookie Manager’ for Firefox.

    You might need to adjust the code to look for the cookie value as well. This page can help you with that: https://cloudup.com/cKmMUPhrSQ8

    And yes, the code should go into the functions.php file.

    Can I alternatively switch all maps off?

    Yes, I believe if you just add the following 2 lines to your functions.php file, then the maps will be off.

    wp_dequeue_script( 'tribe_events_google_maps_api' );
    wp_dequeue_script( Tribe__Events__Embedded_Maps::MAP_HANDLE );

    You can also disable the ‘Map view’ under Events > Settings > Display tab, so users cannot access it.

    That should do it.

    Cheers,
    Andras

    in reply to: Select Options from Many Choices. #1535535
    Andras
    Keymaster

    This reply is private.

    in reply to: Unsupported Event #1535513
    Andras
    Keymaster

    This reply is private.

    in reply to: URL Links not working on Google Calendar ICS Imports #1535489
    Andras
    Keymaster

    Hi,

    Thanks for your reply, happy to hear my previous answer helped to clarify the case.

    Also thanks for sharing your workaround for importing Facebook events. Have you tried importing that webcal url (with or without ‘webcal://’) into your WordPress site whether that works? (After clicking the interested and all.) Just curious.

    A.

    in reply to: Multiple registrations #1535477
    Andras
    Keymaster

    Happy to have helped.

    Since this is marked resolved I am going to close this ticket, but if you need anything else related to this topic or another please create a new ticket and we’ll be happy to help.

    Cheers,
    Andras

    in reply to: Remaining ticket number – traffic light #1533669
    Andras
    Keymaster

    Hi s6carlo,

    Thanks for reaching out!

    That will be an awesome customization!

    1. Yes, that is the function that will give you the number of available tickets left.

    2. That icon only shows up if something is misaligned between the ticket capacity / stock availability. If you don’t see it, then everything should be fine.

    It usually shows up if a ticket has been cancelled or refunded or deleted and the stock settings between the event / ticket page and the WooCommerce product page are not aligned.

    This article will give you further information on that: https://theeventscalendar.com/knowledgebase/refund-cancel-tickets-order/

    3. You’re welcome. 😉

    Let me know if you have further questions.

    Cheers,
    Andras

    in reply to: Multiple registrations #1533654
    Andras
    Keymaster

    Hey Ryan,

    Thanks for getting in touch!

    Our plugins do not support sub-events of events, or classes within events. I believe for something like this a Learning Management System plugin like Sensei would be suitable.

    You can create more events within a day, and you can add multiple tickets to every event. This is the closest you can get with our plugins.

    Let me know if you have further questions.

    Cheers,
    Andras

    Andras
    Keymaster

    Hi joancav!

    After reviewing your request this essentially looks like a custom development task and so is outside of our stated scope of support.

    With that being said, we’d love to help point you in the right direction. We may be able to assist you further.

    We do need to prioritize support requests from other customers at this time but I’ll certainly flag this with the team and – although we can’t make any promises – if we have time and space to come back and help, we’ll be happy to do so.  Please let us know if you’d like to go this route so that you can be added to this queue.

    In the meantime, if there is any more information you can share (including mocks) that will help us to better understand what you are seeking please do feel free to add them to this ticket.

    If you urgently need help with this, however, you may instead wish to consider working with a suitably skilled developer or designer who can offer the additional level of support you require.

    Thanks and cheers,
    Andras

    Andras
    Keymaster

    Hallo Carsten

    Kein Problem! Das passiert manchmal. 🙂

    Wünsche dir ein schönes Wochenende!

    Grüsse
    Andras

Viewing 15 posts - 916 through 930 (of 6,224 total)