Questions tagged as 'slider'

3
answers

Vertical slide navigation including highlight thumbnails

There is a slider here on this site that has a vertical navigation that sits on the right side, which includes the thumbnails of the previous slides and also the following slides. I would like an example to replicate this effect and I would...
asked by 13.06.2015 / 01:32
1
answer

How to create a slide with two divs?

I need to create a slide with two divs. I made one here just a scroll bar is coming down, look at the JSFiddle . HTML <div class="carrousel"> <div class="item active" id="about"> <p class="red">Primeiro aqui P...
asked by 29.05.2014 / 23:21
2
answers

Calculate the size of the div

I'm working on a simple "divs slider" script! Just have a problem, when you start to move left and right it cuts a piece of the divs, I need to move it exactly in a way that it does not cut the divs or appear more than the 2 divs. Follow scri...
asked by 09.11.2014 / 01:04
2
answers

Transition effects in a slider

How can I apply transition effects to a slider? Taking the following code as an example: function simpleSlider(type){ var sliderActive = $("#slider .sliderActive"); if(type == 'prev') { var sliderPrev =...
asked by 15.05.2015 / 16:31
1
answer

How to put 3 slides together in Bxslider?

I could not do it alone, I wanted your help. I would be grateful if anyone could solve this problem for me. This is the photo on my slide. ThisismyHTMLcode. <div class="main"> <div class="slideshow"> <div class="s...
asked by 14.12.2015 / 03:58
2
answers

Destroy multiple sliders at once

I want to destroy all my sliders when the page hits the size of 768px. For this I made this code below: if($(window).width() >= 768){ $(".owl-carousel-linhas").data('owlCarousel').destroy(); } I have several sliders on my page like...
asked by 16.06.2015 / 16:32
2
answers

How to limit the jQuery UI Slider widget handler?

I'm using the Slider of the jQuery UI , and I'm wanting the handle responsible for moving the slider, stay within the limits of the slider. Currently it looks like this: Limit 0%: 100%limit: Iwantittostaywithinthelimitoftheslider,l...
asked by 11.09.2017 / 03:29
1
answer

Slider automatic more controls. Divergence between the two

I'm making an automatic fadeIn / Out slider but I'd like to implement controls too (next / prev), the problem is that I can not connect these two features. For example, if it is on slide1 and I load it on next (slide2) the automatic part...
asked by 03.02.2015 / 11:46
1
answer

Automatic slider with 5 columns how to do?

I'm trying to make an automatic slider in this style, but it's not working. <section class="mbr-section" id="equipe" style="background-color: rgb(204, 204, 204); padding-top: 120px; padding-bottom: 120px;"> <div...
asked by 06.07.2018 / 21:32
2
answers

Bootstrap news slider

Well, I have a problem with a slider. I have a slider with 3 news boxes and I want to run from 3 in 3 boxes, so far so good, it is already working, but the problem is when I move the device to the mobile device and changed it to block but ins...
asked by 14.05.2015 / 13:50