Tagged Questions
0
votes
1answer
80 views
Jquery slideshow image caption
I am trying to make the text of a paragraph equal to the alt tag of an image I am using this code and the cycle plugin for jquery.
<html>
<head>
<style ...
0
votes
2answers
167 views
Hide “Next / Previous” navigation if there's only one slide using jQuery Cycle2 plugin
In the instance where there is only one slide in a slideshow, I would like to hide the "Next" control button (.cycle-next) which is being generated by the data-cycle-next attribute. I don't seem to ...
1
vote
2answers
629 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
147 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 ...
2
votes
3answers
356 views
Skip first slide after first loop jQuery cycle plugin
I'm using the slideshow cycle.all.js jquery plugin for my drupal website.(http://jquery.malsup.com/cycle/)
I'm trying to skip the first slide after it loops once. Not sure how to do this, can someone ...
0
votes
0answers
139 views
navigating through multiple slideshow in jquery cycle plugin
i want to make multiple slideshows each having 3 images with thumbnails appearing on top of the image, also the user can navigate to next or previous slideshow using next-prev links. At a time only ...
2
votes
0answers
125 views
Double-Page-Spread Cycle slideshow
The following code is part of wordpress slideshow jQuery script. Its purpose is to achieve a specific logic in the slideshow where all vertical images are displayed as pairs (like a magazine's double ...
0
votes
1answer
122 views
Heavyweight Jquery slideshows are slow in desktops and crash on ipad 2, android ics and iphone.
I am building my portfolio site (have a look here ...)
http://www.tripleagent.co.uk/projects.html
and I am using Jquerry with jquery.cycle.all.js. I added about 200 slides with my work dated many ...
0
votes
2answers
514 views
Make JQuery Cycle Plugin automatically play once through and stop at end of slideshow
How might I make the Cycle plugin automatically play once through and then stop at the end of the slideshow? Additionally, Id like to have a pause/play navigation button fade in that can be used to ...
0
votes
1answer
516 views
Slideshow fixed to browser window width and fixed aspect ratio hide content beneath
I have prepared a slideshow with really large images and with prev/next commands.
The slideshow always fit to browser window (is resizable) and when the images resize, they keep the aspect ratio.
...
1
vote
2answers
464 views
Call a function after all slides in jquery cycle are loaded
I'm trying to call a function after all slides in jquery cycle slider are loaded. on the options page of plugin's website http://jquery.malsup.com/cycle/options.html I found out an option called ...
0
votes
1answer
38 views
Changing slides at specified hours/minutes
I'm working on a project where the target is to present information at a big screen on a festival. The main concern is to get the proper content showing at the proper time, i.e. the next band playing ...
0
votes
2answers
67 views
Adding a second pager to a Jquery Cycle slideshow
I am trying to add a second pager to my slideshows in 1/3 > format so if there are 3 slides it shows how many slides and what slide your on and if you want to move forward you just click the arrow. It ...
1
vote
2answers
671 views
Remove jQuery slide from slideshow after viewing
I'm working with a few different jQuery slide shows and the idea came to me to have an introduction slide. Once a visitor has seen the slide and read it, the information is useless. Using jQuery Cycle ...
0
votes
1answer
340 views
Using jQuery cycle plugin for slideshow with overflow visible area for slides
So, here is how the slideshow looks.
a[b]cde
In this example, b is the visible part of the slideshow. When b is visible, you can't see a,c,d, or e.
Is it possible that when b is showing, that you ...
0
votes
1answer
191 views
How to add default slide for jQuery cycle that doesn't display in slideshow navigation?
I wanted to create a default slide that will display before the slideshow starts to cycle. The slideshow is to have a default/welcome slide that appears for perhaps 8-10 seconds and then it disappears ...
0
votes
1answer
332 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
81 views
How to make this oddly shaped slideshows work?
I want to create 2 slideshows - one beside the other (like this). The slideshow photos will be uploaded by the user so I can't cut them up where the line is to make them transparent (they will also ...
1
vote
1answer
326 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), ...
0
votes
2answers
249 views
jQuery Slideshow cycle plugin backslash error
I'm helping a friend with a custom WordPress theme she purchased from Theme Forest that has a jQuery slideshow using the cycle plugin. It works just fine on all the Pages. I looked at the code and ...
0
votes
1answer
487 views
Problem with multiple jQuery slideshows
Basically i'm setting up a page with mutiple slideshows using the jQuery Cycle plugin. Each slideshow('.slideshow') has it own navigation in the form of a pager('.controls'). However everytime i click ...
1
vote
1answer
1k views
jquery slideshow/cycle with easing not working
Here is my code, for some reason it isn't working when I add the easing option.
It works fine with 'fade'.
<script src="jquery.easing.1.3.js" type="text/javascript"></script>
...
