Forum Replies Created
-
AuthorPosts
-
Sandro
ParticipantKelly, here you go: http://pastebin.com/95X9QUf7
September 25, 2012 at 6:19 am in reply to: Display different header image on calendar/upcoming/single view #25670Sandro
ParticipantYes I tested tribe_is_upcoming() and it would always get evaluated true even on homepage.
September 25, 2012 at 6:15 am in reply to: Display different header image on calendar/upcoming/single view #25669Sandro
ParticipantI tested it extensively, and my problem is this page: /events/upcoming/
On single day upcoming list it works. So month and day template are fine.September 25, 2012 at 6:11 am in reply to: Display different header image on calendar/upcoming/single view #25667Sandro
ParticipantIf upcoming events list doesn’t contain any events, my if function doesn’t get evaluated as true thus echo doesn’t come through. In case when there is single event present in the list than it is evaluated as true. Same works for calendar homepage.
Sandro
ParticipantHi, I actually resolved this problem. It is not tribe events problem per se, but that qtranslate filter doesn’t work with custom post type urls. To fix it just include this functions.php file of the theme: add_filter(‘post_type_link’, ‘qtrans_convertURL’);
September 15, 2012 at 11:51 am in reply to: Problem with recurring events get_posts loop (event time and url wrong) #25171Sandro
ParticipantIs there a way to display them orderby comment count?
Sandro
ParticipantI cannot paste my code correctly on this forum.
Sandro
Participantformat('F'),'holidayge');
} else {
_e(date('F'),'holidayge');
}
?>Sandro
ParticipantHere is the code:
format(‘F’),’holidayge’);
} else {
_e(date(‘F’),’holidayge’);
}
?>Sandro
ParticipantHi, this was WPML problem. WPML support team asked you to help them with various bugs between your plugins.
Sandro
ParticipantYour answer was awesome, I managed to do it quite easily with your suggested trick of using URL getting last part of it, and in case there is date displaying it.
Thanks!
August 30, 2012 at 8:26 am in reply to: tribe_event_link([ $post = null], int $postId) I need this for use inside php #24355Sandro
ParticipantThanks, it worked perfectly!
August 22, 2012 at 4:47 am in reply to: ecp-single-template.php – get category name of current event? #23935Sandro
Participantperfect! ty
Sandro
ParticipantAnyone?
Sandro
ParticipantPlease close this, I somehow missed setting for zoom level in backend. All good.
-
AuthorPosts
