Forum Replies Created
-
AuthorPosts
-
Brian
MemberHi, 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?
Brian
MemberOk 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') );
}Brian
MemberWhat is the complete coding you are using then?
And is this the Event List Widget you are modifying?
Brian
MemberHi,
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
Brian
MemberHi,
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.
Brian
MemberHi,
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
Brian
MemberHi,
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
Brian
MemberYou’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
Brian
MemberHi,
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
Brian
MemberHi,
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:
Let me know if it is not working after following those steps and we can do some troubleshooting steps next.
Thanks
Brian
MemberBrian
MemberHi,
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
Brian
MemberHi,
Sorry for the issues you are having. I can help troubleshoot this with you.
I added this first snippet from this guide:
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
Brian
MemberHi,
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
Brian
MemberThe 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
-
AuthorPosts
