New Features on Simple Floating Buttons
- Posted by Santo (2) Offline
Hello about Simple Floating Buttons,
could you please insert option of windows target link and position on the screen?
4 years 9 months ago #1
by Santo
could you please insert option of windows target link and position on the screen?
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hi,
Please edit this file : ../modules/mod_floating_buttons/tmpl/default.php
at lines 26 you will see this code:
change that to :
4 years 9 months ago #2
by TemplatePlazza
Please edit this file : ../modules/mod_floating_buttons/tmpl/default.php
at lines 26 you will see this code:
"icon":"<?php echo $item->child_item_icon; ?>"
change that to :
"icon":"<?php echo $item->child_item_icon; ?>",
"target":"_blank"
Please Log in or Create an account to join the conversation.
- Posted by Santo (2) Offline
Thank's you so much, last question if I would like to put it just in some of them, how can I do that?
4 years 9 months ago #3
by Santo
Please Log in or Create an account to join the conversation.
- Posted by TemplatePlazza (5261) Offline
Hmm that will need some code modifications on php and also xml file.
4 years 9 months ago #4
by TemplatePlazza
Please Log in or Create an account to join the conversation.