Hello,
Sorry my bad english.
Thanks for the module, it is fantastic.

In each mini pannel atached to menu, show a button with the word stay. ¿ How can I do to not show ?

Thanks.

CommentFileSizeAuthor
staybutton.png41.83 KBisleño

Comments

danielhonrade’s picture

just add this to your style.css

.om-maximenu .om-maximenu-open {
display: none;
}

isleño’s picture

I will Try.
:) THANKS !

danielhonrade’s picture

Status: Active » Closed (fixed)
patoshi’s picture

Status: Closed (fixed) » Needs work

should be a setting where we can turn this off without having to write custom css everytime.

thanks!

danielhonrade’s picture

Status: Needs work » Closed (fixed)

This is actually in the template files and it can be overriden, just copy the template file to your theme and delete that checkbox.

ex. om_maximenu/tpl/om_maximenu_submenu_content.tpl.php

patoshi’s picture

what if the user doesnt know coding? a configuration option would be more ideal. thanks tho!

danielhonrade’s picture

i'll consider that on version 2

redeight’s picture

Recently came across this issue on our site. We still wanted the button, but only for administrators. Our solution was to add

.admin-menu .om-maximenu .om-maximenu-open {
  display: block;
}

along with the code from #1.