A slide show is a display of a series of chosen information, and/or pictures, which is done for artistic or instructional purposes.
0
votes
0answers
11 views
Autoplay (slideshow) a lightbox gallery in magnific lightbox?
I've been looking for a responsive lightbox that will autoplay a gallery starting at a specified point in the gallery. Magnific Popup looks pretty solid. Anyone have a way for it to act as a lightbox ...
0
votes
1answer
27 views
Jquery Coinslider goto exact frame
i am trying to make my coinslider go to an exact frame by pressing another button somewhere in my website.
I've looked at the code many time and couldn't figure it out, so the only thing i could ...
0
votes
0answers
13 views
Add links to my current javascript slide show
I have the current JavaScript for displaying a slide show. I want to add the following effects:
Each slide image a link to a different page.
Small square images representing the slide showing.
Link ...
-4
votes
0answers
14 views
Make a slideshow of images controlled by Javascript and when clicked expands to a bigger image [closed]
Been bothering me all week, I cannot find the correct code for this!
0
votes
0answers
16 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
0answers
15 views
scroll “jumps” in slideshow
Im creating a very simple slideshow for a ASP.NET website.
Currently the slideshow works fine, BUT when the slideshow changes image the scroll-position jumps up (not to the top, but almost).
I cant ...
0
votes
0answers
7 views
Trouble Implementing Touch Events in Lightbox Plugin
I'm having some troubles implementing touch events in a lightbox plugin I've been writing. (I'm doing this because I'm relatively new to Javascript, I want to build my own versions of common front-end ...
0
votes
0answers
11 views
thumbnail Image show Speed slowly
i slide the custom slider
- (void)sliderPopoverView:(YZSliderPopover*)slider
{
if (fabs(slider.value - self.currentSliderValue) > 1.f) {
NSLog(@"%f",slider.value);
[self ...
0
votes
4answers
311 views
Why is my JQuery Cycle slideshow not working?
I wish to create a slideshow using the Cycle plugin. I've coded the following:
Markup:
<div id="slideshow">
<ul id="nav">
<li id="prev"><a ...
0
votes
1answer
26 views
CSS3 parallax bug in IE8 and 9
I am modifying this parallax CSS3 slider code that I got from http://tympanus.net/codrops/2012/03/15/parallax-content-slider-with-css3-and-jquery/.
It works in ff, chrome, ie10 ..but in IE 8/9 i got ...
0
votes
0answers
16 views
Add Back Next toggles to simple slideshow
java newbie here.
I found some simple code that i am using to make a slideshow but is it an auto play slideshow and id like to have the auto play function as well as next/back toggles.
Here is my ...
0
votes
0answers
6 views
Wordpress setting the slideshow to blogposts in tokokoo
We got this website done in Wordpress en tokokoo (with KakiLeema as theme) and we need to change the slideshow to blogposts. Looking in the tokokoo Kakileema Theme options there is not much settings ...
0
votes
0answers
18 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
0answers
48 views
Combine slideshow and carousel in jquery
I have implemented a content fade in slide show inside the sliding content panel.
Fade in slide show is in the first li of the sliding panel but the problem is since sliding is moving randomly I am ...
0
votes
0answers
27 views
setInterval in slide show
there are many free slide show and plugins in the internet.
I want to design my slide show with pure javascript without any framework or plugins.
I want a simple slide show that will be light weight ...
0
votes
0answers
32 views
Jquery, error when using two scripts
Im using two scripts on my website.
This is for a sliding function between the pages.
$(document).ready(function() {
$('#wrapper').scrollTo('#item2', 0);
$('a.panel').click(function () {
...
0
votes
0answers
16 views
Multiple Flexsliders on a single page
I am trying to display to Flexsliders on a single page.
The first slider should rotate through some static images with a slide animation while the second slider should rotate through some images ...
0
votes
1answer
21 views
How to make slideshow?
This question is to be found via google at different sites, but Im not wise from any of them. I got some page header file, in which I display some image...What I want is the image to smoothly change ...
0
votes
1answer
99 views
Transition in image slideshow html5
Here I have is what I done for a html5 image slideshow. It works well on my localhost. However i wonder why there isn't any transition within the slideshow. Transition such as fading the first picture ...
0
votes
0answers
10 views
JavaScript “sl_slider” works perfectly in Dreamweaver, but not when uploaded to hosting files
I'm using JavaScript to make a nice slideshow for my website, but the script isn't working correctly. Below is the situation.
I've uploaded all my files to my ftp folder and verified that they are in ...
0
votes
0answers
9 views
Superscllororama jQuery plugin as a slider
I try to use Superscllorama jQuery to act as slider. With two elements everything is ok but when there is a more than two elements is a mess. Here it is an example. If somebody can help me I would ...
0
votes
1answer
29 views
PhoneGap - Can't Find variable
So I made a simple slideshow in js to display a photogalery in a page, the problem is that whenever I try the slideshow the console shows me the error
ReferenceError: Can't find variable: next
...
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 ...
2
votes
0answers
180 views
Why the slider is not working?
My aim is to replicate the thumbnails to slide from left to right as per this page:
http://preview.vespercreative.com/citilogic/search_detail.php?pid=P2052
They key thing is I want the thumbnails to ...
0
votes
3answers
733 views
Flexslider loads once with jQuery Mobile
I tried to implement Flexslider into jquery mobile without success. It loads once and after page refresh the whole gallery is invisible. Please see full HTML at: http://jsfiddle.net/vyNxb/1/
jQuery ...
0
votes
2answers
51 views
JavaScript Slideshow(No jQuery or any other library)
I want to make simple slideshow which works automatically(no buttons). The images should slide from bottom to top. I have explained the things after the code.
HTmL:
<ul id="imgSlider1">
...
0
votes
0answers
18 views
JavaScript:Why is this Slideshow not working smoothly?
I wrote a little code for bottom to top slideshow in Javascript. Explanation below.
<ul id="imgSlider1">
<li><img width="284px" height="284px" ...
0
votes
0answers
32 views
Clickable thumbnail slideshow
I am a complete beginner, I have almost zero notion of JavaScript, but I do need some advice for my simple slide show!
Here's the problem, I do have a Slideshow that work with a previous and next ...
0
votes
3answers
57 views
Trying to make a slideshow with jQuery but can't get it to work
Hi i am trying to make a slideshow for my webpage but i can't make it work. It is my first time using jQuery and im not so good at js either. Can someone see what i have done wrong?
Here are my html, ...
0
votes
2answers
24 views
How to create a slideshow just like the one of http://sputnikcreative.com?
I've been wondering what kind of slideshow this is. It's like the one on sputnikcreative.com. (Procress) I've been browsing but can't find anything like that and I ain't good with jQuery/javascript so ...
0
votes
3answers
111 views
Drupal 7 - Changing Layout of Article View
I tried Googling this, but it is so specific I didn't come across anything relevant. I currently have a view slideshow for article posts and it looks like this:
But I want it to look like this:
...
0
votes
2answers
281 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
33 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
2answers
37 views
multiple jquery fade slideshow with one function using class name
Ok this may be a noobie question, I hope its easily answered.
I successfully used this simple fade-in fade-out script for a few divs on a page:
function fadeContent() {
$(".banner ...
0
votes
1answer
144 views
How to resize a Keynote slideshow?
I'm an absolute newbie with Applescript but I need to know, first of all, if is it possible to launch a Keynote Slideshow and then how to resize that slideshow to a particular dimension and rect on ...
0
votes
1answer
21 views
how to programm e video in html and css?
I'd like to make something like a video but it's more similiar to a slideshow, 'cause I want a slideshow where i don't do anything (ex: go forward or back to slides) and it is visible to all devices ...
0
votes
2answers
4k views
php slideshow sample
I try to do a simple image slideshow in php (just cycle images, no links, no other effects).
after some googling I found the following in net:
<HTML>
<HEAD>
<TITLE>Php ...
0
votes
0answers
20 views
s6 slideshow internal links not working
Internal links not working in S6 Slideshow
I'm trying to add navigational links - ie links between slideshow pages.
This works fine in Eric Meyer's S5 but it doesn't work in the jquery supported S6 ...
-2
votes
0answers
38 views
slideshow generator in javascript [closed]
I want to create a slideshow in which I could add slides. i.e. there is an input text box . When I input text in that text box and on submit, the text entered automatically generate as a new slide and ...
3
votes
4answers
6k views
Seaching for a Lazy Loading jQuery Slideshow or: hacking cross-slide
I am trying to get a jquery slideshow to display images from flickr, fading and scrolling. Everything works fine, except i really need Lazy Loading of the images (just loading the images on demand).
...
-2
votes
2answers
112 views
Is there a way to make an automatic slideshow using imageswitchers and galleries?
I'm having trouble thinking about how to make an automatic slideshow using ImageSwitchers and Gallery. The only thing I understand is the animation between transitioning pictures when you select them ...
0
votes
1answer
15 views
Drupal Slideshow small image at bottom
I have made a image gallery with a strip of thumbnails and 1 fullsize image.
(when a thumb is clicked, the images is loaded full size):
The problem is the little thumbnail underneath the full size ...
0
votes
2answers
48 views
How can I make the slideshow pause on mouseover
Sorry for asking a pretty common question however I couldn't find how to fix that problem anywhere, and I have no idea how this slideshow works.
I want that slideshow to pause on mouseover and ...
0
votes
1answer
28 views
Photo Slideshow by fading between background-images
I'm trying to implement a slideshow on my site and having some difficulty. I opted to create a div to hold my photo(s) and use background-image to set the photo. All photos are named 1.jpg, 2.jpg ... ...
0
votes
1answer
47 views
Jquery cycle and css webkit animation
Im using jquery cycle for the slideshow. i want to be able to have the numbers stop and then roll whenever the next slide comes. so is almost there i have the numbers rolling in a infinite sequence so ...
0
votes
0answers
34 views
Converting CSS keyframe animation to Javascript
My experiences with JavaScript sliders/carousels have been very painful. More often than not, I've gotten the script to work exactly the way on want locally, but the moment I plug it into my site it ...
0
votes
1answer
120 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
3answers
37 views
center images in fading background
I'm working on a fading slideshow and everything is working great but I just can't seem to get the image('s) centered... I guess/hope it's something small but it's driving me crazy that I just can't ...
0
votes
0answers
44 views
Trying to add a pause button to a tms-0.4.1.js slideshow
Seems to have the code in place for it but I'm new to js and jquery so I’m not sure. I’m normally pretty good with figuring things out with documentation but I can’t seem to find any. The only thing ...
0
votes
0answers
120 views
video gallery javascript with thumbnail feature
I need a video gallery with thumbnails which supports you tube, vimeo and bloomberg videos. I have tried http://html5box.com/html5gallery/. But it doesn't support bloomberg videos. Is there any other ...





