Brian

Forum Replies Created

Viewing 15 posts - 1,606 through 1,620 (of 11,256 total)
  • Author
    Posts
  • in reply to: Help with tribe_events_query_posts_orderby filter #1065998
    Brian
    Member

    Hi, the formatting is fine.

    So is this in a custom widget then?

    Anyway I think we can modify some of the coding to fix it and not rely on filters at all.

    Are you just trying to get a certain amount of events by category that are recently published and order by the publish date?

    So most recently published show first in the list?

    in reply to: Move tickets #1065996
    Brian
    Member

    Ok that makes sense. That snippet on works for the Event Tickets Plus.

    Try out this instead:

    if(class_exists('Tribe__Events__Tickets__Woo__Main')) {
    remove_action( 'tribe_events_single_event_after_the_meta', array( TribeWooTickets::get_instance(), 'front_end_tickets_form'), 5 );
    }

    if(class_exists('Tribe__Events__Tickets__Woo__Main')) {
    add_action( 'tribe_events_single_event_before_the_content', array( TribeWooTickets::get_instance(), 'front_end_tickets_form') );
    }

    in reply to: Help with tribe_events_query_posts_orderby filter #1065978
    Brian
    Member

    What is the complete coding you are using then?

    And is this the Event List Widget you are modifying?

    in reply to: Move tickets #1065977
    Brian
    Member

    Hi,

    I just tested the snippet on my test site and it worked for me to move the form around.

    Are you using Event Tickets Plus or WooCommerce Tickets?

    And what theme are you using?

    Thanks

    in reply to: No Ticket received #1065976
    Brian
    Member

    Hi,

    Are you creating the tickets in the WooCommerce Product or did you create the Tickets from the Event itself.

    The Ticket should be created in the event itself in the admin and not in the WooCommerce Product.

    in reply to: Missing event #1065971
    Brian
    Member

    Hi,

    The archive is really the only place to create it in WordPress as WordPress as functions to find and change content there.

    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 post a new topic on the forum and we can help you out.

    Thanks

    in reply to: The Events Calendar Open Source Code Inquiry #1065968
    Brian
    Member

    Hi,

    It is available to customers in their accounts.

    Generally we do not have a way to provide it on request, but you can try out contact form and we might be able to provide it there.

    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 post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Ticket not sticking #1065874
    Brian
    Member

    You’re Welcome.

    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 post a new topic on the forum and we can help you out.

    Thanks

    in reply to: Move tickets #1065872
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    We have this guide to moving the ticket form:

    https://theeventscalendar.com/knowledgebase/moving-the-ticket-form/

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Not storing licence #1065870
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    Many times the issue is saving before a valid message is shown, so the key saves, but it is not saving that it is valid.

    Can you please confirm you are following all these steps:

    Visit License Tab
    Enter License Key
    You get a Green License Valid Message
    After you get the message you are then clicking “Save Changes”
    Then you get a “License key(s) updated.” message near the top of the page.

    Also you can can always download the latest version from your account here on theeventscalendar.com and use this guide for manual updates:

    Manual Updates

    Let me know if it is not working after following those steps and we can do some troubleshooting steps next.

    Thanks

    in reply to: No e-ticket sent after order #1065863
    Brian
    Member

    Hi,

    Closing this thread as it is a duplicate of this:

    No Ticket received

    in reply to: No Ticket received #1065862
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    For WooCommerce you need to complete the order before the ticket email is sent.

    That is a manual process, but you can do it automatically with this plugin:

    https://wordpress.org/plugins/woocommerce-autocomplete-order/

    Once you complete the order does the Ticket email then send?

    Let me know and we can go from here.

    Thanks

    in reply to: Moving the Eventbrite Tickets box #1065795
    Brian
    Member

    Hi,

    Sorry for the issues you are having. I can help troubleshoot this with you.

    I added this first snippet from this guide:

    Moving the Eventbrite Tickets Box

    It worked for me and do not cause any problems.

    What error do you get when the site went down?

    What is the exact coding you used? And can you provide the coding that was above and below the snippet in your file?

    Let me know and we can go from here.

    Thanks

    in reply to: Help with tribe_events_query_posts_orderby filter #1065793
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out here.

    Where is the filter suppose to change the order?

    For all the views or some specific place?

    Let me know and we can go from here.

    Thanks

    in reply to: QR Code scanned multiple times?? #1065783
    Brian
    Member

    The logic is fine, it does not like to change the success or fail GET variable sent by the url. Not sure why that is the case.

    I tried a different method and changed the script above. Please try that instead.

    Thanks

Viewing 15 posts - 1,606 through 1,620 (of 11,256 total)