Forum Replies Created
-
AuthorPosts
-
November 15, 2014 at 3:56 pm in reply to: events listing not showing up in backend when activating pro #886277
fitbodylife
ParticipantSAVEQUERIES must be defined to show the query log.
Database Errors
SELECT SQL_CALC_FOUND_ROWS wp_posts.*, eventStart.meta_value as EventStartDate, eventEnd.meta_value as EventEndDate FROM wp_posts LEFT JOIN wp_postmeta as eventStart ON ( wp_posts.ID = eventStart.post_id AND eventStart.meta_key = ‘_EventStartDate’ ) LEFT JOIN wp_postmeta as eventEnd ON ( wp_posts.ID = eventEnd.post_id AND eventEnd.meta_key = ‘_EventEndDate’ ) WHERE 1=1 AND wp_posts.post_type = ‘tribe_events’ AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘future’ OR wp_posts.post_status = ‘draft’ OR wp_posts.post_status = ‘pending’ OR wp_posts.post_status = ‘private’) ORDER BY DATE(MIN(wp_postmeta.meta_value)) DESC, TIME(wp_postmeta.meta_value) DESC LIMIT 0, 20
fitbodylife
ParticipantThis reply is private.
fitbodylife
Participantalso trying to change list name .div#tribe-events-adv-list-widget-5.additionalblock.tribe-events-adv-list-widget a { color: red }
fitbodylife
Participantthank you. what is tag for event tags?
i tried .tribe-events-event-tag a { color: red } and doesn’f work
fitbodylife
ParticipantThis reply is private.
fitbodylife
Participantadding that line to functions.php worked. thank you
fitbodylife
Participantwhere should i add that code to? functions.php?
-
AuthorPosts
