Archived topic
Contact bar
1 reply · Started by Matthias on April 7, 2022
I wonder if it is possible with gutenberg/generateblocks + generatepress to add a contact button to the whole page that slides along with the content.
Like in this design - where on the top you can see the extended contact bar - and on the button the closed "button" style. Open close should be by done by clicking the button.
I searched and found some older similar problems - but they all seem "pre" Gutenberg - so i wonder what current solution - maybe using generateblocks you would recommend.
Hi there,
those kinda of things would require custom development.
For sure you could use a Hook Element with GenerateBlocks to create the HTML.
But you still need to use Custom CSS to decelare its position: fixed; and then some Javacript to toggle the open/close