Ah cool, but that looks completely different from mine. Anyway, this helped me to find it, thanks. I found the menu bar in my source codes, together with this line in `administrator/components/com_hikashop/views/menu/tmpl/default.php`:
17: } else { // the display:block CSS is a "fix" against JSN poweradmin which hides the menu bar of HikaShop since Joomla 3.0 if we don't do that
And it seems like this doesn't work, there's inline "display:none;" in my admin menu on the menu bar. Do you know how/where to fix this?