Always visible floating buttons

Hi,
is there the possibility to keep the floating buttons always visible without having to click on the master one?
thanks.
Claudio
6 days 17 hours ago #1 by Claudio Tebaldi

Please Log in or Create an account to join the conversation.

  • Posted by TemplatePlazza (5393) Offline
Hi Claudio, you need to modify a line in the file /modules/mod_floating_buttons/tmpl/default.php

Find this line (line 17):
<ul id="options<?php echo $module->id; ?>" class="options-list">
Change it to:
<ul id="options<?php echo $module->id; ?>" class="options-list active" style="display: block;">

You can also do that via a template override, please see this video if you want to do that:
 
6 days 17 hours ago - 6 days 17 hours ago #2 by TemplatePlazza
Last edit: 6 days 17 hours ago by TemplatePlazza.

Please Log in or Create an account to join the conversation.

Powered by Kunena Forum