slideshow

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 the only thing I can figure out is that on the blog pages it processes the code incorrectly by adding a backslash in front of all the " and ...

Slide presentation on the web

I'm looking for a way to do a presentation on the web. I want to have a series of slides which I can go forwards and backwards with while having audio done over a conference call. For the slide element, I thought of using a meta-refresh or javascript to update the slide but wondered if there was a more elegant way using standard servers...

Setting a timer in jQuery/javascript

Hi Everyone, I have a picture slideshow that works on a click of a button like so: ">". The button is a span with id "slideshowRight". Is it possible to set a timer that every 5 seconds literally clicks the slideshowRight button and stops when the mouse hovers over the buttons and restarts when the mouse doesn't hover on them? The hov...

Is there a jQuery gallery/slideshow plugin that matches these criteria?

Can anyone point me in the direction of a jQuery slideshow/gallery plugin that matches these criteria (or can be customized to through setting its options)? Can be inserted into a div - not a popup display No border/thumbnails/filenames/buttons - when an element is being displayed, that's all you can see I need to able able to set a ma...

Multiple slides triggered by one common bullet/thumbnail

I would like to design TWO slides adjacent to each other that move in different directions, controlled by a common thumbnail or bullet image. Anyone ever done this? Erik ...

How to change an HTML Link Value using JavaScript?

I have an HTML page where I want to change Image & Link with at regular interval of time. I have following code in Head Tag : <sctipt> var slideimages=new Array() var slidelinks=new Array() var text = document.getElementById('slidetext') function slideshowimages(){ for (i=0;i<slideshowimages.arguments.length;i++){ slideimages[i]=ne...

Properly setting the scope of a jQuery Selector

Hey guys I'm having a problem limiting the scope of a jQuery selector. I've created a slideshow widget that depends on an unordered list for a structure as follows: <ul id="caption"> <li class="visible"> <p> SwitchPoint Solutions is a leading provider of automated configuration solutions fo...

hover over image thumb to reveal floating slideshow like on hotels.com

On hotels.com when you hover over a hotel listing's image thumbnail a small floating slideshow pops up sliding through multiple images of the hotel. Can anyone point me to a Mootools or Jquery script that does this? thanks for any ideas. ...

Is there a jQuery slideshow plugin that allows me to set the timing for individual images?

I would like to know if there is a prebuilt slideshow for jQuery that will allow me to set longer a longer pause on some images than others. I have bracketed photos and would like to fade through from the dark one to the medium exposed on. I think it will look groovy. Cheers, Ben ...

HTML\JavaScript - News Scroller - Sliding Text Effect

how can i make this.... goto this link and see the text sliding after regular intervals well i want to learn to make this so that i could make this ... it is supposed to be a dynamic news scroller.... but to make this i know i will have to learn the thingy on the link that i gave you... then the next steps are going to take me to dyn...

Text underneath link is getting in the way in Internet Explorer

Hello -- I am using the Nivo slideshow (http://nivo.dev7studios.com/) throughout a site i am developing ... it is working great, except that in Internet Explorer the links only work when the mouse is not hovering over the text in the slideshow - in other browsers you can click anywhere in the slideshow (on the image, on the caption, on t...

Slideshow Pro - Flash loads but images do not. Why?

I installed Slideshow pro, with swfobject here: http://globalhealth-dev.oit.duke.edu/whos-involved/alumni The flash loads but the images do not. I have double checked the image paths to death and they appear to be correct. Here is the html: <object id="alumni" classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="520" height="2...

jquery Slideshow in combo with YUI 3 ImageLoader

I am using a jquery based slideshow with total 38 images. Since I removed any controls from the Slideshow and know the transient between slides. thereby able to predict when the images need to be available for the sideshow (of course connection speed/bandwidth is another factor) I would like to use YUI 3 ImageLoader to load the Sldesho...

Which object triggers the style width 207px, instead of 920px slideshow-width?

I customize SuperSlider-Show 2.7.7, blue.css, WP 3.0.1. Each browser shows different results. Capture of css problem. ...

How can I set fadein and fadeout sildeshow of images in JQuery continusly without any event?

How can I set simple JQuery slideshow with CSS continuously, without any event like mouse hover, click etc.? ...

Slideshow with pagination

Hi. I've been working on this slider for Wordpress which allows you to have multiple sliders however for some reason the first sliders pagination is controlling the second slider. I don't have a clue why this is & I really cannot figure it out. I would appreciate some help. Here are the scripts: Main slider script: http://pastebin.com/D...

Same JQuery Slidehow fails in IE 7+8 in one site but not another

I'm using cross-slide and JQuery successfully in IE 7-8 on this site. I've just set up the same here, but - although the solution is identical (although I know the markup isn't - view source for details) - it fails to show images in IE 7-8 (although it's fine in FF + Safari). I know about the trailing comma array IE bug, and I've tried ...

Verify that all images are loaded in `$(window).load()` function before proceeding

I am adding a number of large images for a slide-show to a page, but I want to start loading these images only when the normal part of the page is completely loaded (including the images). To do that, I am adding the images in the $(window).load() function: var slide_total = 20; $(window).load(function() { for (i = 2; i <= slide_...

HTML tag to have image dynamically adjust to fill screen?

I am learning how to make a slideshow presentation with S5, and it allows the insertion of images via standard HTML tags. For slideshows, it is often useful to have a background image that fills the screen during the presentation. Is there a way, such as a HTML tag, that specifically adjusts an image to fill the screen? Thanks. ...

Is there a jQuery plugin that combines lightbox and slideshow (Google Buzz-style)?

When you click on an image in Google Buzz, it shows this image in a lightbox, but at the bottom of the screen there is a list of all images in the same context (and you can click or scroll through it). I want to use the same functionality in my gallery, but I prefer not to spend a lot of time building it. Is there a plugin that provide...