orbit icon indicating copy to clipboard operation
orbit copied to clipboard

Loading State CSS Broken

Open th3fallen opened this issue 13 years ago • 10 comments
trafficstars

The css you provide for the "Glorious, Seamless Loading State" is not working in any browser i have modified it to this

featured-slider

{ height: 298px !important; background: #000000 url('../images/framework/orbit/loading.gif') no-repeat center center; overflow: hidden; z-index: 10; }

featured-slider>DIV

{ display: none; }

but this results in ie's loading image not going away when the images are loaded any fixes?

th3fallen avatar Jan 12 '12 17:01 th3fallen

So you only added z-index: 10?

I found that if I use the loading state, Orbit fails responsively. It has a fixed height, which doesn't scale.

benklocek avatar Jan 13 '12 01:01 benklocek

I got the same issue from different browser. Please refer to www.kingdragon.hk The slider works fine on FF but it doesnt work on Safari and Chrome. Please help.

I have been trying many ways and it doesn't work out.

I put those initially..

div#feat{ position:relative; display:block; margin: auto; margin-top:60px; margin-bottom:50px; background: #000 url('orbital/orbit/loading.gif') no-repeat center center; overflow: hidden; width:940px; height:280px !important; z-index: 10; } #feat>img,
#feat>div, #feat>a { display: none; }

jjhesk avatar Jan 13 '12 09:01 jjhesk

if you look closer at the code ben i changed the z-index and the other rule for the divs inside the wrapper but still nothing.

th3fallen avatar Jan 13 '12 13:01 th3fallen

I finally noticed that the code will break on Chrome if the pictures are first loading from the server,.. try many times on the official and my page too. It happens all the time.

jjhesk avatar Jan 13 '12 18:01 jjhesk

Still have not found a viable solution for this what about any of you guys?

th3fallen avatar Jan 25 '12 19:01 th3fallen

@th3fallen Could you describe the issues you are experiencing again? I'm not sure I understand the issue from your first post.

benklocek avatar Jan 25 '12 19:01 benklocek

@benklocek load http://testing.insp.com/ in ie8 and you'll see the loading state works but it never goes away.

th3fallen avatar Feb 09 '12 19:02 th3fallen

Also i've found this in foundation.css which seemed to help somewhat /* PUT IN YOUR SLIDER ID AND SIZE TO MAKE LOAD BEAUTIFULLY ================================================== */ #caseStudies { width: 1000px; height: 210px; background: #fff url('../images/framework/orbit/loading.gif') no-repeat center center; overflow: hidden; } #caseStudies>img, #caseStudies>div, #caseStudies>a { display: none; }

th3fallen avatar Feb 09 '12 19:02 th3fallen

Was there ever a resolution to this? I'm having a similar issue.

I'm not sure what to change "#caseStudies" to. I've tried ".orbit-wrapper" and "#featured", but both just hide the slider.

I'm using WordPress and the Foundation theme.

keithdevon avatar Mar 22 '12 17:03 keithdevon

Problem still here!

DESIGNfromWITHIN avatar May 06 '12 14:05 DESIGNfromWITHIN