Forum Replies Created
-
AuthorPosts
-
Brian
MemberThank you for sharing this coding!
I know people will find this useful.
Thanks
Brian
MemberHi,
Glad you were able to figure it out.
We do have this tutorial to help move the tooltips around:
If you would like to request that feature please head to our UserVoice Page and add your own or upvote that feature as they will increase the chances of it being added to a future version.
http://tribe.uservoice.com/forums/195723-feature-ideas
Thanks
February 19, 2015 at 2:52 pm in reply to: How to set a featured event & Front end event form #943786Brian
MemberHi,
For the home page if you have Widget Areas you can use any of the Widgets outlined here:
You mentioned not seeing the Event Rocket plugin, here is the link to find it and you could add it to your site:
You can add that plugin to your site and use some of the shortcodes in it to get what you are looking for.
Otherwise we do not have a tutorial to get a featured event and show it on other pages. There is always a custom loop that could be created as with any WordPress post.
The Community Events Add on is the only plugin that has Front End Form to create events and that is in additional to Pro. It is possible you could use something like Gravity Forms or any other form that creates Custom Post Types and use that instead.
Let me know if you have any follow up questions.
Thanks
Brian
MemberHi,
Thanks for using Community Events.
We do not have the filter setup for our login form on the Community Event Page. So that coding will not work.
You could use this action:
tribe_events_community_form_before_template
And add a message that way.
Does that work?
February 19, 2015 at 2:42 pm in reply to: Map disappears on venue page after front-end venue update #943783Brian
MemberHi,
Yep you have found a bug where the field does not save on the front end for the Venue Maps.
It does work on the backend.
We have a fix for this in the next release coming soon.
Thanks
February 19, 2015 at 2:39 pm in reply to: Conditionally display Additional Field, or customize Additional Field URL? #943782Brian
MemberHi,
Thanks for using the Events Calendar. I can help out here.
Best way to share code a lot of the time is through Pastebin (can do it without an account) or as a Gist.
I think I got what you are trying to do.
Try this instead:
<?php
$additional_fields = tribe_get_custom_fields();if ( $additional_fields['Facebook Event Link'] ) { ?>
tribe_get_custom_fields() returns an array for all additional fields.
Use that once then you can echo the value for any of your fields by adding the name:
<?php echo $additional_fields['Facebook Event Link']; ?>Let me know if that works for you.
Thanks
Brian
MemberHi,
Thanks for using our plugins and I can help you out here.
That is correct in WooCommerce the tickets do not send until an order is marked complete.
You can use this snippet of coding to automatically mark orders complete:
http://docs.woothemes.com/document/automatically-complete-orders/
Tickets
To modify the tickets you can follow the themer’s guide:https://theeventscalendar.com/knowledgebase/themers-guide/
To move this file and edit it in your theme:
the-events-calendar\views\tickets\email.php
Let me know if you have any follow up questions.
Thanks
February 19, 2015 at 2:25 pm in reply to: Ticket stock increasing as people purchase tickets – solution? #943778Brian
MemberSeats = Stock got it.
What Payment Processor are you using?
Usually they have their own logs that give details on the payment and they might have insight into this.
February 19, 2015 at 2:23 pm in reply to: No Add to Cart button being displayed on Event page (EDD Ticket) #943777Brian
MemberI am looking forward to those features as well!
Glad we got a little closer on this.
I found this doc from EDD on how to make fields required:
http://docs.easydigitaldownloads.com/article/256-modifying-the-required-checkout-fields
Does that work for you?
Brian
MemberHi Mike the Agenda view tutorial is broken and has to be remade, however, we have a major refactoring of the coding for 3.10 so we cannot update that tutorial until 3.10 is released.
Unfortunately, I have nothing else for this right now.
February 19, 2015 at 8:19 am in reply to: Ticket stock increasing as people purchase tickets – solution? #943690Brian
MemberUnfortunately, They did not provide the steps they used to fix the issue.
This was the error showing in the notes:
Validation error: PayPal IPN response from a different email address (“email address removed”). Order status changed from pending payment to on hold.
So I think they just fixed the email address.
When you referencing seats what are you talking about for the orders? Do you have a customization for people to choose seats?
Brian
MemberSean, thanks for sharing!
Brian
MemberI am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Thanks
Brian
MemberI am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Thanks
Brian
MemberI am going to close this topic as we typically close threads if there is no activity after two weeks. Feel free to create a new thread and reference this one to save you time.
Thanks
-
AuthorPosts
