• Just flagging that the dashicon for Zeus in the side menu appears at full 512×512 over the top of everything on some pages in admin, eg. while editing a Gravity Form. Likely a compatibility issue but still something worth a look given the built in Gravity support?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nicolas Lecocq

    (@olympuswp)

    Hello @leggroup, will it be possible for you to show me a screenshot of the issue? You mean the flash icon of Zeus Elementor on the admin menu, right?

    Issue in action:

    Currently fixing it by running this snippet on admin area:

    add_action( 'admin_head', 'fix_zeus' );
    function fix_zeus() {
     ?><style>
    .toplevel_page_zeus-settings img {
    	max-width: 22px;
    	max-height: 22px;
     }
     </style><?php
    }
    Plugin Author Nicolas Lecocq

    (@olympuswp)

    Hi, thanks for pointing out this issue, it is fixed for the next release.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Dashicons massive on some admin pages’ is closed to new replies.