SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
Hi,
I have installed the
AdminBar Docker
extension from
NoNumber.nl
it's really a handy tool, but either my browser or something with the Mission Control theme cause the drop down menus on the white bar (in the attachment, with the red circle) not to work properly, it happens everywhere, where I can select rows in a list, its falling "behind" in the bar where you can't select it, I just wonder if its a CSS issue or something from the Mission control theme side, if a clued up moderator can check it out, I'll PM them my super username and password, if that would be necessary...
Re: SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
I believe that AdminBar docker extension is developed with default Joomla admin templates in a mind and that it won't work correctly with other templates. You should really contact it's developer to solve this issue
Re: SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
Hi, the developer responded to me that its working fine on his computer, I think its something to do with my computer and browsers on my end, but I understand you say, the AdminBar docker extension is meant to work with the default Joomla template? moving away from Mission Control is so hard....
Re: SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
I have exactly the same problem. It's an issue with AdminBar Docker. I added the following to /plugins/system/adminbardocker/css/style.css
div.abd_dock_slide div {
overflow: visible !important;
}
It's a hack of course and you'll loose the fix as soon as you update AdminBar Docker but it does seem to resolve the issue. Perhaps Peter @ NoNumber will include a fix in a future update.
Re: SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
Igor Mihaljko wrote:
Thank you for this fix. I believe that it will be valuable for other members
I jumped the gun. Although it is a clue to the fix, the hack I provided causes issues on some other Admin screens - namely any screen that contains the AdminBar Docker sub-menu. I haven't had time to find a proper solution yet but it's probably just quicker to switch AdminBar Docker on/off whenever the dropdown is required via it's toggle button.
Re: SOLVED Dropdown menus not working with "AdminBar Docker"
Posted 12 years 8 months ago
Hi,
@Bold
I have inserted the piece of code, and it does work, but I have seen, as you mentioned the hack will effect other screens, at the end of the day it leads to what works for you and what you want to do. I think the AdminBar Docker is build for Bluestork therefore other templates can be incompatible.