Forum Replies Created
-
AuthorPosts
-
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberHi! 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!
January 27, 2015 at 10:21 am in reply to: month view in display:none after update from 2.0.11 to 3.9 #938176Barry
MemberHi! 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!
Barry
MemberHi! 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!
Barry
MemberI’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 🙂
January 27, 2015 at 10:20 am in reply to: doesn't show all events, by category or search (date, place …) #938173Barry
MemberHi! 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!
Barry
MemberFor 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?
Barry
MemberHi 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 🙂
Barry
MemberYou 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 🙂
Barry
MemberGreat 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 🙂
-
AuthorPosts
