Brian

Forum Replies Created

Viewing 15 posts - 7,741 through 7,755 (of 11,256 total)
  • Author
    Posts
  • in reply to: WP Multisite – Cross-site Events Widgets Solution #943788
    Brian
    Member

    Thank you for sharing this coding!

    I know people will find this useful.

    Thanks

    in reply to: Set the Tooltip position #943787
    Brian
    Member

    Hi,

    Glad you were able to figure it out.

    We do have this tutorial to help move the tooltips around:

    Overview of Calendar Widgets

    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

    in reply to: How to set a featured event & Front end event form #943786
    Brian
    Member

    Hi,

    For the home page if you have Widget Areas you can use any of the Widgets outlined here:

    Overview of Calendar Widgets

    You mentioned not seeing the Event Rocket plugin, here is the link to find it and you could add it to your site:

    Event Rocket

    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

    in reply to: How to edit the Add an event login form. #943785
    Brian
    Member

    Hi,

    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?

    in reply to: Map disappears on venue page after front-end venue update #943783
    Brian
    Member

    Hi,

    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

    Brian
    Member

    Hi,

    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

    in reply to: Ticket Email not sending #943779
    Brian
    Member

    Hi,

    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

    Brian
    Member

    Seats = 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.

    Brian
    Member

    I 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?

    in reply to: Agenda View tutorial? #943775
    Brian
    Member

    Hi 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.

    Brian
    Member

    Unfortunately, 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?

    in reply to: Showing Upcoming events in home page #943684
    Brian
    Member

    Sean, thanks for sharing!

    in reply to: Refunds for Ticket Holders #943683
    Brian
    Member

    I 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

    in reply to: Filter bar not functional #943682
    Brian
    Member

    I 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

    in reply to: Version that works with Events Calendar 3.2? #943681
    Brian
    Member

    I 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

Viewing 15 posts - 7,741 through 7,755 (of 11,256 total)