0
votes
0answers
42 views

Why wont Twitter bootstrap Carousel slide?

Hello I am working with the Carosuel for bootstrap. The problem in that my pictures will not change. My browser url changes when I click the next arrow. It goes from http://0.0.0.0:3000 to ...
0
votes
1answer
32 views

How would I include a slidshow in my Rails website?

Hello I am working a basic rails app, and I want to include a welcome page with a slideshow. How would I implement this in a Rails app? I am new to Rails, and I tried using Jquery, but it didn't work. ...
0
votes
0answers
18 views

Is there an easy way to make the twitter bootstrap carousel change size smoothly while it slides?

Does anybody know how I could easily make a twitter bootstrap carousel change size smoothly while it slides? I am using the carousel (without automatic transitions, of course) for a several-step ...
2
votes
2answers
32 views

Bootstrap carousel start on load with wordpress

I have used twitter bootstrap on handbuilt sites and could get the carousel to start cycling on load. However, I am using a wordpress theme and can't for the life of me figure out how to get this to ...
-3
votes
0answers
49 views

Error on right nav button on my bootstrap carousel [closed]

I have an error on my right navigation of boostrap carousel. I don't know why. The button on the left is right. How can i resolve this?? this is the screenshot of my error. ...
0
votes
2answers
70 views

Bootstrap carousel collapse when slide left on first image

Hey guys i tried to search but couldnt find anything. Im trying to setup a twitter bootstrap carousel with 3 images, everything works fine until you try to slide left when your on image 1, it seems ...
0
votes
1answer
43 views

Twitter bootstrap carousel- change slides with mouse scroll

Is there any way to use mouse scroll to change slides on Twitter Bootstrap Carousel? Regards
1
vote
1answer
92 views

Bootstrap Carousel Overflow:Hidden Breaks Dropup Button

With Twitter Bootstrap, the .carousel-inner style is preset as: .carousel-inner { position: relative; width: 100%; overflow: hidden; } such that overflow: hidden; causes a dropup button to be ...
1
vote
1answer
45 views

bootstrap carousel strange behaviour with first slide being blank and 2 clicks to activate nav

I am using the bootstrap demo from there website. But when I am using it with my mark up, a blank slide appears first. There mark up is taken from my source and I cannot find anything wrong with it. ...
0
votes
1answer
40 views

Carousel not working in bootstrap

I read through the other questions and the answers don't seem to be working. Next and previous buttons do not work in my bootstrap carousel. Trip reorganizing the .js files and using different ...
0
votes
1answer
74 views

Twitter Bootstrap Carousel: last slide overlaps the first slide

I've got a problem with Bootstrap's Carousel: the last slide overlaps the first slide, when slides are wider than the Carousel div. Jsfiddle, depicting the problem (scroll forward and watch how the ...
1
vote
1answer
420 views

Bootstrap Carousel Full Screen

I am trying to get the image in the bootstrap carousel to show full screen but haven't been able to figure it out, I've been working on this for awhile and am totally stuck. Right now I have just one ...
1
vote
2answers
200 views

Bootstrap Carousel not sliding at start

I implemented a bootstrap carousel, which works quite nice, as long as I click at start on the next arrow. Then it starts sliding automatically. If I dont click anything, it just does not start. What ...
0
votes
1answer
64 views

Bootstrap Carousel Not Being Responsive

I'm working on a simple landing page that has the bootstrap carousel at the top of the page. For the most part it works and resizes fine. If I go from a normal width to a small width browser it ...
0
votes
0answers
71 views

Bootstrap Carousel blocking position:fixed

I made a wordpress theme with bootstrap, it uses carousel and affix. Now, when the carousel changes slide, the .affix isn't working over that period, when the carousel has finished the transition, ...
0
votes
2answers
164 views

Carousel not working in Bootstrap, jQuery issue?

New to Bootstrap, no clue with Java/jQuery. I found this cool snippet at: http://bootsnipp.com/snipps/carousel-extended but I'm screwing it up somehow. Visually everything looks fine but the slides ...
2
votes
1answer
161 views

Carousel (Twitter Bootstrap) + retina.js doesn't work as expected

I have recently released my home page in which I use carousel + Twitter Bootstrap + retina.js. http://www.stelab.nagoya-u.ac.jp/~okumura/index.html When I access this page with my old MacBook Pro ...
0
votes
1answer
56 views

Bootstrap Carousel - Link in Caption

I am trying to create a tour of our hospital and can't seem to get the call to action buttons in the Bootstrap Carousel to function properly. Any thoughts would be greatly appreciated. Below is the ...
0
votes
1answer
74 views

Slide to an item by its Id instead of Index - .carousel(index)

With the code below, when I click on MY BUTTON, the item number 3 is shown. $('#myButton').click(function () { $('#myCarousel').carousel(3); }); - <div id="myCarousel" class="carousel ...
0
votes
0answers
162 views

Twitter Bootstrap Carousel Height When Responsive

I'm using a full width Bootstrap Carousel, works and looks great. When I shrink my browser's width, the width of the Carousel responds well.. but the height shrinks too.. when I get it to iPhone ...
1
vote
1answer
299 views

Show next and previous image in Twitter Bootstrap Carousel

I’m searching for a way to display the next and previous slideshow image within the Twitter Bootstrap Carousel. As per default it just show the current image and if I remove the display:none css ...
0
votes
1answer
79 views

Why Bootstrap's Carousel left arrow throws errors while the right one works fine?

I have created this page http://www.virtuemax.com/projects/urtotal/index.html Its a static page and built entirely on bootstrap's framework. The carousel works fine but when you click the left arrow ...
0
votes
0answers
74 views

Twitter boostrap carousel using boostrap lightbox plugin - slide only on over

this problem is a bit particular (as all problems no?) Im' using this plugin: https://github.com/jbutz/bootstrap-lightbox and twitter boostrap carousel. All work fine but... I want to open my ...
1
vote
1answer
494 views

Twitter Bootstrap: Have carousel images full width and height

this seems as a trivial question but after a couple of hours fiddling with the Twitter Bootstrap carousel in their example (http://twitter.github.io/bootstrap/examples/carousel.html) I resort to SO ...
0
votes
1answer
92 views

carousel-indicators don't work in IE

I have problems getting carousel-indicators to work in any version of IE. I can't click them. Here is my html code: <div id="presentation" class="tab-pane active"> <div ...
0
votes
1answer
166 views

MVC 4 Bootstrap carousel, images from a folder in the shared layout

I currently have a static slider implemented in a partial view under the shared folder: @{ ViewBag.Title = "_SliderPartial"; } @*slider*@ <div id="myCarousel" class="carousel slide"> ...
0
votes
1answer
157 views

Bootstrap carousel in an Ember app

I'm a bit new to ember. I have my app basically setup the way I want it, but now I need to add a carousel to the page. I add the following sample (taken from bootstrap's example) to my template: ...
2
votes
1answer
399 views

Bootstrap Carousel indicators not cycling in correct order

I was trying to make the twitter bootstrap carousel work, now everything is working fine except for the indicators that are not working properly, when i press the next-arrow the indicators jumps ...
0
votes
1answer
178 views

Twitter bootstrap carousel navigation arrows out of the image

I put in my bootrap carousel some 940x120 images, i want the navigation arrows of the carousel to be out of the image, so they don't cover it. If did this: .carousel-navigation.left { ...
0
votes
1answer
130 views

Possible to show two slides in the carousel at a time?

I just started learning about Angular.js and I'm using the Carousel control in Angular-ui. Is it possible to display two slides at the same time instead of one? I want to display the images like ...
0
votes
2answers
685 views

Twitter Bootstrap Carousel full screen

I'm a complete noob to RoR, Bootstrap and all things code based. I'm trying to implement a full screen Bootstrap Carousel in my RoR app similar to this: http://surfscore.me/ This is what I have so ...
0
votes
1answer
39 views

Channels, Bootstrap Carousel and ExpressionEngine driving me insane

I know somebody already had their problem fixed on here regarding channels and expressionengine, but nothing worked for me! Still really struggling. I can get only one post to show in the carousel, ...
0
votes
1answer
56 views

displaying files from a directory using Bootstrap Carousel

I am new to JavaScript and started experimenting with Bootstrap Carousel. I wrote test code that works and displays images when I manually create the Carousel items, e.g <div id="myCarousel" ...
0
votes
0answers
28 views

Bootstrap Carousel not working in Expressionengine 2

I know that people have used channels to do this, but I am trying to run a simple carousel using the Bootstrap framework in Expressionengine 2. I have the data and it shows as a static image of slide ...
0
votes
1answer
1k views

twitter bootstrap custom carousel indicators

I want to change the carousel indicators with something like this: I have this markup for my carousel indicators: <ol class="carousel-indicators"> <li data-target="#ShowCarousel-03" ...
-1
votes
1answer
224 views

Bootstrap Carousel / Preload images

I've searched but haven't been able to find out a way to preload images using Bootstrap Carousel. I am building up a portfolio site with a lot of images and right now Bootstrap carousel works properly ...
0
votes
1answer
156 views

Bootstrap carousel next and prev function not working

Using latest version and have the basic carousel. I've got it working with all the default settings, however when trying to add or stop certain functions, things break or don't work at all. I want to ...
0
votes
1answer
158 views

Bootstrap - pause Carousel

What I want to do is to pause my carousel when hovering with the mouse over ANOTHER div. I tried to use jQuery and .hover for this: $('#running-box, #bg-car').carousel({}) ...
0
votes
0answers
92 views

Bootstrap carousel disappears each time before the next image is loaded

Im Using Joomla 3.0 with bootstrap framework, thought including a slider through something that is already loaded is a good idea... All seems to work fine, but there are few annoying things that i ...
0
votes
0answers
49 views

Render many-to-many images throug a bootstrap carouselview

I am trying to render this, and the only thing I get returned in my browser is: [] <div> <% @team.player.each do |p| %> <%= render :template=>"images/carousel", :locals => { ...
1
vote
1answer
213 views

Bootstrap: Carousel with keyboard controls

Has anyone been able to implement Twitter Bootstrap carousel with keyboard controls? I know this is going to be implement in the next release, but for now I was wondering if any of you has been able ...
0
votes
1answer
233 views

PHP : Carousel Bootstrap CSS

I'm trying to use Bootstrap CSS Carousel. The left and right arrows are not working and the slides are not switching automatically... I cannot figure out why. Here is my code : index.php <?php ...
0
votes
1answer
52 views

Issue with paint time using bootstrap carousel

So I'm using Bootstrap Carousel to create a simple slider, but the issue is that when the transitions are fired for the first time the paint time takes a lot for each slide, but after that they seem ...
1
vote
1answer
84 views

Stacking Bootstrap carousel items on mobile?

I'm using a Bootstrap carousel to cycle through sub-sections of a page. While this fits me perfectly on large screens, on mobile I'd prefer to have the sub-sections simply displayed one after the ...
0
votes
0answers
150 views

How to create a column for the image caption to the left of carousel (bootstrap)

Is it possible to have the caption for each image in twitter bootstrap carousel to be to the left of the image in its on column ? say like a span 4(where the Flat White text is)? <div ...
0
votes
0answers
416 views

Dynamically loaded multi-item per slide carousel with Knockout and Bootstrap

I've been trying to solve this for a couple days now, but couldn't make it work. In replacing old flash brands-we-sell-like-banner at some e-commerce site we run, for a Javascript and mobile-friendly ...
9
votes
2answers
190 views

Firefox tab loading spinner runs forever if I load a image asynchronously

So I get the image url in my database, get the data via AJAX and load the image like this: (Updated to show all steps) //GET urls from server $.get("/homeBanners", null, function(data){ ...
1
vote
1answer
220 views

Using different intervals for carousels in Twitter Bootstrap

I'm currently stuck at the problem, that I have two carousels in my Bootstrap Document, each with a unique id and class (#myCarousel-1, #myCarousel-2 / .carousel-1, .carousel-2). I target the ...
0
votes
1answer
655 views

Twitter Bootstrap Carousel - displaying multiple thumbnails

I've created Carousel which displays 4 thumbnails per slide and I have two slides. <div class="container"> <div class="row"> <div class="carousel slide span8" ...
0
votes
1answer
115 views

How do I get the caption text of the jQuery to align with the image?

I'm having a problem with carousel. I would like to make the caption the same width as the image but just now it is set to the same width as the inner item class. I get the following effect: Is ...

1 2 3 4