Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter omnidreamer

    (@omnidreamer)

    I copied the theme from the important site over to our new site and confirmed that something in that theme is causing wpautop to be added back in. After searching through the comments for that theme I found out the theme had a file called common-functions.php which included these lines of code to alter the order in which wpautop is applied:

    remove_filter( 'the_content', 'wpautop' );
    add_filter( 'the_content', 'wpautop' , 99);
    add_filter( 'the_content', 'shortcode_unautop',100 );

    So after commenting that out and disable the Raw HTML plugin I was able to get your plugin working on our important site.

    Thread Starter omnidreamer

    (@omnidreamer)

    Any ideas? We’re also using a CDN, but I don’t imagine that would affect your plugin since it is all php.

    Thread Starter omnidreamer

    (@omnidreamer)

    Hi Jonathan,

    Sure thing, the plugins running are as follows:

    • Akismet
    • Collapse-O-Matic
    • Configure SMTP
    • Contact Form 7
    • Disqus Comment System
    • Google XML Sitemaps
    • Raw HTML
    • Social Media Feather
    • W3 Total Cache (also using CloudFront for CDN)
    • WordPress SEO
Viewing 3 replies - 1 through 3 (of 3 total)