floating button to open modal pop up

m4trix.dev
36 Posts
m4trix.dev posted this 03 October 2022
Ask a Question

Is there a way to add a floating button in nicepage and instruct the button to open a modal popup? I see there is no floating button. could you please provide the code to add to the page and the mechanism to link the code with the modal popup?

Is there a way to add a floating button in nicepage and instruct the button to open a modal popup? I see there is no floating button. could you please provide the code to add to the page and the mechanism to link the code with the modal popup?
Vote to pay developers attention to this features or issue.
1 Reply
Order By: Standard | Newest
Support Team
Support Team posted this 03 October 2022

Matteo,

You can do the floating by adding a custom CSS for a button.

The sample code

.fixed {
position: fixed;
right: 100px;
bottom: 100px;
z-index:1000;
}

the block is attached.

...................................................
Sincerely,
Alan R.
Nicepage Support Team

Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1
Follow us on Facebook: http://facebook.com/nicepageapp

Matteo, You can do the floating by adding a custom CSS for a button. The sample code .fixed { position: fixed; right: 100px; bottom: 100px; z-index:1000; } the block is attached. ................................................... Sincerely, Alan R. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
You must log in or register to leave comments