Events disables slider, content widgets in Max Mag theme

Home Forums Calendar Products Events Calendar PRO Events disables slider, content widgets in Max Mag theme

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #80984
    vcitrano
    Participant

    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

    #81196
    Barry
    Member

    Sorry for the inconvenience, vcitrano.

    In the first instance can you try adding this snippet to your theme’s functions.php file and see if that helps to resolve this?

    #91157
    Barry
    Member

    It’s been a while so I’ll go ahead and close this thread. Of course if you need further help for this or any other issue please do feel free to create a new thread or threads as needed. Thanks!

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Events disables slider, content widgets in Max Mag theme’ is closed to new replies.