New version sidebar display error
-

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.
-
Hey @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/
Looking forward to your reply, thank you!
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 thedisplay:nonestatements from the CSS, and this displays the sidebar (on the chrome or on the firefox).
There are no console error.
I will try by disabled some extensions.Hello,
I found the plugin who cause the issue, it’s WooCommerce Booster 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
– WooCommerceHey @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!
Hello,
I found the problem :
in wp-content/plugins/media-library-organizer/addons/tree-view/assets/js/media.js$( '.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 !$( '.wrap:has(.wp-heading-inline)' ).wrap( '<div class="media-library-organizer-tree-view"></div>' );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.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!
Hi there,
This should be fixed in the latest update of the plugin.
Kind regards,
Rodica
You must be logged in to reply to this topic.