Page 3 of 3

Swiper Problem

Posted: Sun Dec 15, 2013 11:51 pm
by Doug Black

Thank you for getting back to me. Now its just not showing up at all.
Image

Thanks for your help on this...its truly puzzling.


Swiper Problem

Posted: Mon Dec 16, 2013 12:04 am
by Alena Prykhodko

Please ignore my last post. I'll check and update asap.


Swiper Problem

Posted: Mon Dec 16, 2013 1:38 pm
by Maryna Brodina

Hello! On the bottom of file you have preAPPERY CODE
div.swiper-container, div.swiper-slide {
width: 100%;
height: 100vh;
overflow: hidden !important;
}/prereplace it with pre/APPERY CODE/
div.swiper-container, div.swiper-slide {
width: 100%;
height: 120px;
overflow: hidden !important;
}/pre


Swiper Problem

Posted: Mon Dec 16, 2013 2:29 pm
by Doug Black

Thanks, but its still doing the same thing. No change. I've tried it with the above changes from 'relative' to 'absolute' as well, and it still does nothing; it's either very large or disappears entirely.


Swiper Problem

Posted: Mon Dec 16, 2013 5:45 pm
by Kateryna Grynko

Hi Doug,

Add custom CSS code:prediv[name=swipercontainer]{
height: 120px;
overflow: hidden;
}/pre


Swiper Problem

Posted: Mon Dec 16, 2013 6:02 pm
by Doug Black

WOO! I modified it to:
precode
div.swiper-container, div.swiper-slide {
width: 100%;
overflow: hidden !important;
}

div[name=swipercontainer]{
height: 120px !important;
overflow: hidden !important;
}
/code/pre

And it works!

I know it's been a pain...but is there a way to adjust the "120px" to adjust for screen sizes?

Can't tell you how much I appreciate it! Thanks all!


Swiper Problem

Posted: Mon Dec 16, 2013 8:58 pm
by Kateryna Grynko

Hi Doug,

You can specify the relative height, for example:preheight: 25vh;/pre