• Resolved cranewest

    (@cranewest)


    When I have The Events Calendar and CMB2 plugins active in the default WordPress 2020 theme there is a conflict or something. When I click events in the list, the url changes to the event’s url but it just shows the list of events. Not sure if this is an issue in The Events Calendar or CMB2.

Viewing 1 replies (of 1 total)
  • Thread Starter cranewest

    (@cranewest)

    I found the issue was in how I was implementing a CMB2 admin options pages. I had a custom query that builds a hierarchical page list in an admin options page for a custom post type and used CMB2 to save create UI and save the options. For some reason, it was running on the front end and interfering with the query on that view. Adding an is_admin() check before that custom query ran cleared the issue up.

    • This reply was modified 4 years, 5 months ago by cranewest.
Viewing 1 replies (of 1 total)
  • The topic ‘Conflict with CMB2’ is closed to new replies.