Brian

Forum Replies Created

Viewing 15 posts - 6,331 through 6,345 (of 11,256 total)
  • Author
    Posts
  • in reply to: Custom Icon for Events Category #962075
    Brian
    Member

    I think that is the best way to get the id of a single category.

    However, this

    tribe_events_cat_’.$term_id

    will not correctly combine the string (tribe_events_cat_) with the id.

    Look at the solution here:

    http://stackoverflow.com/a/11740277

    And see how it combines the word “check” with a variable. That is similar to how you need to do it.

    in reply to: Higest ticket price shown in event page #962074
    Brian
    Member

    Thanks kc22033!

    Glad it helps marianoaran!

    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: Duplicate Events on All Day Events #962073
    Brian
    Member

    Sounds good. Again we will update this ticket once we have a resolution.

    For now I am going to close out this ticket. If you have any new questions related to this or another issue please just create a new ticket and we can help you out.

    Thanks

    in reply to: Pending Review bugs #962072
    Brian
    Member

    Great glad it helps.

    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: 2 Paypal Accounts #962005
    Brian
    Member

    Hi,

    Thanks for using our plugins. I can help out.

    The ticketing plugins cannot be used together except with Eventbrite.

    So having both WooCommerce and Shopp Tickets will not work to get two PayPal accounts.

    You can try to searching woocommerce two paypal accounts in Google and see if that finds some results that might help you out.

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Enterprise Level License #962003
    Brian
    Member

    Hello,

    We can help out here. Please email us using the form on this page:

    https://theeventscalendar.com/contact/

    And let us know the details there and we can get it to the right person.

    Thanks

    in reply to: Courses / Education with more than one date #962002
    Brian
    Member

    Hi Michael,

    Thanks for trying out our plugin.

    We do not have any features for multiple times per event.

    All events are setup to have one time and date per event.

    Recurring events can work, but each series is built off a standard frequency so every week, or every Saturday, etc…

    Let me know if you have any follow up questions.

    Thanks

    in reply to: Displaying custom field on single event (follow-up) #962001
    Brian
    Member

    Hello Again,

    Glad you are getting closer on this.

    I do not see why adding a 3rd or even a 4th or more would not work.

    What is the coding you working with? Does something like this work:

    $contesturl = esc_url( tribe_get_custom_field( 'RSVP' ) );
    <?php if ( tribe_get_custom_field( 'RSVP' ) ) { ?>
    Output here
    <?php } ?>

    Let me know and we can try to help out here.

    Thanks

    in reply to: Fatal Error When Activating Plugin #961995
    Brian
    Member

    Hi,

    Sorry for the issues you are having I can help out.

    Please update to Eventbrite 3.9.4 to resolve the fatal error. That error occurs in 3.9.3 when running on PHP below 5.5

    Also, look for Eventbrite 3.9.5 in the next couple of days to further improve the plugin after the API change two weeks ago.

    Let me know how that works out.

    Thanks

    Brian
    Member

    This reply is private.

    Brian
    Member

    Hi,

    I am unable to replicated the datepicker issue. It should work where if I have an event on the 23rd of May I can select the start and end sale dates of tickets anywhere from now until the start of the event. If it does not do this in 3.8.5 please run through our testing for conflicts guide and see if that narrows down the issue to a conflict or our plugin: https://theeventscalendar.com/knowledgebase/testing-for-conflicts/

    We are hoping to release Eventbrite 3.8.5 tomorrow we tried for today, but ran into an issue that we had to resolve first.

    Sorry for the delay in resolving this.

    Brian
    Member

    Hi,

    I wanted to let you know we are working on resolving this, but I do not have an update today on the progress.

    We have a release almost ready to go and hope to get it out tomorrow.

    Sorry for the delay in resolving this.

    in reply to: Cannot import events from eventbrite #961987
    Brian
    Member

    Hi,

    I wanted to let you know we are working on resolving this, but I do not have an update today on progress.

    We have a release almost ready to go and hope to get it out tomorrow.

    Sorry for the delay in resolving this.

    Brian
    Member

    This is the start of month view:

    the-events-calendar\views\month.php

    And this is the content function start:

    <?php tribe_get_template_part( 'month/content' ); ?>

    It will then go through these files to build the month view in this order:

    the-events-calendar\views\month\content.php

    the-events-calendar\views\month\loop-grid.php

    the-events-calendar\views\month\single-day.php

    the-events-calendar\views\month\single-event.php

    Is that what your are looking for?

    in reply to: Two calendar views in one page #961973
    Brian
    Member

    Your welcome, again you maybe interested in starting with the beta for 3.10 which we are hoping to release later this week as it does a major refactoring of the coding. We hope now this puts us in good position to move forward with shortcodes and other custom views.

    You can check the sticky post in the forum for 3.10 Beta for more information.

    Since this is resolved I am going to close this ticket, but if you have any questions related to this or something new, please create a new ticket for us to help you out 🙂

Viewing 15 posts - 6,331 through 6,345 (of 11,256 total)