I am using the http://drupal.org/project/nodereference_explorer on the same site as Quickbar. When inside of a nodreference_explorer modal window there is a Quickbar inside. Other toolbar modules do not show up inside of the modal so I am thinking that maybe quickbar can add some code to not show on these pages. Admin menu module is an example of a toolbar that does not show inside of the modal.

I tried to target the second quickbar inside the modal, using css and had no luck. So I ended up making the quickbar hidden and then showing it on body.page

Here is the css i used in my zen sub theme

div#quickbar {display:none;}
body.page div#quickbar {display:block;}

Comments

redndahead’s picture

Hmm this is not good. I'll have to look into how to keep it out of modals. Thanks for the report.

redndahead’s picture

Version: 6.x-1.1 » 7.x-2.x-dev
Issue tags: +Quickbar 7.x-2.x release blocker

Tagging