A rotating display of content that can house a variety of content that usually includes "next" and "previous" buttons to rotate through the content.
0
votes
0answers
29 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
28 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
14 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 ...
0
votes
0answers
11 views
Full width Carousel with Dynamic Background
I need a slider or carousel that has an outer div with a background color that will change with each slide. The outer div will not resize, but the inner div containing the carousel images will scale ...
0
votes
0answers
10 views
Gama plugin carousel issue in android 4.1
I want to implement a carousel view in android using the gama plugin from the following link http://developer.digitalaria.com/devguide/gama/en/gama/carousel_android.php.
The carousel view working ...
2
votes
2answers
27 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 ...
0
votes
1answer
35 views
issue with carousel image gallery
I am making a simple carousel image gallery. Currently I have two images and I would like the gallery to loop back to the first image after the last and I cannot figure out how to get this ...
1
vote
1answer
25 views
jQuery Content Reveal swipe Carousel with Tabs
I have been asked to have a look at creating a carousel for mobile, which requires: -
Carousel slider to swipe left and right
Content Carousel (not images)
Tabs at the top which you can tap and it ...
1
vote
1answer
21 views
ICarousel Menu infinite loop
I'm writting an Iphone application using with Icarousel. I used 2 carousel. When i scroll first, second scroll with first one and when i scroll second, first scroll with the second one.
I can do this ...
0
votes
0answers
28 views
Custom slideshow effect added in the progress bar with dots.
I'll be honest with you all; I'm totally not a developer and specially not with Javascript. I want a custom to create a custom slideshow and I specially liked one kind:
...
0
votes
1answer
34 views
Android Lazy loading ViewPager
I'm using a ViewPager with circle indicators for showing pictures.
I want to use the url of some images instead. Actually lazy load some images inside ViewPager with circle indicators. I have to ...
-2
votes
0answers
27 views
Carousel issue in Android [closed]
I want to implement a carousel view and found out a solution from the following link http://developer.digitalaria.com/devguide/gama/en/gama/carousel_android.php.
With the support of gama plugin, i ...
0
votes
0answers
32 views
Swipe.js getPos() and getNumSlides() help needed
I am currently using Swipe.js (https://github.com/bradbirdsall/Swipe/blob/master/README.md) for a carousel I am using for a website. I am a little new to this and could use some help. My code is below ...
-3
votes
0answers
44 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
0answers
19 views
Loading page through ajax that has a carousel
My main page loads other pages on my site via ajax but one of those pages has a carousel. If I go directly to the carousel page the carousel works but if I try to load it on the main page the ...
0
votes
0answers
18 views
Lazy loading carousel
I fetch the link of some images and then I want to put them in a carousel like image below. It must be lazy loading. Prior to loading the images, a substitute image will be used, then after loading ...
0
votes
0answers
13 views
Getting input value in Carousel
When I try to get the value of an input field inside a Carousel it return the originally value and not the inserted one. I am using jqMobi / jq.carousel - a carousel library for html5 mobile apps.
0
votes
1answer
63 views
Sencha Touch carousel Image issue
I have create a vbox layout view and added carousel images in that as follows:
var imgSlider1 = Ext.create('Ext.carousel.Carousel',{
direction: 'horizontal',
singleton: true,
height:300,
width:250,
...
0
votes
1answer
49 views
Dynamically change content on rcarousel
I am using "rcarousel – a continuous jQuery UI carousel" located at http://ryrych.github.io/rcarousel/. After creating the carousel, I wish to change the content on one of the carousel panes. I ...
0
votes
2answers
60 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
53 views
Hammer.js Carousel Start Pane
Heyho,
I´am working on a project in my university and I´d like to use "Hammer.js".
I´ve downloaded the Carousel-Example and it works perfectly for me.
But I would like to start a the middle pane of ...
0
votes
1answer
43 views
Cannot get CSS carousel slides img or text within to be clickable links
I have a CSS carousel that is working great thanks to a great coder on here, but as I am finishing up my project, I cannot make the images or text clickable in the slides. I have wrapped around the ...
1
vote
1answer
41 views
How to put text over CSS image carousel?
<div class="carousel colorDissolve">
<img class="item" src="car.jpg" />
<img class="item" src="plane.jpg" />
<img class="item" src="train.jpg"/>
<img ...
0
votes
0answers
12 views
How i can get scrolling products in Carousel?
How i can get scrolling products in Carousel?the products are visible on page but the products are not scrolling.In admin page "Carousel" module settings as limit=5 & scroll=3 ....etc,But where ...
0
votes
1answer
38 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
0
votes
0answers
25 views
Primeface carousel calls twice my methods
I have an XHTML page with two primefaces carousel.
<?xml version='1.0' encoding='UTF-8' ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" ...
0
votes
0answers
41 views
Unable to re-size item container jQuery Carousel image slider
I'm trying to modify a carousel slider of a previous developer.
and my main problem is I'm trying to re-size the container of the image,its details and a view detail hyperlink so that six items would ...
4
votes
1answer
109 views
How do I lock a carousel in Sencha Touch
I am using a carousel and would like to lock the carousel until a button is clicked. Is there an easy way to do this? Thanks!
My code so far:
Ext.define('BabyBen.view.MainCarousel', {
extend: ...
0
votes
1answer
48 views
Add function to prototype of $(this)
I'm extending the jquery.contentcarousel plugin, and I've reached a specific point where I'm defining new functions via __prototype__. I shrunk the code down to demonstrate the essential part:
...
0
votes
2answers
65 views
Android 3D Carousel integration to my application in android
I am new to Android Programming.I integrate the Android 3D Carousel app into my application using following link
http://www.codeproject.com/Articles/146145/Android-3D-Carousel
It works fine.
But my ...
1
vote
1answer
83 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
39 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
3answers
62 views
JQuery Carousel multiple instances on the same page
I am trying to use a third-party jQuery Carousel plugin in a project at work (don't know which plugin it is though). The problem is that when I use multiple instances of the same plugin on the same ...
0
votes
0answers
30 views
jQuery carousel with different image size
Is this possible to make this image slider works with different width of images? Link to site: LINK
0
votes
1answer
122 views
Jquery carousel with fading text
Picrelated is a carousel i'm struggling with.
By clicking "next" navigation arrow, text caption should fadeout first and then the image block should slide to the left. While the image block slides - ...
0
votes
1answer
57 views
zurb foundation 4 carousel
I need a carousel component, that can show several images in a row and that will allow the user to flip through them - advancing one at a time.
Does anyone know of such a component?
ps
I know that ...
-3
votes
1answer
68 views
Jquery - Vertical carousel with a scrollbar - which plugin? [closed]
I want to implement a carousel as http://worldbakingday.com/en-us/recipe/basquet-chocolate-cake.
It's a vertical carousel & and has a scrollbar. When I click on up or down button, the scrollbar ...
0
votes
1answer
32 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
0answers
34 views
How to get the JS plugin 'roundabout' working with Jquery v1.8.3 or greater
Is there a way to use the jquery plugin 'roundabout' (http://fredhq.com/projects/roundabout) with a newer version of jquery preferably v1.8.3.
I have setup a fiddle where you can see it working in ...
0
votes
1answer
39 views
How to resize slider images according to screens
I am using Basic-slider in my project http://basic-slider.com/ as a background slider. I want to make images resize according to different windows. I am using some code but don't know whether I am ...
0
votes
1answer
44 views
How to add images dynamically to android 3d carousel?
Im developing an app where I have used Android 3d carousel. But I want images to be loaded from my webservice, So anyone has clue how to do it?
Here is the url from where I m using this plugin:
...
0
votes
1answer
53 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
votes
1answer
29 views
Carousel for columns with percentage width [closed]
I have columns width percentage width let’s say 33.3333% like here “featured works” http://dingo.daweb.cz/
And I want make a carousel effect for it. Is it even possible? Because I didn’t find any ...
0
votes
0answers
56 views
Controlling spinning carousel (3D) in AS3 — how to get it to spin to specific element?
I'm building a 3D spinning carousel in AS3, basing it on Keith Peter's example.
I've got the carousel up and spinning and all is well, so far, but I can't for the life of me determine how to control ...
1
vote
1answer
328 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 ...
0
votes
0answers
29 views
carousel previous doesn't work with angular
I'm new to Angular and Javascript.
I'm trying to create a carousel. It looks correct and the next button works fine and it will scroll back to the first item as well. However, the prev button ...
-1
votes
0answers
39 views
Jquery Carousel Script works on my local system but not on server
I have no clue why my following code does not run on my web server
Javascript code
$(document).ready(function(){
var t =setInterval(function(){
$("#carousel ...
1
vote
0answers
41 views
javascript carousel does not work
I am currently doing a project that is similar to this http://www.agilecarousel.com/carousel_example.htm, but using the codes that was provided it doesn't work for me I have included all the paths ...
1
vote
2answers
160 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
51 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 ...


