Viewing 2 replies - 1 through 2 (of 2 total)
  • Currently other sidebars than default end up completely hidden / disappear on close.

    Solved this without any core file change:
    File: wp-content/plugins/wp-admin-classic/wp-admin-css/wp-admin.min.css

    #1. Comment out that broken pre-3.8 CSS:
    /* .js .closed .widgets-sortables,.js .closed .widget-holder{display:none} */

    #2. Add css for WP 3.8:

    .js .closed .widget-holder,
    .js .widgets-holder-wrap.closed {
    	height: 35px;
    	overflow: hidden;
    }

    Now no sidebars gets completely hidden.
    Inactive sidebar = open by default;
    Other sidebars – closed. Clicking on arrow – shows/closes that sidebar.
    = same as in pre-3.8..

    Plugin Author mch0lic

    (@mch0lic)

    @neviensnekurnekad

    Thanks for the patch! Included in 1.0.7!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘About The Widgets Collapse Issue’ is closed to new replies.