• Resolved smhansen

    (@smhansen)


    I’m a Formidable Pro user and since updating the TOC plugin, none of the styles in my Formidable Pro forms are working. When I disable Easy TOC, all works fine.

Viewing 8 replies - 1 through 8 (of 8 total)
  • Steven

    (@shazahm1hotmailcom)

    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?

    Thread Starter smhansen

    (@smhansen)

    Can I share privately, Steven?

    Steven

    (@shazahm1hotmailcom)

    If you are using page caching, make sure to flush all caches.

    Thread Starter smhansen

    (@smhansen)

    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

    Steven

    (@shazahm1hotmailcom)

    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?

    Thread Starter smhansen

    (@smhansen)

    Steven – Thanks again for trying to help on this. Unfortunately, there is no change when removing the plugin CSS.

    Steven

    (@shazahm1hotmailcom)

    Please try removing the javascripts from ezTOC:

    add_action(
      'wp_enqueue_scripts',
      function() {
        wp_deregister_script( 'ez-toc-js' );
      },
      11
    );
    Thread Starter smhansen

    (@smhansen)

    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

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘TOC Breaking Styles in Other Plugins’ is closed to new replies.