Tagged Questions
0
votes
2answers
14 views
How do I empty global arrays used in a pop up slideshow?
I've created a program where you can choose a set of images by checking checkboxes. The image URL's and the alt-texts are stored in two arrays. When clicking av button on the HTML-page you open a new ...
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
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
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
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
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
105 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
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
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
2answers
52 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
34 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
58 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
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 ...
-2
votes
0answers
41 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 ...
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
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
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
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
0answers
123 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 ...
0
votes
0answers
15 views
Searching for a way to add anchor tags around slides in jquery imagemax slideshow
I created a slideshow on my homepage using the imagemax slider plugin https://github.com/zerostatic/imagemax/tree/master/js
I love the plug-in, but I when I decided to wrap the images in anchor tags, ...
0
votes
0answers
42 views
multiple videos in flex slider not working
I have used flex slider in my web page. In that i have used you tube and vimeo videos. I have used the following script too.
<script type="text/javascript">
$(window).load(function(){
...
0
votes
0answers
41 views
jQuery plugin with autoplay: true is only working in IE
I'm working on a site and I have hit a problem. I'm using Sequence.js as the Javascript/jQuery to control the "stage" on this work-in-progress website.
At some point, while integrating it into my ...
2
votes
1answer
179 views
How do I create a JQuery content slider that uses 4 images to navigate rather than text?
I have for images with a number on it. Those numbers are 1-4. I want to place them numerically and when the user clicks on 1, i want them to go to slide 1 and if they click on 2, then slide 2. This ...
0
votes
0answers
33 views
How do I edit my JS slideshow with thumbnail selectors that are outside of slideshow container?
Okay. I'm working on a website that has a slideshow using this code:
function cycleImages(){
var $active = $('#cycler .active');
var $next = ($active.next().length > 0) ? $active.next() : ...
0
votes
2answers
51 views
javascript slideshow that loads new page after last slide
Sorry, I'm quite new to JS. I have a basic html page where I've put in a slideshow that advances the slide with each click. What I want to have happen is have it change to a new page when the user ...
0
votes
0answers
62 views
How to make a banner that changes on refresh to a slideshow?
I'm trying to find a simple solution to my problem before going along a convoluted route. Basically, the client has a site designed in cakephp that has a banner area in the header.ctp that refreshes ...
-2
votes
2answers
84 views
How to make a server side slideshow
I am trying to find the best way to go about making a server-side slide-show, where the program will get pictures from a folder called /inviteuploads, and display the contents of that folder in the ...
0
votes
0answers
44 views
Use JS to get images from folder into UL>li
I need to make an UL > li list (with the appropriate classes) of all images in a folder using js - how do I do that?
It for a (background) slideshow.
0
votes
1answer
66 views
Slideshow with headline and caption outside the slideshow
I am working with http://responsive-slides.viljamis.com/ and need to have a headline and paragraph display and rotate outside the slideshow. Something similar to this:
...
0
votes
0answers
210 views
Jquery rolling slideshow FOUC - jsfiddle example
I've modified a Jquery slideshow script originally written by Jon Raasch (jonraasch.com) to show three slides on a page with the previous and next images faded out with a transparent png (not loaded ...
1
vote
2answers
44 views
image jumping downwards on a slideshow
I'm having problems with a slideshow (the problem is almost the same as this one Simple jQuery Slideshow Image Moving Downwards for a Split Second but its not working for me). The problem is with the ...
0
votes
1answer
33 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 ...
0
votes
1answer
172 views
Slideshow using MooTools JavaScript - How can I position slideshow to rescale in browser window
I am trying to create a slideshow which fades images as the next one comes using Mootools Javascript. The slideshow works in the browser, but the layout is causing me a heartache. I have position it ...
0
votes
0answers
65 views
Slideshow photos doesn't work on firefox
I want to add a slideshow photos to my website using html ,
I have used a HTML code from the net, the problem is the slideshow work fine on chrome and IE butit doesn't work on firefox( one or two ...
0
votes
3answers
63 views
Javascript not wanting to work?
For some odd reason this image slider does not want to work can anyone point out the problem i have a feeling it is with including the javascript also the does not want to work also so i went with :
...
0
votes
1answer
125 views
How to make a div href to an image for slideshow
I'm trying to make my slideshow's text divs refer it into an active background as a link but I can't seem to get it done.
What I am trying to get is everytime it loads the first text block has to ...
1
vote
1answer
84 views
Javascript Slideshow effect
I be back with problems =)
Basing myself on code for a slideshow that I know works, I replaced the images with square boxes and I'd like for them to each "activate" one after another with a seconds ...
0
votes
0answers
56 views
Javascript slideshow goes crazy when link added to image
Hey guys I have been using a script for a simple slideshow for the index of my page for some time now but have recently decided I would like each image/graphic that displays on the slide to be linked ...
0
votes
1answer
157 views
Reveal.js Slideshow Not Working
I'm trying to use the Reveal.js framework to make a slideshow, but for some reason, it just won't work for me. It's just displaying a blank screen. Here's what I have so far (jsfiddle):
...
0
votes
0answers
65 views
Nivo Slider crossfade captions
I'm using Nivo Slider set to the 'fade' preset transition. However, this causes the slideshow image and caption to fade in and then fade out, with a very quick and subtle period of time where there's ...
-2
votes
1answer
55 views
How do I copy an array returned by a function into another array in JavaScript?
I'm trying to return an array populated inside a function to another array, so I can use the values inside the array for a slideshow.
My code is :
var flag = 0
var slideimages = new ...
-1
votes
1answer
53 views
Why won't my images scroll? [closed]
Here's my site:
violetoeuvre.com
I'd like to program the home image to change when it's scrolled over.
Here's my javascript:
<!-- Photo __________________________________________-->
...
0
votes
0answers
61 views
Is there a way to dynamically update RoyalSlider with hide and show methods?
I am unable to dynamically update the slides in RoyalSlider through the following hide and show methods. I am filtering results which I can see live in a duplicate indicator div, but RoyalSlider ...
0
votes
0answers
69 views
flash/xml based slideshow not displaying images
I'm trying to figure out why the slideshow on this page is not working (it only works on FireFox, doesn't work on Chrome or IE).
As you can see, this is flash-based slideshow and reads its data from ...
0
votes
1answer
51 views
Pictures in the slideshow aren't showing
Only the first three photos in my site's slideshow are showing... I don't know how to fix it, I'm not really sure what the problem is since it was working fine few weeks ago but it suddenly stopped ...
0
votes
0answers
57 views
JS slider only works with compatibility view IE8
I'm currently building a website and came tot the conclusion my slider doesnt work in IE8. All other browsers are fine, but the slider won't work in compatibility view :(
Anyone that can help?
Much ...
0
votes
0answers
91 views
slides.js causing unpredictable behavior
I'm using slides.js in a website, and the page so far is supposed to look like this:
But about 1/4 times the page loads, it instead looks like this:
Or this:
Here's my jQuery:
...
0
votes
1answer
198 views
Remove stop button in slides.js?
slides.js has virtually no documentation. I've got it set to automatically change the slide, and have the prev/next buttons hidden. Is there a way to also hide the "stop/play" button?





