Closed (fixed)
Project:
OM Maximenu
Version:
7.x-1.34
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
30 Nov 2011 at 23:08 UTC
Updated:
24 Oct 2013 at 21:26 UTC
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.
| Comment | File | Size | Author |
|---|---|---|---|
| staybutton.png | 41.83 KB | isleño |
Comments
Comment #1
danielhonrade commentedjust add this to your style.css
.om-maximenu .om-maximenu-open {
display: none;
}
Comment #2
isleño commentedI will Try.
:) THANKS !
Comment #3
danielhonrade commentedComment #4
patoshi commentedshould be a setting where we can turn this off without having to write custom css everytime.
thanks!
Comment #5
danielhonrade commentedThis 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
Comment #6
patoshi commentedwhat if the user doesnt know coding? a configuration option would be more ideal. thanks tho!
Comment #7
danielhonrade commentedi'll consider that on version 2
Comment #8
redeight commentedRecently came across this issue on our site. We still wanted the button, but only for administrators. Our solution was to add
along with the code from #1.