Forum Replies Created
-
AuthorPosts
-
Brook
ParticipantThanks for marking the answer! I am going to archive this topic now.
– Brook
December 3, 2014 at 11:09 pm in reply to: Ability to selectively turn time off to not show on the event #907225Brook
ParticipantHowdy Peter,
Unfortunately I think that Gameplan has accidentally removed support for hiding the end dates with their calendar theme overrides. Most of the logic for whether or not to show a time and end date is within the overrides. For instance here is an excerpt from /modules/meta.php:
if ( tribe_event_is_all_day() && tribe_event_is_multiday() ) : ?> ... <?php // All day (single day) events elseif ( tribe_event_is_all_day() ): ?> ... <?php // Multiday events elseif ( tribe_event_is_multiday() ) : ?> ... <?php // Single day events else : ?> ... <?php endif ?>So based on the conditionals it will do various stuff, like only display a time if it is an allday, only display an end date if it not all day and if it is not a multiday event. Etc. But, that logic can be removed by a theme override if it so choose, and it this case I think it chose. To confirm this you can switch themes and see if the expected behavior restores.
I bet this was an accidental oversight. If you bring it up to Gameplan they would probably be happy to fix it in an update.
– Brook
Brook
ParticipantNice customization, Peter! Looks great.
I want to be sure I follow you. Are you trying to change the sort order of a given day. For instance, on March 11th you have the following three events:
- NSW Schoolboys Cricket Championships
- ISA Representitave 16 years & Under Hockey Nominations Due
- ISA Swimming Carnival
The first one is uncategorized and has no color bar to the left, the second two are yellow/ISA. Are you trying to reorder this so that the uncategorized one comes last? Like this:
- ISA Representitave 16 years & Under Hockey Nominations Due
- ISA Swimming Carnival
- NSW Schoolboys Cricket Championships
You seem to be quite thorough in your explanation, but I still don’t quite follow. Once I do I am glad to help you with sort orders if I can. Cheers!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
December 3, 2014 at 3:34 pm in reply to: Add Multiple attendees name on pro tickets puchase invoice or tickets. #906873Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
December 3, 2014 at 3:33 pm in reply to: Event Cal Pro causing 404 when using paginate_links() on Posts page #906870Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantThank you for marking the answer. This topic now archived to avoid hop-ons.
– Brook
December 3, 2014 at 3:30 pm in reply to: Events Calendar Widget only displays current month events #906854Brook
ParticipantSince this topic has gone for a couple of weeks without a response I going to archive it. If for some reason this issue is not resolved though, please open a new topic. We are happy to continue helping!
– Brook
Brook
ParticipantGood to know! That does look like a cool plugin. Cheers!
– Brook
December 3, 2014 at 3:21 pm in reply to: Faster way to assign featured image to repeating events? #906837Brook
ParticipantPS. While it usually takes an understandable while from request to implementation, this would make a great feature request.
-
AuthorPosts
