Top Bar Completely Blank
Permalink 2 users found helpfulIt could be that the jquery library is loaded twice (once by concrete5 and once by something else on the page, usually a custom theme or block).
It could also be that footer_required call is missing from the theme (that is what loads the edit bar).
As for the page versions, do you have a scheduled job that's clearing them out? Otherwise they should be there.
http://www.concrete5.org/marketplace/addons/table-sorter/support/ed...
I suspect this add-on was never updated to work with version 5.5+. You could send a message to the developer and ask:
http://www.concrete5.org/profile/-/1229/...
It looks like there are a few other add-ons that do this, but they come with more functionality than just sorting and cost $15-25. If you search for "table" or "sort" in the marketplace, you'll find them.
The issue for me at least was the 'footer_required' I had to position it before any other scripts in the footer and *poof* top bar was no longer blank for me :)
http://www.concrete5.org/community/forums/customizing_c5/dashboard-...