• After updating to 1.7, a graphic appears on the dashboard that inhibits access to items masked by the graphic.

    wp 5.7

Viewing 7 replies - 1 through 7 (of 7 total)
  • I am facing the same problem.

    Yes, I am also with the same problem

    yes! i just posted about exactly the same issue. I didnt know how to explain it!

    Plugin Contributor Oooh Boi

    (@ooohboi)

    I guess it has something to do either with the Admin cache or transients…
    You can check the icon size with the developer tools, here’s the screenshot (just in case):

    View post on imgur.com

    Maybe I’m missing something obvious, and I would be really thankful if anyone can tell what’s wrong with the CSS

    Hi Oooh Boi,

    I turned on the dev console and the effect disappeared. It was there for some moments and I saw an icon size of 768.

    I have disabled the cache in the dev console. May be the effect is related to the cache.

    Thread Starter insight69

    (@insight69)

    After testing all my plugins I found that wp hardening created the problem under “Disable Information Disclosure & Remove Meta information” activating “remove version from stylesheets” created the problem. I hope this helps.

    I don’t know where it comes from, but until it’s fixed, I created a code snippet to fix the icon size:

    add_action( 'admin_head', function () { ?>
    <style>
    	#toplevel_page_steroids_for_elementor img {
        width: 20px;
    }
    </style>
    • This reply was modified 3 years, 11 months ago by HungryJos.
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘1.7 is adding artifacts to the backend of the site’ is closed to new replies.