Andras

Forum Replies Created

Viewing 15 posts - 1,501 through 1,515 (of 6,224 total)
  • Author
    Posts
  • in reply to: Event tickets – Capacity – Available calculation wrong #1458419
    Andras
    Keymaster

    Hi Uwe,

    Just wanted to let you know I did not manage to take a look at this yet. I will need a couple more days. I thank for your patience!

    Andras

    Andras
    Keymaster

    Hello Dan,

    Thanks for reaching out to us.

    Yes, currently that is the new process of restocking the refunded / cancelled tickets.

    I will need some time to check if there is any kinda easy was to trigger these steps manually. I ask for a bit of patience.

    Thanks,
    Andras

    in reply to: Photo View not working on Upcoming Events #1458394
    Andras
    Keymaster

    This reply is private.

    in reply to: No Events Found w/ Month Shortcode #1458385
    Andras
    Keymaster

    Hi Shay,

    Thanks for pointing out the Known Issues Page. I just updated it.

    I do apologize for all the inconvenience this bug has caused you. It was certainly not intentional.

    I can confirm that this issue has been fixed with the hotfix we released on Friday, February 16, 2018, and only The Events Calendar plugin is involved. (PRO did not need a fix.)

    Before updating, I would still recommend doing a backup of your site, or event better, if you have a staging site test it there first.

    Looking forward to hearing the results.

    Cheers,
    Andras

    in reply to: Empty calendar of events #1458379
    Andras
    Keymaster

    Stoked to hear that! Happy to be of service.

    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

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

    in reply to: Scheduled Imports Not Running Since Last Update #1458378
    Andras
    Keymaster

    Stoked to hear that Derek! Awesome!

    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

    PS: If you like our plugins, and you didn’t yet do so 🙂 we would be happy to receive a review in the wordpress.org repository. Thanks!
    https://wordpress.org/support/view/plugin-reviews/the-events-calendar/
    https://wordpress.org/support/view/plugin-reviews/event-tickets/

    PS2: We’d be also grateful if you would give us feedback on your satisfaction with support. Just click on one of the classy looking emojis below. 🙂 If you can spare a few words, that’s even better. Doublethanks!

     

     

    Andras
    Keymaster

    Hi Yuval,

    Thanks for getting in touch!

    If I understand correctly you would like to add that extra string to the ticket URLs that point to the Eventbrite site. Is that correct?

    The field on your WordPress website running TEC which contains the Eventbrite tickets is an iframe. The source comes from Eventbrite itself.

    There is a possibility to modify the content with the ‘tribe_events_eventbrite_the_tickets’ filter, something like this:

    add_filter( 'tribe_events_eventbrite_the_tickets', 'myfun' );
    function myfun ( $orig ) {
    // Do whatever to $orig
    return $orig;
    }

    You can try to do a pattern match and then replace or something similar to add the desired string to the urls.

    I hope this will help you get started. Let me know.

    Cheers,
    Andras

    in reply to: Scheduled Imports Not Running Since Last Update #1457593
    Andras
    Keymaster

    Hi Derek,

    Thanks for reaching out to us!

    Sorry to hear about the issues you are having with EA imports. I’ll try to help you get this fixed.

    I tried to check your site and got this page: https://cloudup.com/cfPiuFXsb4M

    Not sure why and how, but this could be a reason why imports are not running. When our servers try to get in touch with your site to push the data there they might get the same 503 response and that could be a reason the imports don’t make it there.

    It looks like this is generated by WordFence. You can try deactivating that plugin (or change its settings) and see if that resolves the issue.

    Let me know what you find.

    Cheers,
    Andras

    in reply to: Modifying Structured Data #1457570
    Andras
    Keymaster

    Hi Karly,

    Is that regarding the structured data? (this thread: https://theeventscalendar.com/support/forums/topic/change-tec-schema-org-structured-data/)

    The data can be overridden and adjusted via filter hooks including tribe_json_ld_event_data and tribe_json_ld_markup

    Something like:

    add_filter( 'tribe_json_ld_event_data', 'my_func', 10, 2 );
    function my_func( $data, $args ) {
    // Do something with $data
    return $data;
    }

    or

    add_filter( 'tribe_json_ld_markup', 'my_func' );
    function my_func( $html ) {
    // Do something with $html
    return $html;
    }

    Andras

    in reply to: All events not displaying in map view #1457556
    Andras
    Keymaster

    One note: if the address is in a format that google maps cannot find, then you will not get the Long/Lat coordinates even with the fix button.

    E.g. this address doesn’t give a result on google maps:

    3F Patrick Henry, 6001 University Dr, Moon township, 15108 Pennsylvania, USA

    because “3f Patrick Henry” is not part of the valid address. Once you remove that it gives a result.

    I guess that’s the name of a conference room or something. As an alternative you can put that in the Venue description part.

    A.

    in reply to: All events not displaying in map view #1457516
    Andras
    Keymaster

    Hi again,

    I fired up your database and I did the following:

    Please try and let me know if that fixes it.

    Andras

    in reply to: Ticket stock #1457455
    Andras
    Keymaster

    Hi,

    I tested this with the cancelled orders and they were restocked for me. This is what I did:

    • Set up event with a single capacity of 20
    • Purchase a ticket
    • Check the WooCommerce product page, event page (backend and frontend) and attendee page to see status. All proper at 19.
    • [optional] leave the order on ‘Processing’ or set it to ‘Completed’
    • Check stock again, still good
    • Set the order status to ‘Refunded’ or ‘Cancelled’
    • Stock status didn’t change yet
    • Go to attendee page and delete that one attendee.
    • Check stocks / capacity and it’s all back to 20 in all pages.

    So it also should work for cancelled tickets, if you delete them from the attendee page.

    If you experience something else, it would be great if you could make a screen recording of it so I can check your process and what is happening.

    Cheers,
    Andras

     

    in reply to: Sales Stuck on Processing #1457414
    Andras
    Keymaster

    Hi Ryan,

    Sorry, I guess the URL didn’t go through in the email, it’s only visible in the forums.

    Here’s the link again:

    Sales Stuck on Processing

    It is assigned to Jennifer and I gave her a ping to get back to you first thing today. Thanks for your patience.

    Cheers,
    Andras

    in reply to: Attendees Details not available #1457372
    Andras
    Keymaster

    Hi Abigail,

    Thanks for getting back to me and all your questions. Let’s tackle them one by one.

    I see that the field info is not captured after a cancellation. Why would it
    not capture the fields if they have to start afresh?

    Currently the issue is that the data is not preserved when the order is cancelled. That is a bug on our side which our developers will take a look at.

    if the payment made takes too long to clear then the payment is rejected even though it went through.

    This is beyond our control. This part of the process is handled by WooCommerce and the payment gateway you use. To get support for this I recommend you to get in touch with the respective parties.

    I have events calendar and I would like an event owner to login and view only their event attendees and download a csv. Is there an extension perhaps?

    At the moment there is no extension for this functionality. It can possibly be done with custom coding, but that is beyond the scope of our support.

    Also a possible option for this would be our Community Events plugin, which allows third parties to publish events to your calendar, which they can then handle independently and will not be able to handle anything else, but their events. This can be complemented with Community Tickets to give them the possibility to sell tickets to their events.

    Hope this helps. I’m here for any further questions.

    Cheers,
    Andras

    in reply to: Import via Google Calendar creating duplicates #1457369
    Andras
    Keymaster

    You can download the .ics file and open it in a text editor. Then you will see a bunch of this.

    There is usually a UID for every event, and they should remain the same every time you download the .ics file from the same URL.

    With holidays you will likely see a different UID with every download.

    A.

Viewing 15 posts - 1,501 through 1,515 (of 6,224 total)