Title: New version sidebar display error
Last modified: November 3, 2025

---

# New version sidebar display error

 *  Resolved [Patrice de Saint Steban](https://wordpress.org/support/users/patoudss/)
 * (@patoudss)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/)
 * ![](https://i0.wp.com/i.imgur.com/Bguth2x.png?ssl=1)
 * Hello,
   With the new version of media-library-organizer, the sidebar didn’t display
   on my browser.(the sidebar is in the DOM but not displayed).But a other contributor
   have a display error, the sidebar is upper the grid panel.
 * ![](https://i0.wp.com/i.imgur.com/Te4ZI9y.jpeg?ssl=1)

Viewing 8 replies - 1 through 8 (of 8 total)

 *  Plugin Support [Kush](https://wordpress.org/support/users/kushnamdev/)
 * (@kushnamdev)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18707089)
 * Hey [@patoudss](https://wordpress.org/support/users/patoudss/),
 * Thank you for contacting us.
 * We are not aware of the issue from other users, can you please try to check on
   a different browser with no browser extension to verify if the issue occurs on
   your particular environment?
 * Additionally, please share information about your browser with [https://www.whatismybrowser.com/](https://www.whatismybrowser.com/)
 * Looking forward to your reply, thank you!
 *  Thread Starter [Patrice de Saint Steban](https://wordpress.org/support/users/patoudss/)
 * (@patoudss)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18707168)
 * Hello,
   I use Google Chrome on a Mac, or on a window. I disallow the pub blocker.
   I’m having no sidebar displayed, but on the DOM, I found two div with id=”media-
   library-organizer-tree-view” that containing the sidebar content.I try with Firefox
   on my Mac :
 * The first div displays the sidebar above the grid, while the second div is not
   displayed.
   In the screenshot, I removed the `display:none` statements from the
   CSS, and this displays the sidebar (on the chrome or on the firefox).
 * ![](https://i0.wp.com/i.imgur.com/JIhjal6.jpeg?ssl=1)
 * There are no console error.
   I will try by disabled some extensions.
 *  Thread Starter [Patrice de Saint Steban](https://wordpress.org/support/users/patoudss/)
 * (@patoudss)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18708544)
 * Hello,
   I found the plugin who cause the issue, it’s WooCommerce Booster [https://wordpress.org/plugins/woocommerce-jetpack/](https://wordpress.org/plugins/woocommerce-jetpack/)
   When it’s activated, there are the bug.I reproduce it in the playground with 
   only plugins :– **Booster for WooCommerce**– **Media Library Organizer**– **WooCommerce**
 *  Plugin Support [Kush](https://wordpress.org/support/users/kushnamdev/)
 * (@kushnamdev)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18708555)
 * Hey [@patoudss](https://wordpress.org/support/users/patoudss/),
 * Thank you for sharing your finding with us that is really helpful.
 * I recommend reaching out to the plugin team and informing them about this issue.
   You can just include the link of this thread as well.
 * Or if you are not using that plugin very much you can look for alternatives as
   well, up to you.
 * I hope this helps, thank you!
 *  Thread Starter [Patrice de Saint Steban](https://wordpress.org/support/users/patoudss/)
 * (@patoudss)
 * [7 months ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18708588)
 * Hello,
   I found the problem :in wp-content/plugins/media-library-organizer/addons/
   tree-view/assets/js/media.js
 *     ```wp-block-code
       $( '.wrap' ).wrap( '<div class="media-library-organizer-tree-view"></div>' );			
       ```
   
 * The extension add in the DOM a div with a “wrap” class, and your tree view is
   wrap to div and not only the media view.
   The wrap class is too generics for use
   it.If I change the selector to :has(.wp-heading-inline) it’s works !
 *     ```wp-block-code
       $( '.wrap:has(.wp-heading-inline)' ).wrap( '<div class="media-library-organizer-tree-view"></div>' );
       ```
   
 *  [Jason LeMahieu (MadtownLems)](https://wordpress.org/support/users/madtownlems/)
 * (@madtownlems)
 * [6 months, 4 weeks ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18714372)
 * I have the same problem as Patrice when Advanced Custom Fields PRO is active.
   When it’s active, the entire left sidebar (“Media Library Organizer -> Settings
   icon, new folder, sort, etc.”). That entire bar is present in the DOM, but not
   visible in the window.
   However, the JS fix that worked for Patrice does NOT seem
   to work for me.
 *  Plugin Support [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18734746)
 * Hi,
 * Thank you so much for letting us know about the issue you’re facing. We truly
   apologize for the trouble this is causing you.
 * We’ve confirmed the problem and created a bug report for our development team.
   They’ll be carefully reviewing it soon and determine the best course of action.
 * Our team prioritizes fixes based on their impact and the number of users affected,
   so it’s hard to say exactly when this will be fixed. But we’ll keep you updated
   every step of the way.
 * We’ll let you know as soon as a fix is ready. You can also keep an eye on the
   product’s changelog for updates.
 * Thank you!
 *  Plugin Support [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [6 months, 1 week ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18740314)
 * Hi there,
 * This should be fixed in the latest update of the plugin.
 * Kind regards,
 * Rodica

Viewing 8 replies - 1 through 8 (of 8 total)

The topic ‘New version sidebar display error’ is closed to new replies.

 * ![](https://ps.w.org/media-library-organizer/assets/icon-256x256.png?rev=3377647)
 * [Media Library Organizer – Folders, File Manager & Media Categories](https://wordpress.org/plugins/media-library-organizer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/media-library-organizer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/media-library-organizer/)
 * [Active Topics](https://wordpress.org/support/plugin/media-library-organizer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/media-library-organizer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/media-library-organizer/reviews/)

 * 8 replies
 * 4 participants
 * Last reply from: [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * Last activity: [6 months, 1 week ago](https://wordpress.org/support/topic/new-version-sidebar-display-error/#post-18740314)
 * Status: resolved