Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter pranavstorepro1

    (@pranavstorepro1)

    Hi @supportomnisend ,


    I don’t have a Loom recording available right now, and we’ve already fixed the issue on our site. However, I can provide some additional context:
    The issue appears to be a conflict between the WPSSO Core plugin and the Omnisend plugin. And, the root cause is on the Omnisend side. https://prnt.sc/wKncBY3u_2Pr

    WPSSO is behaving correctly by adding the has-toolbar-notices class to the <body> element, which is a standard and legitimate WordPress approach for managing toolbar notices.
    The problem occurs because Omnisend uses a very broad CSS selector ([class*="notice"]), which unintentionally targets any element containing the word “notice” in its class name, including the <body> element. As a result, the styling is applied incorrectly.

    Thanks


Viewing 1 replies (of 1 total)