Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Contributor Srijith V

    (@srijithv)

    Hi Michael,

    Yes it is possible from the plugin. After you have configured the required settings, click “Edit Plugin Code (Advanced)” in plugin settings page. In that, add an entry in the ‘default’ section

    "fixed":true,

    Your final configuration will look like:

    {'default':{
    	"backgroundColor": "#464646",
    	"textColor": "#CCC",
    	"buttonColor": "#098DF4",
    	"buttonTextColor": "#FFF",
            "fixed":true,
    	"match": {}
    },rules:[
    	{

    Try it and if it fails, let me know and I can assist you.

    Cheers!
    Srijith

    Thread Starter Michael Boldin

    (@michael-boldin)

    worked – and easy to implement. thank you!

    Plugin Contributor Srijith V

    (@srijithv)

    Nice to hear that!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Have the welcome bar float when the user scrolls?’ is closed to new replies.