Can I make floating buttons always open?
- Posted by damien (2) Offline
Hi,
Is there a way to display floating buttons always expanded? and hide the "close button" while i'm at it?
I only have 3 icons and i'd like them to show straight away instead of having to click on the main button.
Thank you, great module anyway!
Damien
9 months 1 week ago #1
by damien
Is there a way to display floating buttons always expanded? and hide the "close button" while i'm at it?
I only have 3 icons and i'd like them to show straight away instead of having to click on the main button.
Thank you, great module anyway!
Damien
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
Hi Damien,
It looks like that it will require some tweaks in the javascript and css file, but you can try adding the following code in the CSS Adjustment tab :
9 months 1 week ago - 9 months 1 week ago #2
by TemplatePlazza
It looks like that it will require some tweaks in the javascript and css file, but you can try adding the following code in the CSS Adjustment tab :
.options-list {
display: block!important;
animation: none!important;
}
Attachments:
Last edit: 9 months 1 week ago by TemplatePlazza.
Please Log in or Create an account to join the conversation.
- Posted by damien (2) Offline
Thank you, it is opened on loading the page now, but the main button is still there. I will look into it and come back to you if I can't find a solution.
9 months 5 days ago #3
by damien
Please Log in or Create an account to join the conversation.
- Posted by driverXP (3) Offline
The solution works, but the icon display on the button disappears.
9 months 1 day ago #4
by driverXP
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5260) Offline
I believe it's not related to the CS adjustment. Please tell me your website URL so I can see the problem directly
driverXP wrote:
The solution works, but the icon display on the button disappears.
Please Log in or Create an account to join the conversation.