x00
MVPx00 MVP
Reactions
-
Re: Has Mark left Vanilla?
He is entitled to some privacy. (View Post)2 -
Re: Is there a webservice plugin example?
Just include the script with $Sender->AddJsFile() or $Sender->Head->AddScript() for external usually you will add it late which would be_Render_Before choosing the relevant controller. (View Post)1 -
Re: what is the name of this area in css code file
it is always best to use a tool like firebug or google chrome inspect. Although I could tell you, the layout can have several element within each other. That is why you use these tool for any styling. (View Post)2 -
Re: How to disable 'on-hover' effects for hidden buttons and menu items?
sorry design/custom.css (View Post)2 -
Re: How to disable 'on-hover' effects for hidden buttons and menu items?
you can do it with css .Item .Reactions > * { visibility:visible!important;} You can put that in your style/custom.css file of your theme It is controlled by jquery, but you can overrule it with c… (View Post)1
