MEC event duplication error

MEC has created 4 pages of the same event. I can’t delete the events one at a time or in bulk. The event is showing multiple times on the front end through search as well. I have attached a link to a video showing you what is happening as well. Any advice would be appreciated

Hi Richard,

Thank you for writing in and sorry that you’re having that issue, the Cornerstone Search feature was recently added to make Cornerstone V2 elements content available for WordPress search. But since it currently has a problem outputting the search results, you can temporarily disable it by adding this code in the child theme’s functions.php.

add_filter('cornerstone_enable_search', '__return_false');

How to Setup Child theme

Actually, this bug has been already fixed and will be available on our next release, you can check the official solutions in our changelog page.

Hope that helps and we’re sorry for the inconvenience,
Cheers!

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.