Select to view content in your preferred language

WAB Loading Image

805
4
Jump to solution
02-22-2019 07:48 AM
RichBell
Regular Contributor

How do I remove the "Blue colored" loading bar image?

Very Annoying when you already have a gray loading bar.

This appeared in WAB 2.11

bars

0 Kudos
1 Solution

Accepted Solutions
RobertScheitlin__GISP
MVP Emeritus

Then this is what you are looking for:

.jimu-loading-indicator {
  display: none !important;
}

View solution in original post

0 Kudos
4 Replies
RobertScheitlin__GISP
MVP Emeritus

Rich,

  I believe this is what you are looking for.

.jimu-loading-shelter {
  display: none !important;
}

Add this css rule to your themes common.css

0 Kudos
RichBell
Regular Contributor

Thanks

The "css" change did remove the bars as the main map page is loading (Fixed)

but it still loads for individual widgets. Can this be removed?

0 Kudos
RobertScheitlin__GISP
MVP Emeritus

Then this is what you are looking for:

.jimu-loading-indicator {
  display: none !important;
}
0 Kudos
RichBell
Regular Contributor

Nice!

0 Kudos