• Resolved philipnormandin

    (@philipnormandin)


    Hi,

    Since the last update (3.3.13), some important class in the body tag have disappeared. These class are added by my theme and one of my plugins.

    In the Changelog, I see that you have made a fix touching css class in the body tag. Could this fix have caused this new issue?

    I tested all my plugins one by one and I can confirm that it is the new update of your plugin that causes the problem that I am facing.

    Thank you for your attention to this message.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Benjamin Denis

    (@rainbowgeek)

    Hi,
    can you go to wp-content/plugins/wp-seopress/seopress.php.
    Replace line 240 with this:

    return $classes." seopress-styles ";
    instead of:

    return $classes." seopress-styles";

    Just add an empty space after seopress-styles.
    Let me know if it’s better.
    Clear your browser cache.

    Plugin Author Benjamin Denis

    (@rainbowgeek)

    Please update to SEOPress 3.3.13.1
    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Issue with some class in the body tag’ is closed to new replies.