Barry

Forum Replies Created

Viewing 15 posts - 4,726 through 4,740 (of 17,936 total)
  • Author
    Posts
  • in reply to: WooTickets not sending emails #938183
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Events show in top of eachother in week display. #938182
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: duplicate venues #938181
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Preset ticket count to 1 #938180
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Event Dates Not Saving at ALL!!! #938179
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Unable to use dynamic widgets #938178
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: random reoccurance help #938177
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: month view in display:none after update from 2.0.11 to 3.9 #938176
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Site doesn't work after upgrade. #938175
    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Event Recurrence Upcoming Events Calendar Page #938174
    Barry
    Member

    I’m going to close this topic for the time being, but rest assured we are still progressing this issue. I’ll re-open as needed as and when we have any updates to share 🙂

    Barry
    Member

    Hi! It’s been a while so I’m going to go ahead and close this thread. If we can help with anything else, though, please don’t hesitate to create new threads as needed. Thanks!

    in reply to: Trying to display multiple ticket prices #938166
    Barry
    Member

    For that last issue I’m going to go ahead and log a bug report in any case, so you don’t need to post a feature request 🙂

    The problem isn’t with the snippet – it is the fact that in the default single-event.php template it treats “0” (free) and “” (no cost) as one and the same – and it only causes the cost to be displayed if the value is something other than those.

    With that in mind, an easy fix could be to override single-event.php and change this line (approx line 34):

    <?php if ( tribe_get_cost() ) : ?>

    To:

    <?php if ( '' !== tribe_get_cost() ) : ?>

    Would that work for you?

    in reply to: Calendar fails to load due to long queries #938126
    Barry
    Member

    Hi umediagroup,

    I’m sorry to hear you are experiencing difficulties.

    We are aware that there have been concerns by a number of customers along these lines and we’re actively working to reduce the footprint of our plugins. That said, it isn’t something that we can change overnight as we have a large codebase and need to ensure we don’t make breaking changes that would adversely impact our users.

    All that to say, I don’t have any particular fixes I can offer up – but we are actively working to improve performance and make the plugin as scalable as possible.

    Thanks for getting in touch 🙂

    in reply to: Change text of view links in header bar #938115
    Barry
    Member

    You can, in place of this line:

    $view['anchor'] = 'Custom name for ' . $view['anchor'];

    Use:

    if ( 'Month' === $view['anchor'] ) $view['anchor'] = 'Calendar';

    You may need to tweak slightly to meet your needs.

    Good luck 🙂

    in reply to: Documentation pages not loading #938107
    Barry
    Member

    Great to hear that!

    I’ll close the topic in that case, but if anything else crops up please don’t hesitate to let us know and one of the team will be only too happy to assist.

    Also, if you have a moment to spare, we’d love to hear your thoughts on The Events Calendar across on our plugin review page.

    Thanks again 🙂

Viewing 15 posts - 4,726 through 4,740 (of 17,936 total)