Hide the status bar as the pause occurs don’t works !
I composed a workflow like that below
…and this is the result
HELP ME PLEASE!
I composed a workflow like that below
…and this is the result
HELP ME PLEASE!
I’m pretty sure this is because you are setting states. I’ve ran into this before. No real way to get around it I think, just kinda an annoying thing the bubble editor does.
Ok, but, If I want to hide progress bar and I’ve got an option for that, why It don’t hide !?
…mmhhh… is “status bar” another way to name “progress bar” !?
had a little play around.
create a html element and put this inside of it
<style>
#nprogress {
visibility: hidden !important;
}
</style>
it completely hides the progress bar and i’ve yet to see it pop up for anything that would usually involve it popping up
Thanks u very much, but I can’t use your solution. I’m waiting for a Bubble Team solution. However, I do a restructure of workflow to avoid using ‘Waiting’.
Bye.
The status bar is going prior to the pause, you need to make the status bar completely Invisible using that code or going into settings and turning the opacity all the way down.
This topic was automatically closed after 14 days. New replies are no longer allowed.