Plugin Author
Fabian
(@fabifott)
Hello,
the File Browser should work without JavaScript. You only have hide the AJAX loader GIF:
.treeview .placeholder {
display:none;
}
Thread Starter
umchal
(@umchal)
Thanks for the reply.
I added the rule to my theme’s style.css but did not seem to work. Maybe the plugin’s stylesheets are loaded after the theme’s stylesheet? In that case which file do I need to edit?
Adding the rule via the admin page, WP-Filebase -> Edit Stylesheet did not work either.
Thread Starter
umchal
(@umchal)
Okay, adding this rule to theme’s style.css (twenty-twelve) seems to have an effect.
.entry-content .treeview .placeholder {
display:none;
}
However, only the root categories are shown and the child elements (files) do not appear. And when the root category links are clicked, it displays the Not Found page.
[Edit]
Strange, now it does not open the Not Found page when the category links are clicked. It properly displays the child elements. Thank you.
I wonder if it is possible to show the expanded view from the beginning without navigating to child elements.