• Hello, within the wordpress 4.0 admin pages, when looking for a new plugin and cheking the details of a given plugin, the plugin banner is shown on top of the description.

    It seems to me something is wrong with the shown banners: it looks like a thin horizontal slice of the banner is cut from the top of the banner and copied at the bottom.
    It happens with all plugins, but it’s for example evident for example when looking (from the admin pages) to the description of “WPtouch Mobile Plugin”.

    The banner display issue happens for me with latest Chrome, latest Firefox and IE9 (haven’t tested any other).

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

    (@pgn4web)

    it looks like the issue has to do with the css class

    #plugin-information-title.with-banner

    and the attribute

    background-size: 100% auto;

    Adding the following slightly improves how my plugin is shown:

    background-repeat: no-repeat;

Viewing 1 replies (of 1 total)
  • The topic ‘plugin banner display issues from wp 4.0 admin pages’ is closed to new replies.