Hmmm… that is odd, I do not see how that would be possible. Can you share a link please so I can take a look?
Can I share privately, Steven?
If you are using page caching, make sure to flush all caches.
I’ve replicated this on a live server, as well as a dev server with no plugins activated, except the Formidable and TOC plugins. No caching. No CloudFlare, etc.
Formidable Forms works fine standalone, Easy TOC works fine standalone. When used together, Formidable does not work.
Not sure if your email is in your username, but I sent an email to shazahm1@ with the rest of your username as well.
Thanks,
Mark
The is the spam address that I use when I do not wish to supply my real address.
Please navigate to the Table of Contents Settings admin page and scroll to the Advanced section. Enabled the disable CSS option and save the change. Does that help?
Steven – Thanks again for trying to help on this. Unfortunately, there is no change when removing the plugin CSS.
Please try removing the javascripts from ezTOC:
add_action(
'wp_enqueue_scripts',
function() {
wp_deregister_script( 'ez-toc-js' );
},
11
);
Thanks, Steve – Unfortunately, no help with that angle either.
I’ve pulled the plugin for the moment until I can figure this all out between the two separate plugins. I’ll reach back when I figure out what is happening.
Thanks,
Mark