contact widget for html website

Doç. Dr. Fatih Çakır Gündoğan
15 Posts
Doç. Dr. Fatih Çakır Gündoğan posted this 21 November 2023
Wishlist

Is it possible to add a phone, whatsapp, mail, etc buttons that is fixed at the lowest part of the screen with nicepage?

Is it possible to add a phone, whatsapp, mail, etc buttons that is fixed at the lowest part of the screen with nicepage?
Vote to pay developers attention to this features or issue.
3 Replies
Order By: Standard | Newest
Support Team
Support Team posted this 21 November 2023

Hello Fatih,

Thanks for using Nicepage!

By default, from Nicepage it is impossible but with CSS code you can do it.

position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;

First, you need to add a class name to the element, and then just add this code and it will be on the right down space.

..................................................
Sincerely,
George.
Nicepage Support Team

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

Hello Fatih, Thanks for using Nicepage! By default, from Nicepage it is impossible but with CSS code you can do it. position: fixed; bottom: 0; right: 0; z-index: 100; First, you need to add a class name to the element, and then just add this code and it will be on the right down space. .................................................. Sincerely, George. Nicepage Support Team Please subscribe to our YouTube channel: http://youtube.com/nicepage?sub_confirmation=1 Follow us on Facebook: http://facebook.com/nicepageapp
Doç. Dr. Fatih Çakır Gündoğan
15 Posts
Doç. Dr. Fatih Çakır Gündoğan posted this 19 January 2024

Thank you very much. I have created a contact block on homepage. How can I add it to all web site pages and posts? Is there an easy way to add or should I create it on every page and post seperately?

Thank you very much. I have created a contact block on homepage. How can I add it to all web site pages and posts? Is there an easy way to add or should I create it on every page and post seperately?
Support Team
Support Team posted this 19 January 2024

Fatih,

You can edit it to the Footer. We do not have the block sharing yet.
...................................................
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

Fatih, You can edit it to the Footer. We do not have the block sharing yet. ................................................... 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