Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor slangji

    (@slangji)

    This is for me a known bug, introduced by “new CSS rules” applied only to WordPress 3.8+ with MP6 integrated Admin interface.

    Read here http://wordpress.org/support/topic/38-admin-panel-design-is-very-bad/

    You have a solution?

    Plugin Contributor slangji

    (@slangji)

    @ qBart and all plugin users:

    This issue was detailed tested on this last days and the result if that the problem is a bug of WordPress Core (rejected from WordPress Team :lol) related to this class: wp_admin_bar_class !

    The problem exist only on WordPress 3.8+ (trunk) 3.8.0 ~ 3.8.1 and 3.9+ (trunk) 3.9.0 due to bad MP6 interface integration CSS WordPress Core and “new” mobile responsivenes CSS layout.

    To test it create a clean plugin or add on function.php this:

    add_filter( 'wp_admin_bar_class', '__return_false' );

    My plugin is compatible and tested up to WordPress 3.7+ (trunk)

    WordPress 3.8+ and 3.9+ trunk was not “official” supported (only developer release support it) for now …

    Before any my action, waiting the future of MP6 integration on WordPress 3.9+ and 4.0+ (trunk) sorry!

    Read also this related thread

    PLEASE NOTE THAT ANYONE HAVE SOLUTION IS BEEN ACCEPTED AND I HAPPY TO INSERT YOUR CODE ON MY PLUGIN

    Plugin Contributor slangji

    (@slangji)

    This issue was resolved: is a WordPress bug planned from core Team to Milestone 3.9+

    Read More Here http://core.trac.wordpress.org/ticket/26745

    Plugin Contributor slangji

    (@slangji)

    Please remember that is not planned WP Admin Bar Removal compatibility update for WordPress 3.8+ and 3.9+ The plugin that is updated for compatibility with WordPress 3.8+ and 3.9+ is WP ToolBar Removal Please migrate to it A.S.A.P.

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘UI problem caused by plugin (bug)’ is closed to new replies.