J!Extensions Store™
Forum
Welcome, Guest
Please Login to access forum.
Re:Remove White Bar Atop Slideshow (1 viewing) 
Go to bottom
TOPIC: Re:Remove White Bar Atop Slideshow
#4178
Dirk Albring/Rennco Automation Systems, Inc.
Fresh Boarder
Posts: 3
User Offline
Remove White Bar Atop Slideshow Karma: 0  
Any idea how to get rid of the white bar that resides at the top of my slideshow when viewing it in a desktop browser? I'm using the "modules anywhere" plugin to implement the responsivizer slideshow in an article on my homepage. The bar's not there when viewing it in a mobile browser. There isn't any extra html code around the "modules anywhere" plugin portion of the article. Anyone else ever run into this?

 
Logged Logged  
  The administrator has disabled public write access.
#4182
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Remove White Bar Atop Slideshow Karma: 79  
Hi,

i don't know why the white bar is showed but it could happen for some CSS styles not html code around.

Try to look at it using Firebug or similar tools.

There are no other cases about this, but being this layout only for mobile it should not be a problem if happening only on desktop.
 
Logged Logged  
  The administrator has disabled public write access.
#4314
Dirk Albring/Rennco Automation Systems, Inc.
Fresh Boarder
Posts: 3
User Offline
Re:Remove White Bar Atop Slideshow Karma: 0  
All I can really tell from Firebug is that a minimum height is being tacked onto the end of the image source code, but the Enable Minimum Height Option is turned off in the backend component slideshow settings.

Code:

<div id="responsivizer-151" class="responsivizer theme-shadow-normal theme-border-00 theme-border-radius-00 default position-nav-under bg-caption-black-00 position-caption-bottom-centered color-nav-dark color-nav-active-black" style="background-color : #ffffff;"> <ul class="slides"> <li class="" style="width: 100%; float: left; margin-right: -100%; position: relative; display: none;"> <img src="http://learn2automate.renncoautomation.com/images/slideshow/2012-03-29_12-00-14_272.jpg" style="min-height: 378px;">
 
Logged Logged  
  The administrator has disabled public write access.
#4315
John Dagelmore
Admin
Posts: 3716
User Online Now
Re:Remove White Bar Atop Slideshow Karma: 79  
Maybe i've understood the reason.

Images used in the slider have 2 different heights. There is a set of images having a height of 1840px and another set of images having a height of 1952px. This probably cause the white strip, all images in the slideshow must have the same height. I would also suggest to use a set of images with lower resolution to save bandwidth on mobile.
 
Logged Logged  
  The administrator has disabled public write access.
#4317
Dirk Albring/Rennco Automation Systems, Inc.
Fresh Boarder
Posts: 3
User Offline
Re:Remove White Bar Atop Slideshow Karma: 0  
Well, I changed all of the images so they were the same height and lowered the resolution, but there's no difference. The white bar remains. Kinda frustrating because it looks tacky for a professional site. We'll be moving the subdomain into the domain within a month. I'd love to get this resolved. I absolutely love Responsivizer and its slideshow. I need to make this work for the desktop and the mobile browsers. Thanks.
 
Logged Logged  
  The administrator has disabled public write access.
Go to top