Plugin Contributor
Brian
(@brianjessee)
Hi,
Sorry for the issues you are having. I can help out.
Do you have the latest version of the Events Calendar and can you please follow our testing for conflicts guide:
https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
And see if that can narrow down the cause of this.
Let us know what you find out.
Thanks
Plugin Contributor
Brian
(@brianjessee)
Hi,
Sorry for the issues you are having. I can help out.
Do you have the latest version of the Events Calendar and can you please follow our testing for conflicts guide:
https://theeventscalendar.com/knowledgebase/testing-for-conflicts/
And see if that can narrow down the cause of this.
Let us know what you find out.
Thanks
Thread Starter
pumpi
(@pumpi)
i have found the bad thing 😉
it is in my theme Dice4 but i dont understand why it is an problem
/*
Plugin Name: Remove "Comments are closed"
Plugin URI: http://soderlind.no/archives/2012/01/11/wordpress-plugin-remove-comments-are-closed/
Description: On posts where comments are closed, the plugin will remove the text 'Comments are closed.' The plugin supports any languages/text domains, and will remove the text from themes and plugins.
Author: Per Soderlind
Version: 1.2
Author URI: http://soderlind.no/
*/
add_filter('gettext', 'ps_remove_comments_are_closed', 20, 3);
function ps_remove_comments_are_closed($translated_text, $untranslated_text, $domain) {
if ( $untranslated_text == 'Comments are closed.' ) {
return '';
}
return $translated_text;
}
That looks like a plugin, not a theme. Am I missing something?
Regardless, we do not provide support for other themes or non-Modern Tribe plugins, but you may be able to request support from your theme author if you indeed have detected a conflict between their theme and our plugin.
Thanks for your understanding.