Hej, exactly the same problem. <table> and <td> should also be prefixed in settings.css. On frontend it will do damage too. And like @leec87 says, don’t trigger it on admin if it’s not needed for admin.
Thx
I couldn’t find it either in the plugin. I tried contacting the creator, but no luck.
I changed the plugin myself.
Open “autochimp.php” in the plugin folder.
Search for this line:
add_action('publish_post','AC_OnPublishPost' );
change it or add a line to give support to your contenttype like this:
add_action('publish_mycontenttype','AC_OnPublishPost' );
I hope this helps.
/Tim