Services Plugins FAQs

SPlashloading -- anyway to make it work on top of floating groups?

Hi,

I’m usingthe splash loading plugin on a page that has a header and sidebar floating group in addition to the main body group container of the page. the splash load icon works, but only in the area shown in the main group container. is there anyway to configure splash so that it sits at the topmost layer and takes up the whole screen, regardless of it there’s a floating group in it?

I’m using bubble v6.

Hi @david4,

Thanks for reaching out. Unfortunately, this issue is related to Bubble, because it is indexing the elements with its priority to be displayed on top of others, including headers for example. However, it is working as expected.
There is a possible workaround that can help. In order to splashload the whole screen rather than just the main group container, you can add an HTML element on your page, with the following code:

<style>
.splash {
   z-index: 2147483647 !important; 
}
</style>

Where the value for index is a relatively bigger number, so it will display the splashloading to the whole screen page.

Hope it helps.

Best,
Alex

Hi Alex,

Thanks so much for the helpful reply! i tried the html element workaround and it worked. Much appreciated!

Best,
Dave

Hi @david4, I’m glad it worked for you.

If you like our plugin so far, could you please rate it by going to Plugins tab in Bubble editor. You can find the plugin by name and give it as many stars as it deserves. The more feedback we get, the more motivated we are to build great plugins.

Thanks! :pray:

1 Like