Tagged Questions
0
votes
0answers
20 views
Jquery Cycle Slideshow Broken in Mobile Safari and Chrome
I've integrated the Jquery slideshow plugin (available in my CMS) into a new responsive design.
Because the plugin wasn't originally intended to resize based on viewport size, I had to modify it to ...
0
votes
0answers
8 views
the multiple slide update value in .cycle
I have created the jsfiddle please look at this. jsfiddle.net/zSaHK/1/
used .cycle lib
the red block is the prev and next navigation. works everything fine except the current slide image value ...
1
vote
0answers
102 views
js.cycle.js and jquery.js conflict
I am new to javaScript and Jquery. I want to design a website that contains both an accordion navigation and a slideshow on the same page. In order to do this, I downloaded this auto scrolling ...
0
votes
0answers
56 views
Customizing the “Presentation Cycle with progressbar” no “flow” effect.
I've been searching around to find the same slideshow as the one used in the website of sputnikcreative.com. I found it as nice way of presenting some stuff I design and I'm totally not experienced in ...
0
votes
1answer
38 views
Cycle slideshow: only autoshow some specified slides
I'm using the Cycle plugin for my slideshow: http://jquery.malsup.com/cycle/
The slides starts automatic and uses a navigation that gets fired with an hover.
I would like that the slideshow only ...
0
votes
0answers
68 views
Cycle plugin issue, Class thumb pager working only in the first slide
as you can see, there are 2 slideshows in each "album" class,
the pager(navigator) of the first "album" slideshow is working as well when i'm navigating in the thumb pictures, but the pager of the ...
0
votes
1answer
38 views
Need help changing the speed duration of slides with Jquery scripts
So first off I have basically no working knowledge of javascript or Jquery. Second off I have tried to look up answers to this and tried a few things but nothing worked for me.
My slides seem to ...
1
vote
2answers
858 views
Responsive background slideshow with maintained aspect ratio - Malsup Cycle2
Using Malsup's Cycle 2 to create a background slideshow with corresponding sliding text in a separate div. I've got some simple markup here, but can't seem to get the image to crop so that it will ...
0
votes
0answers
30 views
Do not show slide when ie8 and/or ipad
The title says it all; is it possible to skip a slide in a slideshow if the site is loaded on ie8 or an ipad?
I'm using the jquery cycle plugin: http://jquery.malsup.com/cycle/
Thanks.
0
votes
0answers
165 views
Binding external element to cycle slides (maximage 2.0) jquery
I'm using maximage plugin http://blog.aaronvanderzwan.com/2012/07/maximage-2-0/ to create a full screen background slideshow accompanied with text corresponding to each slide. This is working as ...
0
votes
1answer
108 views
Add Pause/Resume Button on Cycle
Hello I got this problem with the Pause/Resume button on Jquery cycle.
The pauseOnPagerHover works but not if I put an pausebutton in.
Like this one:
$("#pauseButton").click(function() {
...
0
votes
1answer
190 views
jquery cycle2 videos AND images together
I have jquery cycle2 working on a site with images, separately I can also have it working with youtube videos. But I need to have images and videos in the slideshow at the same time.
Just wondering ...
0
votes
0answers
201 views
Different effects on items jQuery cycle (Drupal Views Slideshow)
Using Drupal views slideshow I have the following fields in the slideshow:
Image
More info button
Title
Text
Right now the slider is working and is set to scroll horiz but I would like the text ...
0
votes
2answers
353 views
Enlarge image on hover then start jquery cycle
I am using the jQuery Cycle plugin with the shuffle effect. I would like to be able to enlarge the images on hover then start the slideshow with the larger images. I've tried CSS styling a few ...
1
vote
1answer
241 views
CSS/jQ/jS - Prev/Next buttons won't stack on img cycler
I'm trying to make a image cycler with prev/next navigation. I got it running, but the navigation buttons won't appear on the img. I used <li> a: and a background with text indent -9999px and ...
0
votes
0answers
34 views
Cycle through a word positioned in some inline text
Looking everywhere for this, but can't seem to find the right words to search for what i'm looking for.
I want to cycle through a word, positioned in a sentence.
Example:
<h2>This is option ...
0
votes
1answer
118 views
Slideshow based on jQuery cycle plugin not adjusting to the screen width correctly
I added the jQuery cycle slideshow to my site.
My slideshow works as it should but the width is a huge issue.
The width doesn't adapt to the screen, it just takes the width of the image (maximum) ...
1
vote
1answer
419 views
Jquery Cycle 2 different slideshow sync
I'm new to this place, but I've been relatively new at coding javascript/jquery but I've been working with jquery cycle, and attempting two slide shows running at the same time. Here is my code:
...
0
votes
0answers
102 views
jquery slideshow only show images with same class
I am using the jquery cycle plugin w/ pager.
I am trying to get the next/prev arrows to only page through items with an li class of image, skipping the items with a header class.
any help is ...
0
votes
0answers
270 views
HTML5 Videos in JS Cycle Plugin
I am working on a website using the Cycle plugin (with fullscreen backgrounds). I can embed images and YouTube/Vimeo, but I would really like to use the HTML5 <video> tags.
Currently, when I put ...
0
votes
0answers
86 views
How to add a slide to a jquery cycle slideshow that's already in progress?
I have an unordered list that's got a jQuery cycle attached to it.
Every so often a new LI is being appended to it, but this breaks the plugin as the elements aren't styled correctly (cycle doesn't ...
1
vote
1answer
483 views
Resuming jquery cycle with a delay
I am trying to resume a Jquery cycle plugin slideshow, but only after a delay of X miliseconds. The set up is for the slideshow to play while being hovered over, and to pause while not (while other ...
0
votes
1answer
348 views
Jquery cycle plugin containerResize option
Im using jquery cycle on have a fade slideshow like so...
$('.pics').cycle({
fx: 'fade',
timeout:5000,
random: 1,
containerResize: false
});
it was working fine before but since I ...
2
votes
2answers
1k views
Simple cycled slideshow with next/prev link
I am more or less a beginner to Jquery and to start with it
I tried to make a clickable, cycled slideshow, based on this one.
So far so good. The code works (see below).
My questions:
Isn't there an ...
0
votes
1answer
357 views
jquery cycle image slider plugin(image load time)
If you check out the site stretchshapes.net, you can see we are using a plugin call VTEM slider to show advertisements on the top of our site.
It had been working fine for a number of months but ...
-1
votes
3answers
2k views
Jquery cycle plugin, slideshow speed
I have this jQuery slide show from JQuery Cycle plugin....
<script type="text/javascript">
$(window).on('load', function() {
var img_widths = [];
var imgs = $(".pics").find("img");
...
0
votes
1answer
482 views
jquery Cycle on resizing browser
I'm trying to write a script that auto resize my jquery Cycle gallery when I resize my browser. I tried some of the solutions already seen like Window Resize or the cycle options:
containerResize: ...
0
votes
0answers
572 views
Manual Advance to Specific Slide Without Pager in jQuery Cycle
Is it possible to advance to a specific slide in jQuery cycle via a command rather than triggering a click on a pager?
Much like jQuery cycle offers the option to advance like so:
...
1
vote
1answer
242 views
jQuery Cycle - more images
I have some problem with jQuery Cycle Plugin. I realized standart cycle but I want that 3 images appear for starting in one slideshow.
Can anyone please help me with this?
Thanks
0
votes
2answers
1k views
How to make a 100% wide horizontal slideshow similar to Vogue
I'm trying to look for a tutorial on building a slideshow similar to the one that Vogue uses: http://www.vogue.com/
I need to use almost the same exact functionality, however the active slide in the ...
2
votes
1answer
333 views
jQuery Cycle plugin advanced slider
I want to build a slideshow with the jQuery Cycle plugin, I've done it before but now I want an advanced slider.
The slider needs to scrollUp and fadeOut with an delay between the fadeOut and the ...
0
votes
1answer
374 views
How to get Jquery cycle to correctly fade separate div's, one on top of the other
had a look through other posts and couldn't find any (with answers at least) that fit my problem. Which is:
I have a group of images that I am using jquery cycle to fade in and out on a loop. Works ...
0
votes
1answer
333 views
Making Jquery Cycle work within a dynamic xhtml layout
Hello I'm trying to run a javascript resize for my page using the Particle tree method
- whenever the window resolution changes a different css stylesheet is called.
In each stylesheet ...
0
votes
1answer
1k views
How to create image slideshow with jquery but with background-image property?
I have this HTML:
<div id="content_home_preview">
</div>
And this CSS:
#content_home_preview{
float: left;
margin: 0;
padding: 0;
width: 940px;
height: 469px;
background-image: ...
1
vote
3answers
1k views
Multiple instances of jQuery Cycle on page (and targeting existing thumbnails with pagerAnchorBuilder)
I'm stuck getting multiple Cycle slideshows (with thumbnails) to work on my blog.... all of the slideshow thumbnails are targeting the first instance of the slideshow on the page, and the captions are ...
0
votes
2answers
676 views
cycling images with jquery
I have a simple HTML list:
<ul>
<li>
<div class="slideshow1">
<img class="bradius5 slide1" src="<?php base_url();?> img/ristorante1.jpg" ...
0
votes
1answer
927 views
jquery cycle plugin true crossfade transition
Is there a way to set up cycle plugin with a crossfade that does not show a background colour flash between images?
I'd like one image to fade on top of another, instead of both fading at the same ...
0
votes
2answers
2k views
Multiple Jquery Slideshows
I am trying to create a page with multiple jquery slideshows each with their own next, previous button using jquery cycle all. Here is my code:
<script type="text/javascript">
...
0
votes
2answers
3k views
jQuery Cycle Plugin slideshow with Vimeo videos
I am trying to incorporate Vimeo videos into my jQuery Cycle slideshow.
The videos work great in the slideshow, however with the new <iframe> embed system, I can't seem to get the videos to ...
0
votes
1answer
574 views
jQuery Slideshow that supports a table format?
I have a client who has a website using CommerceSpace by Network Solutions and would like to have an image fader on the front page. The only issue I run into is I cannot seem to get it to work right ...
0
votes
0answers
524 views
jQuery Cycle page anchor builder and WordPress
Hello I am trying to get the jQuery Cycle to work with WordPress. All works well except for the page anchor builder.
I need to use this part:
jQuery('#imagegallerysingle').after('<ul ...
0
votes
2answers
3k views
Number behind in picture count (1/10) Jquery Cycle All Plugin
Bit of a newb but just having a small problem using jquery cycle all plugin. I am trying to create an image gallery, with two buttons next and previous which work fine, and with a counter like (1/10) ...
1
vote
0answers
407 views
Multiple jquery slideshows in same div (area)
I've got a head-scratcher of a problem, at least for me. I can not for the life of me figure out how to have a new slideshow play "on top" or "replace" another. It needs to be in the same div/space.
...
0
votes
2answers
737 views
jQuery Cycle simultaneous fade
I am having an issue with the jQuery Cycle Lite Plugin (http://jquery.malsup.com/cycle/)
The images seem to be fading out completely before fading in, and I want them to fade in/out simultaneously. ...
1
vote
1answer
333 views
jQuery cycle - can the transition cycle through all slides
I need to tweak a jQuery carousel I have made using the excellent cycle plugin
http://jquery.malsup.com/cycle/
Basiaclly, as you can see from this demo (
http://jquery.malsup.com/cycle/pager11.html), ...
3
votes
1answer
368 views
jQuery Cycle Slideshow stops workring with 3+ photos
I have a slide show with Previous and Next buttons that works fine with 3 <li>'s but once I add a Fourth (or more) the next button and previous button don't show up, and they don't work (even if ...
2
votes
3answers
8k views
Using jQuery Cycle and ajax to dynamically create a slide show - images don't load immediately
I'm currently trying to make a cheap, simple slide show navigation box for a client (something along the lines of what, say, the Red Sox or Gamespot use on their sites, but far, far simpler). So far, ...
0
votes
1answer
3k views
jquery cycle slideshow with text underneath
I have a simple slideshow of images using the jquery cycle script.
I'm trying to place description text to appear UNDER the slides of images - but it doesn't seem to be possible - any ideas?
here's ...
3
votes
1answer
2k views
Prototype/Scriptaculous Cycle (Slideshow) Plugin
I've got a bunch of websites that use a few Prototype/Scriptaculous plugins such as lightbox and modalbox, hence include references to these two libraries on various pages.
I now need to implement a ...
0
votes
3answers
454 views
Javascript Noob: How to emulate slideshow on front page by automatically cycling through existing hover states of main page links?
hey everyone. hope you could help me out
am working on this website and i've finished all the hover effects i like - they're exactly how i want them to be: http://s5ent.brinkster.net/beta3.asp - try ...
