fitbodylife

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: events listing not showing up in backend when activating pro #886277
    fitbodylife
    Participant

    SAVEQUERIES 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

    in reply to: event list widget event name color #704585
    fitbodylife
    Participant

    This reply is private.

    in reply to: event list widget event name color #675015
    fitbodylife
    Participant

    also trying to change list name .div#tribe-events-adv-list-widget-5.additionalblock.tribe-events-adv-list-widget a { color: red }

    in reply to: Changing website Url text color #599100
    fitbodylife
    Participant

    thank you. what is tag for event tags?

    i tried .tribe-events-event-tag a { color: red } and doesn’f work

    in reply to: Changing website Url text color #588505
    fitbodylife
    Participant

    This reply is private.

    in reply to: No Feature Image area #565497
    fitbodylife
    Participant

    adding that line to functions.php worked. thank you

    in reply to: No Feature Image area #559058
    fitbodylife
    Participant

    where should i add that code to? functions.php?

Viewing 7 posts - 1 through 7 (of 7 total)