A jQuery plugin to create different kinds of carousels.
0
votes
0answers
13 views
CarouFredSel responsive when we have fixed width and height
I have a carouFredSel with css included, and I need to make it responsive, so that both width and height getting smaller. In the css I have fixed width and height and then in the media queries I do ...
0
votes
1answer
15 views
auto timeoutDuration don't work on synchronized carousels
i get two synchronized caroufredsel instances
jQuery("#sliderHome").carouFredSel({
items: 1,
width: 1280,
height: 510,
prev: {
button: ...
0
votes
0answers
16 views
jquery.carouFredSel responsive not working fine
I am using carouFredSel carousel plugin with responsive but it does not respond to the responsive setting.
This
is my carousel page; the thumbs are supporting response but the banner does not.
JS
...
0
votes
1answer
37 views
carouFredSel slider - prev,next and pagination not working
I am using the carouFredSel jquery plugin for a website I'm making. I'm having some issues with the "prev", "next" and "pagination" containers. The images show up and start sliding but I cant navigate ...
0
votes
0answers
25 views
caroufredsel with Backbone.js
I am trying to load Youtube videos into the carouFredSel-carousel, it works fine when I add static video links, but not with dynamically added videos. I am using Backbone.js and YouTube.json files to ...
0
votes
0answers
43 views
Fluid full window width carousel using jQuery.carouFredSel
I am trying to use the following gallery/carousel http://coolcarousels.frebsite.nl/c/2/ to implement onto a site.
What I am trying to do is add a text area identifying who created the image next to ...
1
vote
1answer
28 views
Carousel Animation buggy
I am using CarouFredSel.js to make a carousel that scrolls through one item at a time. As of right now when next or previous are clicked it will scroll out of screen but then the new one will just ...
0
votes
0answers
52 views
carouFredSel pagination not returning correct number using KnockoutJs afterRender
I can't seem to get the pagination showing the correct number of images in my carousel. It is using knockout to store an array of images as an Object under a parent Object called Slide. All data is ...
0
votes
0answers
41 views
CarouFredSel auto:true strange positioning, horizontal cut of the images
When I set CarouFredSel to auto:true in main.js (to slide images automatically) then I open the few projects in colorbox by clicking on the image and after closing the colorbox, images get into ...
0
votes
0answers
18 views
carouFredSel breaking on fade in
I built an image slider using the carouFredSel plugin and everything works fine with one single carousel of images but as I continued building out my site I've reached some problems.
The first ...
0
votes
0answers
41 views
Trying to implement CarouFredSel; when I use a href, the images disappear. Any ideas?
Trying to implement CarouFredSel; when I use a href, the images disappear. However, if I remove the a href, the images are used just fine. Not really sure why, first time I've encountered that.
My ...
0
votes
0answers
111 views
Caroufredsel image gallery with a horizontal thumbnail carousel
I am using this script, but it doesn't work when my gallery has only 3 images (the thumbnails do nothing):
http://coolcarousels.frebsite.nl/c/26/
Which part of the script should I alter to get rid ...
0
votes
0answers
27 views
Customizing carouFredSel plugin for my site
Hi I need to customize carouFredSel pluging to add a carousel to my site. I was trying to do it from hour but I failed. I wanted to do this.
My 1st problem is this
Also I need arrows in left and ...
0
votes
0answers
29 views
TwitterBootstrap media object doesn't fit/adjust with in Caroufredsel
I'm tring to implement caroufredsel with bootstrap media object.
The probleme is that when I change the dimension of my browser the content of media p tag doesn't fit or adjust to main div. I have to ...
0
votes
2answers
57 views
Jquery slider first item title issue
I'm working on a Jquery slider (caroufredsel), where I want some elements to be shown above the slider itself, so outside of the wrapper. I managed to get this working, unfortunatly not for the first ...
2
votes
2answers
47 views
How to remove items on carouFredSel?
I am trying to make a carousel that allows you to delete items, and have got it to work with one of the items on the carousel but it does not seem to work with the following items anyone got any ideas ...
0
votes
0answers
45 views
Target specific content within a selector in carouFredSel
I am using carouFredSel which is working well for my html content
<div class="wrapper">
<div class="list_carousel">
<div id="foo0">
...
0
votes
0answers
13 views
Carousel resetting after functioning normally
Caroufredsel is working as I expected until it comes time for it to repeat. I have 4 slides with 3 visible, scrolling one at a time. The animation is doing something like this:
1, 2 ,3
2, 3, 4
4, ...
0
votes
1answer
88 views
issue with caroufredsel and jquery
I am using jquery 1.8.2 and caroufredsel 6.2.1. The js files are added to the page. In my document.ready function, I am calling $('#carousel1').carouFredSel() where carousel1 is one of many ...
0
votes
1answer
69 views
How to show variable width images inside carouFredSel?
When we set img width in css portrait photos stretch. When we don't set img width carouFredSel shows other images' parts next to the current one. How can we show only one (portrait) photo centered in ...
0
votes
0answers
248 views
Create carousel with multiple divs using carouFredSel in MVC 4 with Razor
I'm very new to development and can't seem to get this right. Been battling with it for the past 12 hours or so.
Basically I'm trying to create a vertical carousel by using carouFredSel that will ...
0
votes
1answer
48 views
carouFredSel scroll on mouse press
I need to make a carousel which would keep scrolling on mousedown and stop when mouse is up.
Got this example working on hover. How to change it to work on mousedown?
$("#foo2").carouFredSel({
...
0
votes
0answers
203 views
Basic Carrousel with CarouFredSel 6.2.0 and jquery-1.9.1 didn't work in IE7
I have been working in migrate from a NivoSlider to a Caroufredsel in one of my website, and, when I finally get it, it didn't work in IE7. I checked the Trailing Comma, and there's nothing wrong, ...
0
votes
0answers
104 views
Stop video in carouFredSel
I would like the video stop when I switched the slide to the left or right. Just like this.
However, this functionality isnt working with the prev button, only with next button.
Html Code:
<div ...
0
votes
1answer
283 views
Video carousel with carouFredSel
The video don't stop to play when prev button is clicked. It only works with next button.
The html code:
<div id="arrow-up">«</div>
<ul id="list">
...
0
votes
0answers
409 views
Issue with responsive height on caroufredsel image carousel
I am using the caroufredsel plugin with responsive images, but the slider is getting the full height of the images (before they are resized) and leaving a big gap at the bottom.
The function is being ...
0
votes
0answers
141 views
CarouFREDSel plugin: Media query triggered resizable images in the carousel
I have this carousel as a wordpress plugin which looks like this (full browser window width):
When I resize the browser window the size of the images are the same until a media query is triggered:
...
0
votes
0answers
115 views
Extra elements to slider using caroufredsel
I was wondering if it is at all possible to add in 2 captions with each slide to slide in as separate items at separate times using the below slider I have concocted? There are many examples out there ...
1
vote
1answer
586 views
CarouFredSel:Show hide div issue
I am trying to use CarouFredSel for to display different images in a div which needs to be hidden in the beginning and visible when some button is clicked later. But its not working as i expected.But ...
1
vote
2answers
438 views
jQuery: lazy load with carouFredSel plugin
I'm trying to implement a lazy load for images that are inside a carousel created with the carouFredSel jQuery plugin.
Do you have any advice or have you already achieved something similar? It seems ...
0
votes
0answers
159 views
SOLVED: caroufredsel image artifacts in Chrome
I have set up an image carousel with the caroufredsel script.
Everything is working as expected, but in Chrome (version 24.0.1312.69 on Debian Linux) I get ugly image artifacts on the right edge of ...
1
vote
1answer
145 views
“Isotope” doesn't play nicely with “CarouFredsel”
I'm trying to use Isotope alongside with Caroufredsel with no success.
I'm using:
HTML+WP:
In fact the Isotope and Caroufredsel are using the same ID, that is the main conflict.
<section ...
0
votes
1answer
335 views
carouFredSel slideTo/slideToPage events
I'm having a bit of trouble with using carouFredSel as an infinite circular slider with controls to go to specific slides. Here is my implementation code:
$('.circular-gallery ul').carouFredSel({
...
0
votes
0answers
107 views
Drupal CSS/JS aggregator and Jquery CarouFredSel
On turning on CSS/JS aggregation on Drupal 7, my jquery CarouFredSel scroll effect doesn't work anymore causing the images in the carousel to be scrolled one at time without any effect. The same work ...
1
vote
2answers
543 views
jQuery Caroufredsel issue: swipe events fail when carousel items have links
I have a carousel built with the jQuery CarouFredSel plugin. It works fine. I have added swipe capability as per the site's instructions. I am using the jquery touchswipe plugin.
The issue is when ...
1
vote
3answers
919 views
CarouFredSel Plugin using TouchSwipe with links not working
I'm using the awesome CarouFredSel JQuery carousel plugin which includes features for integrating the JQuery TouchSwipe library for handheld devices as well.
The carousel elements are divs, within ...
1
vote
0answers
230 views
First item on Caroufredsel should be the current page item in Wordpress
Im working with Caroufredsel on my Wordpress Theme, where every item links to a post (and this carousel is always on top of this post.
Currently, my carousel is starting on a random order, how can ...
1
vote
1answer
227 views
How to pause a CarouFredSel carousel from clicking a thumbnail
Continuing in my unlimited questions using CarouFredSel:
I have a set of thumbnails which control a carousel. Here is a link to a previous qestion I had in how to set it up:
caroufredsel image ...
0
votes
1answer
680 views
How to create a vertical carousel/ticker with dynamically created pagination thumbs
NOTE: Although I'm using CarouFredSel right now, I don't have any preference for a specific plugin.. I'm only interested in accomplishing the goal of the task,.. so if you have suggestions, please ...
1
vote
0answers
123 views
Protovis graph plugin with jquery carouFredSel not working
i am using below Protovis plugin code to generate map & I need to show map in jquery carouFredSel plugin which is image & HTML content carousel.. when I put Protovis plugin code in carousel ...
0
votes
0answers
401 views
carouFredSel: fade effect during scroll: only at the scrolled elements
I see nine elements: [0 1 2 3 4 5 6 7 8]
The scrolled element(s) (one at click and three at mouseweel) have a "hard edge" during the scroll-out or scroll-in at the white wrapper div-container.
at ...
0
votes
0answers
113 views
Caroufredsel infinite linear easing is adding margin after the last image that fits on screen
I'm using the CarouFredsel jQuery plugin at http://chiaroscurodev.telegraphbranding.com/ and as you can see, it is calculating the number of WHOLE images that will fit on the screen given the width of ...
0
votes
1answer
126 views
caroufredsel with prettyphoto and chrome
I am using carouFredSel slider for images, everything words great, I integrated prettyPhoto with it, that works perfectly in Firefox, but in Chrome / Safari the main image doesnt load, if i remove ...
3
votes
3answers
385 views
carouFredSel - set visible amount to actual amount of images - and still scroll?
I'm working with this scroller
http://coolcarousels.frebsite.nl/c/2/
I have this setup below.
My issue is I have it set to visible: 4 and I have 4 images, so it doesn't scroll. If I set it to ...
0
votes
1answer
202 views
carousel trigger when continuous scrolling not working
The carousel (caroufredsel) scroll (check this for example) continously to the left. When I hover to an arrow to the right it will stop scrolling then it will reverse it's direction. I tried using ...
0
votes
1answer
227 views
CarouFredSel Flashes When Scrolling Next in Safari
I am working on a website that uses CarouFredSel to display a vertical scroller (http://new.joshrodg.com/?page_id=206), the problem I'm having is when I click the previous button, CarouFredSel scrolls ...
0
votes
0answers
165 views
Caroufredsel Carousel Plugin Issue
I am facing an issue with this plugin where when making a responsive Wordpress theme. The issue is on this page, where if you inspect the code, the plugin is creating a square 'li' element, which ...
0
votes
1answer
556 views
CarouFredSel Image Links
I am using CarouFredSel for a website I am designing, however I encountered a problem...everything works as expected until I try and link the images to a url.
The script looks like:
$(function() {
...
1
vote
1answer
260 views
CarouFREDsel filter / CSS issue
I'm using the carouFREDsel jQuery carousel plugin in a responsive (html5 boilerplate) layout. The size of the visible item therefore does change.
My HTML is as follows:
<div ...
0
votes
0answers
136 views
filmstrip carousel with prev and next img fading out (js/css)
I'm trying to make a carousel looking like a filmstrip with the center image full opacity and the previous and next image with transparency.
when click on arrows all the 3 images should slide to the ...




