Questions tagged as 'carousel'

0
answers

how to add a div with information above the navbar with background carousel

I have a difficulty that although it seems to be simple but I can not get where I want, I am creating a site where I have a div with the language module, in the middle and a button for reservations, I have a carousel that should be below that...
asked by 07.11.2017 / 17:00
0
answers

Owl Carousel reponsivo

I have a wordpress site where I installed the Owl Carousel plugin (v0.53), with a horizontal carousel of 14 items, 4 of which are visible at a time. On the desktop, width of thumbnails is 298px , while in mobile, I specified in t...
asked by 20.10.2017 / 17:55
0
answers

JavaScript Slider Fading

Good afternoon people, could you help me. I am putting in the site that I am developing a very simple slider to just pass 3 images. the example I get on the w3school site. But as he goes past the images, the moment he arrives at the last he disa...
asked by 10.10.2016 / 22:31
0
answers

Content timeline with jcarousellite

I am creating a timeline using jCarouselLite, however it has a bug when I move to a new decade. For example: Onthegrayarrows,Icannavigatetootherdates,andinthecoloredonesjumptoanotherdecade.Thebugwouldbethis:whenI'minthe80'sdecadeandselectso...
asked by 01.03.2016 / 19:14
1
answer

Carousel with wordpress loop in columns

Hello, I'm trying to fit my carousel so that it has a grid made by loop, I have the following wordpress code: <?php global $posts; $b = 0; $args = array( 'post_type' => 'banner', 'posts_per_page' => 5 ); $loop = new WP_Quer...
asked by 20.07.2015 / 23:39
1
answer

Problems with the time interval in a carousel

Well, I'm having some problems with a carousel created by myself, more specifically in the transition order of the items. var carouselBannerHolder = document.getElementById("banners-slider"); var itemsCarousel = document.querySelectorAll(".ban...
asked by 21.03.2017 / 13:23
1
answer

How to remove the automatic slider from the bootstrap carousel

How do I remove the auto slide from the Bootstrap carousel? I have a carousel that is working perfectly, but I need to make it static and only change the images when you click the right or left arrows.     
asked by 25.05.2016 / 16:42
1
answer

Display Carousel after loading

I have two carousels on the page and while they are loading, they are broken. Only after they're right. I would like them to only be displayed, once loaded, but I can not. window.onload = function() { $('#corpo-conteudo-imoveis1')....
asked by 08.09.2015 / 14:54
1
answer

How to control the size of the image in a bootstrap carousel?

HTML <!--Carousel--> <div id="carouselExampleIndicators" class="carousel slide" data-ride="carousel"> <ol class="carousel-indicators"> <li data-target="#carouselExampleIndicators" data-slide-to="0" clas...
asked by 18.10.2018 / 19:04
1
answer

Carousel with different display duration for each item

How can I make a carousel with an element, each element having a different display duration? Example: One (element) of 5 seconds; another 8 seconds. I've been able to do with Slick of jQuery , but I can not stipulate how long each elemen...
asked by 27.04.2018 / 05:25