Code Monkey home page Code Monkey logo

agile-carousel's Introduction

agile-carousel's People

Contributors

edtalmadge avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

agile-carousel's Issues

.png files

You need to include the .png files that are referenced in the .css file within the .zip file. You're not distributing everything needed to make this work.

-- Geoff

disable_button problem

There is a bug if you pick 5 for number of visible items and try to show 4 items,buttons are still showing up.

Wont show up on device

I really like my slideshow and how customizable it is!

My problem is that I think I'm missing something in my website that would allow it to work on my iPhone. When I go to the Agile Carousel webpage on my phone, all of the carousels work perfectly.
I tried loading jquery and modernizr on my page, but I feel like there's something I'm not doing right. Any suggestions?

Sliding content buttons

I am building a carousel with agile-carousel based off of flavor #2. The area allotted for the carousel is too small for all the content buttons to be displayed at once. This is fine, but what I cannot figure out is how to easily have the viewing area for the content buttons slide so that the later content buttons become visible.

Any help would be appreciated, thanks.

PATCH - Bug when you click on the next button

Hello,

I have found a bug when you click on the next button. If it's the last page of slides, you can click again and this block the navigation previous/next.

Here is the patch to fix it, line 614, replace this :

next_slide_number = slide_number_conversion_array[Math.ceil(current_slide_number / number_slides_visible)];

by this code :

                        var index = Math.ceil(current_slide_number / number_slides_visible);
                        if (index >= slide_number_conversion_array.length) {
                            next_slide_number = slide_number_conversion_array[slide_number_conversion_array.length - 1];
                        } else {
                            next_slide_number = slide_number_conversion_array[index];
                        }

Regards,

Issues with flavour_2

Hello,

When i have 12 content/control sets in agile_carousel_data.php, its shows all 12 slides but in the contol buttons it only shows 5....

also setting continuous_scrolling: true, to false doesn't work, it still scrolls automatically.

Thanks for the script tough :)

Srik

Adding HTML Content via iFrame

I am trying to add an iFrame to the content: in agile_carousel_data.php. It doesn't seem to work. If this is supported an example would be appreciated

Licensing Terms

I couldn't find any license info for this plugin, is it under the same dual license as jQuery (MIT/GPL)? Would you please also update the source to include the license terms under which you release this plugin. Thank you.

Flavor 2 slideshow hangs after second slide

As many others have said, this is an excellent plugin-- thanks for your efforts!

I just down loaded the current version and easily got it up and running on a test page, but I've hit a snag-- the slideshow stops after the second slide when viewing the page in the latest version of Chrome in OSX. Clicking on the pause/play button will get it restarted, after which it will run forever-- it just hangs on the first pass.

You can see this for yourself at http://neoninc.org/budburst2/Agile/index.htm

Also worth mentioning:

  • I see the same behavior using the sample data supplied with the github files
  • Rearranging the order of the slide data in agile_carousel_data.php has no effect-- hangs on slide two regardless of order
  • All the samples at http://www.agilecarousel.com/flavor_2.htm work perfectly
  • After noting that the github files included "agile_carousel.alpha.js" but the sample pages used "agile_carousel.a1.1.js", I saved that version off and tried it, but still no joy.
  • Only seems to hang in Chrome in OSX-- Safari, FF, and even IE in Windows all render it correctly!

Callback functions

When or will you be adding support for callback functions? Specifically to add/remove slides, transitions and after initialization?

controls don't appear flavour 3

var data = [
{
"content": '

',
"content-button": '
',
},
//...];
$(function() {
$("#slides").agile_carousel({
carousel_data: data,
carousel_outer_height: 400,
carousel_height: 400,
slide_height: 400,
carousel_outer_width: 940,
slide_width: 940,
transition_time: 700,
timer: 4000,
continuous_scrolling: true,
control_set_1: "content_buttons"
});
});
Slides change as expected but div which supposed to contain my contol buttons is empty:

Problem with chrome

What is my problem?? in second image carrousel is stop on chrome

<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.0/jquery.js"></script> <script src="/share/slideshow/agile_carousel.alpha.js"></script> <script> $.getJSON("/share/slideshow/agile_carousel_data.php", function(data) { $(document).ready(function(){ $("#flavor_1").agile_carousel({ carousel_data: data, carousel_outer_height: 228, carousel_height: 228, slide_height: 230, carousel_outer_width: 480, slide_width: 480, transition_time: 300, timer: 4000, continuous_scrolling: true, control_set_1: "numbered_buttons", no_control_set: "hover_previous_button,hover_next_button" }); }); }); </script>

http://www.machado-samter.paratestear.com.ar/prueba.php

issue in Agile carousel Flavor 2

Sir,

Your plugin is really great.
I'm encountering problems right now.

Kindly look at http://http://210.14.35.186/pages/home.aspx

At the PC im working the content controller is visible .. but I uploaded it in 2003 server there is no agile plugin. (although it is inlcuded on the scripts)

Also at my computer... the big image is not visible and the auto play is not working..

Thanks,
Roque

License?

Hello,
What's the license of the plugin? Is it open source?

Thanks.

random images using json data file

Having used this carousel for many years and it has served me extremely well using a json file.

I have another use for it but i need the images to be random from the json file.
If anyone can tell me how to implement this I am happy to pay for the information
PLEASE HELP

here is the code i use at the moment
$.getJSON("../include/show_data.php", function (data) {
$("#head_slideshow").agile_carousel({
carousel_data: data,
carousel_outer_height: 347,
carousel_height: 347,
slide_height: 347,
carousel_outer_width: 513,
slide_width: 513,
transition_type: "fade",
transition_time: 1500,
timer: 4000
});
});

Agile Carousel Modifications

I want a Flavor 1-type slider for a web comic strip, but I need the number controls below the slide since people need to read the artwork. I also would prefer the prev/next arrows be off the art as well and really would love to substitute my own "artsy" arrows below the numbers. No appear-on-hover necessary.

This would be for up to a year's worth of strips at a time (156 eventually), so I'd need the numbers to assemble in a paragraph of several lines to hold them all. For layout purposes, I have an example set up with a small selection using a different type of slider and a dummy set of "links" below it. The arrow controls I prefer do work for that temporary slider, which won't accomodate the large number of files I'll accumulate. It's at: http://zakmakestracks.com

Being a newbie at this stuff (but not at design and art), I'm not sure what has to be modified in the script, but I'm certainly willing to play with it if someone has some advice. Ideas, anyone?

missing first group button

Settings:

multiple_slides_visible,
group_numbered_buttons,
number_slides_visible: 1,
transition_type: "fade"

The first group button does not appear until I modify line 119 for the calculation of curr_num, and remove the "+1" at the end.

That might break other set-ups but in my case the button for the first pic appears again correctly, as well as the others!

Agile Carousel v alpha 1
jquery-1.5.1

Resuming sliding

Hello,

First I would like to say, it is a very nice script.

When trying to intergrate the script in my site, I have one issue which I cannot get clear of.
In the flavor 2 and 3 types, the sliding of the items stops as soon as you click (or in flavor 2 get mouse over) a button item.
Is there an easy way to restart the sliding after clicking an item?

play/pause button

Is there a way to set a image for the play/pause button instead of text?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.