Archived topic
Top bar extension
3 replies · Started by chris on May 5, 2021
Hi im wondering how i would go about making a button on my top bar, to extend it with further information if clicked?
Hi Chris,
Are you referring to the down arrow or the appointment button?
Let me know :)
Down arrow that brings up some more info, cheers! :D
Hi there,
This requires a plugin for popups/modal or a custom script for popping up elements.
This is out of our scope, unfortunately.
But to help you out, Here's a quick codepen.
You'll have to do something like this - https://codepen.io/ejcabquina/pen/dyvyzOO
I basically loaded jquery + bootstrap js & css.
I then make a button + a modal element.
I then wrote a short script to make the button a trigger to show the modal.
You can try doing something like this as well but refining this to your preference takes time. You may as well find a plugin that does this for you.