When I activated the Events plug-in, it caused the slider and several content widgets on my home page to disappear. My tech guy says “Basically, the event cal is hooking into the query that slider uses, and it causing an empty result set for the featured posts”. He gave me this code string but does not know how to fix. The site’s theme is Max-Mag from ThemeForest.
Query: SELECT SQL_CALC_FOUND_ROWS DISTINCT wp_posts.*, IF (wp_posts.post_type = ‘tribe_events’, wp_postmeta.meta_value, wp_posts.post_date) AS post_date FROM wp_posts INNER JOIN wp_term_relationships ON (wp_posts.ID = wp_term_relationships.object_id) LEFT JOIN wp_postmeta on wp_posts.ID = wp_postmeta.post_id AND wp_postmeta.meta_key = ‘_EventStartDate’ WHERE 1=1 AND ( wp_term_relationships.term_taxonomy_id IN (9609) ) AND wp_posts.post_type IN (”, ‘tribe_events’) AND (wp_posts.post_status = ‘publish’ OR wp_posts.post_author = 1 AND wp_posts.post_status = ‘private’) ORDER BY post_date DESC LIMIT 0, 6