Most voted "slider" questions
70 questions
Sort by count of
-
0
votes2
answers379
viewsCheck Javascript element property change
I have some div's of id 1, 2 and 3, respectively. They are inside the class page home. For example: <div class="home"> <div id="1" style="transform: translateX(0px);">blabla</div>…
-
0
votes1
answer39
viewsSlider occupying more than 100vh
I have a problem, I added a slider to my header but it happens that it occupies more than the 100vh I gave, still occupies a little section below the header. Above that section he occupies I had a…
-
0
votes1
answer136
viewsVertical slider with picture list in jQuery
I have the following list of images and videos that are being pulled from the database. I would like that "ul" to keep climbing the items infinitely in a vertical slider. Don’t know much jQuery,…
-
0
votes2
answers329
viewsError using Slick.js in Jquery modal
I’m having trouble using the Slick JS , I’m creating a list of images I bring from the database with PHP. <ul id="imagemProdContainer" class="imagemProdContainer"> <?php…
-
0
votes1
answer38
viewsReplace/toggle slider1.value() by slider2.value() within a variable in the code and within the canvas position
I would like to replace/switch the slider that gives value to a variable within an object. The slider2 must replace and occupy within the code and also on the canvas the place that previously…
-
0
votes1
answer2781
viewsAutomatic image transition in css slider
Good morning guys, I’m new to Imasters and the development part in general and I’m having a very simple question, don’t judge kkk I created this slider described below and I can’t do the automatic…
-
0
votes1
answer61
viewsBanner 7 Magento - Link problem
I am facing a small problem with the rotatory banner of the following site: http://todabeauty.com.br. As you can see, the second slide has a clickable link in the image with the text: "Learn more".…
-
0
votes1
answer2478
viewsSlick Slider Autoplay
I’m mounting a Slick Slider with 4 images, however, it loads all images on screen and does not autoplay Slick alone. JS: $('.single-item').slick({ slidesToShow: 4, slidesToScroll: 1, autoplay: true,…
-
0
votes1
answer43
viewsSlide with active initial image
Hello, I’m having a problem in my slide, it starts with the blank browser window and after the 5 sec starts to appear the images, and when it arrives in the last image it would have to return the…
-
0
votes1
answer112
viewsDivs of the slider Slick.js being shown on loading
When I try to put Slick.js on my site, the loading of the Divs inside appears one under the other and then hidden, about 1 second, how do I solve? Aqui o código: <div class="carousel">…
-
-1
votes1
answer863
viewsSetting up an image slider
I studied some HTML and CSS, watching some classes on Youtube and doing the lessons of Code Academy and now I’m creating my first website. I want to add a slider of images, by what I researched, the…
-
-1
votes1
answer913
viewshow do I make the slider responsive?
I have a slider in pure css and would like to make it responsive. <title>Slider UNIP</title> <head> <meta charset="UTF-8"> <link rel="stylesheet"…
-
-1
votes1
answer101
viewsI can’t edit height of a banner slider in class="slider-Section"
I have a site to edit and I can not change the height of the initial slider, because it does not direct reference on CSS, or at least I can’t find it. See the code snippet to better understand:…
-
-1
votes2
answers36
viewsHow to run the same Javascript function for more than one div
I have a slide carousel and I need to play this same carousel (only with different images and sections) on the same page. I will make this application for a blog, so there are several categories…
-
-2
votes1
answer34
viewsSlider when clicking stay on Fullscreen
Hello guys I’m putting together a web project, and I would like to know about a slider that when click stay on fullscreen, I’m not finding a good option. I wanted something similar to the Tecmundo…
-
-2
votes1
answer32
viewsHow to use 2-d numpy array with interactive panel floatslider for a python image Plot?
Using holloviews and panel. How to create a function that takes as arguments an np.array (2d, an array) and a "value cut". Return the 2d array plotted as image? Being what the argument "value cut"…
-
-3
votes1
answer29
viewsMy Flexslider video is starting automatically, but I don’t want it!
Eae you guys, beauty? I’m going through a problem implemented a video slider on a website I’m doing, but this slider is playing the videos contained in it automatically, and I don’t know how to take…
-
-3
votes1
answer46
viewsSlider- I can’t apply Javascript to a slider
Good afternoon. I’m developing a website for a university project. I’m still new to web development, but I’m very interested in it. I’m using templates to guide me in the development of the project…
-
-3
votes1
answer48
viewsCan someone help me with the slide show?
People appreciate if anyone can help me, I’m starting the course now and I don’t have much experience yet. I’m doing a job and I have a slide with three images that need to run as carousel and with…
-
-3
votes1
answer41
viewsHow to use the same Script several times on a single page?
I have to use the same Script several times throughout the construction of the page, but I’m only able to use it once, when I try repeat the script structure in another slider it does not alter the…