Floating buttons linking new window

Hi,
Am very pleased with the Floating Button. The only limistation im experiencing is that the link takes our users away from the main site. How can I have the link open in a new tab or window or a work around?
3 years 8 months ago #1 by Winston
The topic has been marked as resolved.
  • Posted by TemplatePlazza (5261) Offline
Hi, sorry for delay in responding.
For that, you need to edit the file : ../modules/mod_floating_buttons/tmpl/default.php
at lines 38 you will see this code:
"icon":"<?php echo $item->child_item_icon; ?>"
change that to :
"icon":"<?php echo $item->child_item_icon; ?>",
                "target":"_blank"
3 years 8 months ago #2 by TemplatePlazza
The topic has been marked as resolved.
Thank you, I do confirm that it works perfectly.
3 years 8 months ago #3 by Winston
The topic has been marked as resolved.
Powered by Kunena Forum