Questions tagged [bootstrap-carousel]

A slideshow component for cycling through elements, like a carousel. Nested carousels are not supported.

272 questions
0
votes
1 answer

Bootstap Carousel button not working in atom

Im working on carousel but buttons are not working and it has border. Tried to remove border with css but this time buttons also dissappered. buttons are working on codeply: bootstrap carousel buttons /* html tags */ body { font-family:…
clavary
  • 3
  • 1
0
votes
2 answers

Can not see indicators nor are the slides moving in Bootstrap carousel

I am making a website using bootstrap, and it seems the carousel is not working, I copied the code directly from their page and it still won't work. I don't see the indicators, nor do I see it moving (I have 3 slides of content). This is all I…
0
votes
1 answer

html Bootstrap carousel (slide in bootstrap)

Please help with this code. I have three items and I want when I press next or previous it passes to an another item but it didn't work it stays fixed at the item 1. I already compared my code with many other codes and it seems to me right. It's a…
SANAA
  • 15
  • 3
0
votes
0 answers

Carousel scrolling is not working. Around 25-30 images will be added from admin panel

In this code, scrolling is not working. Around 25-30 (image count is not fixed )images will be added from the admin panel each week that will replace the previous images and that will be displayed here. only the latest images will be visible in…
0
votes
1 answer

How to generate carousel with images fetch from API json

I'm trying to generate carousel with images from api json. URL where images are stored is: http://localhost/ First of all I want to check the amount of images occurring in JSON and then display them in carousel. Here's the example of bootstrap…
aphra
  • 5
  • 3
0
votes
2 answers

Add Custom bootstap template to Django CMS Project

I hope you are well.  The reason i'm writing to you is because ive been utilizing the Django cms bootstrap carousel plug in. Im all set however i am struggling to figure out how to add me newly added custom template to my application.  Im wondering…
0
votes
0 answers

How can I change the interval of my carousel?

I tried changing the interval of my Bootstrap 4 carousel with the following jQuery but didn't got any output. Please let me know what I am missing. $('.carousel').carousel({ interval: 100 });
0
votes
3 answers

Bootstrap Cards carousel with php

I'm trying to get the custom posts image gallery images into bootstrap cards with carousel and so far I'm able to get the images but they are displaying one by one underneath each instead of a carousel please correct me what am I doing wrong…
0
votes
1 answer

using bootstarp4 carousel slid show all data appears, how to enable each item individually appears

data from database is fetched all but in slider it shows all three selected items. three rows are select with correct content from database but it appears as mixed up all three item over each other as well the next and previous button is also not…
Sadat
  • 1
  • 5
0
votes
0 answers

I am not able to use modal inside a full width Carousel in Bootstrap 4. What should I do to make it work?

I am trying to use a modal inside my full-width carousel. It's not showing properly as expected. Here is the code. '''
0
votes
2 answers

Bootstrap carousel doesn't switch to the next image when clicking on the next/preview btn

I have copy/past the bootstrap carousel directly from the bootstrap website, this display well on the screen, but the next and preview btn doesn't work. The first image is ok, but when I click either next or previous btn nothing happens, also the…
user18341951
0
votes
1 answer

I m trying to get the output of owl carousel dynamically using bootstrap but didnot get the desired output in codeigniter framework 3.0.1 version

This is what i want to display as slider when it slides both the rows move left or right correspondingly a b c a b c <> but what i have got is given below a b c <> While getting images from database can't get the logic to display it by two…
0
votes
3 answers

how to remove eventhandler from bootstrap carousel indicator items

I am using bootstrap5 carousel, and I want to fire a custom event when the previous or next indicators are clicked. I want to prevent the default bootstrap event from firing. I have tried a bunch of different techniques, but with no success. Does…
0
votes
2 answers

How to Disable width for carousel control buttons bootstrap?

I have a problem with carousel control buttons bootstrap as show in this photo : But as soon as i disable width: 15% in the the devTools in chrome i don't have that problem any more : I tried to set width: auto but couldn’t figure out how to fix…
Abdo Rabah
  • 1,670
  • 2
  • 15
  • 31
0
votes
1 answer

Fit Bootstrap carousel in bootstrap card

I have a partial to display a carousel of images within a card. Problem is my carousel is not clean and slides outside the card. Anybody faced this issue and would help me to solve it please ? Here is the link to a screencast :…