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
45 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 ...
0
votes
1answer
99 views
Actionscript 3.0 : Controlling child movieclips added with an array
I'm trying to build a generic slide show flash file controlled with key presses... right and left arrow to go to next / previous slide, down and up to call / uncall the single animations / bullet ...
0
votes
3answers
67 views
Disable Jquery plugin/function on the fly
So I have a slideshow in the website, that I want to turn to just a list when the window size is mobile. I was thinking if there is a way to disable the jquery plugin or the functions on window resize ...
0
votes
0answers
69 views
Edit CSS slideshow to slow it down?
I found this pretty cool CSS background slide transition. But, the problem is I'm having a hard time figuring out how I can edit the speed of the transition? I'm new to CSS so if you could help me ...
0
votes
0answers
59 views
how to implement slideshow in zend framework which is using dojo as well?
I am newbies to zend and dojo, and i am stucked in implementing a slideshow using dojo in zend. I have googled many sites for a whole day and found this reference: ...
0
votes
0answers
44 views
Get embeded video from a post in Wordpress and display it at homepage
First of all, I'm newbie on Wordpress. Secondly, I searched all the web and everything I found was "wordpress.org/support/topic/get-first-embed-or-object?replies=6". It's exactly what I need but it ...
0
votes
1answer
39 views
Manage Click events through overlapping items
I got a javascript overlapping problem in a slideshow component. I want to add a icon to delete a picture in the slideshow, this icon is on the right top corner of each picture.
The problem is : The ...
0
votes
1answer
32 views
Add a “loop mode” to my slideshow
I got this simple horizontal slideshow (I've been working on it for a while now) with left/right buttons to navigate it. It doesn't have a "continuous" play - returning to the begining or end when ...
0
votes
2answers
13k views
How to create image slideshow in html?
I wanna make image slideshow on my web, here's my code
<head>
<script type="text/javascript">
var image1 = new Image()
image1.src = "images/pentagg.jpg"
var image2 = new ...
0
votes
3answers
391 views
two easy slider in one html page javascript
I have used easy slider for my slideshow. I need to use the same slider in two places in the same html page.
I have tried this but only one slider is working.
<script type="text/javascript" ...
0
votes
1answer
70 views
Awkward Showcase only showing half image in IE?
I am using the Awkward showcase slider and it seems to only show half an image when the page is loaded then after a few seconds continues to slide...does anyone know the issue for this??
-3
votes
0answers
53 views
i want a jquery slideshow like the below image and description http://socializalo.net/falcon/Untitled-1.jpg [closed]
i want a jquery slideshow like the below image and description
http://socializalo.net/falcon/Untitled-1.jpg
How can i achieve this.When click on smaller caption it will show long caption.
Thanks
-2
votes
0answers
36 views
Opencart Developers, How can adding text and links in slideshow module [closed]
Need to add text and links on slideshow module like this :
http://shoponline.x10.bz/opencart/
Thank you
0
votes
0answers
37 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
1answer
35 views
Changing click code to a auto loopable version
i have this bit of code:
function slideshow_animateClick(){
slideshowItem_position = 0 - (slideshowItem_place * 1920);
$('#slideshowContent').stop().animate({'left':slideshowItem_position + ...
0
votes
0answers
33 views
Video or Image Slideshow in MainActivity
I am trying to embed o video or a image slideshow in my MainActivity. Which one is easy to implement and more effective? I am new to android and still learning :)
With the video method, I would have ...
-3
votes
0answers
68 views
How do I create a gallery like mashable.com on Wordpress? [closed]
I love the galleries on Mashable.com (example). Specifically, in the post there is an option to view items as a list but you can open the gallery, see all the copy about each image, view as a ...
0
votes
0answers
41 views
Responsiveslides not working in IE8
ResponsiveSlides -- great solution to slideshows -- its working great in Safari, Chrome and FFox but not working in IE8 on pc. It only sees the first slide and the black transparency area at the ...
0
votes
2answers
55 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
65 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 ...
0
votes
0answers
20 views
Flexslider exapnding page size?
I am currently developing a website and have incorporated a Flexslider to show some images on the home page. The code I have on my Index.html is below:
<div class="span8">
...
0
votes
1answer
64 views
Scalable background images aligned horizontally one after the other
I'm building a custom horizontal slideshow and I've idealized one with full scalable images - as you resize the browser window, the images scale accordingly.
Now, for this to happen, I need to have ...
1
vote
4answers
3k views
Nivo slider hide prev/next buttons if there is only one image
I was wondering if anyone who has had experience using the Jquery Nivo Slider knows if you can hide the previous/next buttons if the slider has only 1 image? The reason I'm using the slider is because ...
0
votes
0answers
14 views
Slideshow with pictures,pictures might have an overlay title when click on title a longer text will appear
Slideshow with pictures,pictures might have an overlay title when click on title a longer text will appear with smooth effect.Any slider which has this effect or how to create this effect.
0
votes
3answers
1k views
How to dynamically load all of the image from a folder for an image slideshow - jquery
Basically what I am after is a way to dynamically load all of the images in a folder (held on the server) into my nivo slider.
Currently the script in nivo slider requires me to reference each photo ...
2
votes
1answer
97 views
jQuery cycle2 plugin: hide controls if only 1 image
I have created a wordpress website where i have integrated the cycle2 plugin into the gallery. When the user adds more than 1 image the controls show up and the slideshow transitions start. I want the ...
0
votes
1answer
53 views
Unbinding/Rebinding .on()/.off() mouse events from animated buttons
This question is somehow related to one other I posted before. The reason I'm making a new question is because I changed things a bit and haven't been able to deal with a litte issue since then.
So, ...
0
votes
0answers
38 views
PowerPoint macros - appear animation
I have a list of 19 books in PowerPoint. They are set to appear after each other and some time.
Now I'd like to write a macro to show the publishing year on the page when the book title is shown. So ...
0
votes
1answer
44 views
SlideJS - Remove the ease-in effect
I am using SlideJs (http://www.slidesjs.com/) slideshow in my project.
Here, I wanted to have a repetitive image which will slide left. Right now, I have set the interval to '0' so that the slideshow ...
0
votes
0answers
109 views
jQuery slideshow with XML
How do you build a jQuery slideshow with XML, when the slideshow has tabs with header and a short description that come from the XML file?
Something like google shopping slideshow?
0
votes
0answers
49 views
Timing and Function issues on slideshow on Jquery
I'm having a timing issue and i'm not able to make the numbers 1) 2) 3) 4) be action buttons to change images on my slideshow...
based on this tutorial: ...
0
votes
1answer
321 views
dojo dojox.image.SlideShow could not be loaded
I want to use the dojox.image.SlideShow in a dialog but I can't get it to work. He keeps giving me errors like
'it's no constructor'.
I use dojo 1.7 and the AMD loader.
Could anybody give me tips ...
0
votes
1answer
69 views
Can't find where the overflow is coming from CSS
Hello my wonderful CSS friends! So, today I am having a problem with a slideshow not showing up from some sort of overflow problem that I can't find. I know it is the overflow because when I change it ...
-2
votes
2answers
90 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 ...
1
vote
1answer
67 views
Triple jquery animation & simultaneous responses
The title of the question might be confusing so I'm going to analyze what I mean. What I need to do is the combination of the following:
5 elements, working similar to star rating functionality: ...
1
vote
1answer
6k views
How to build simple jQuery image slider with sliding or opacity effect? [closed]
Some of us might not want to use ready plugins because of their high sizes and possibilty of creating conflicts with current javascript.
I was using light slider plugins before but when customer ...
0
votes
0answers
167 views
Jquery working in localhost but not on live server
I am in weird situation and i am gonna pull out my hairs. I have a jquery slideshow for movie, sliding 3 movies at a time. The jqery is dynamic and running flawlessly at our localhost on any machine. ...
12
votes
5answers
201 views
Changing CSS properties 'on-the-fly'
I've got this vertical slideshow navigable by up/down arrows. there's 7 items (divs) inside the slideshow's container div but only 3 of them are visible at a time. In truth, this slideshow is a menu - ...
0
votes
1answer
30 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 ...
2
votes
3answers
3k views
slides.js not working
I have HTML which includes scripts in following order
<script src="../static/js/jquery.js" type="text/javascript">
<script src="../static/js/bootstrap.js" type="text/javascript">
...
0
votes
2answers
204 views
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 ...
0
votes
1answer
287 views
Resize SlidesJS Slideshow
I have SlidesJS working but for some reason it thinks the frames are bigger than they are. So if I put in 4 paragraphs as slides the slideshow still takes up most of the page.
I tried putting in ...
0
votes
0answers
76 views
Scroll multiple lines horizontally with arrows
I have 3 rows with list elements and want to scroll them with arrows.
I need infinite horizontal scroll, so when I click on arrow, it will move position for example 10% to the right for all rows and ...
0
votes
0answers
48 views
Expression Blend 4 Image Slideshow From DataSource
I am just starting to learn Expression Blend 4, so excuse any inexperience with any concepts I haven't got my head around yet.
I am trying to create an image slideshow that over time fades one image ...
0
votes
2answers
62 views
Mini slideshow code adaptation
I have this HTML markup:
<div id="leftBtn">Left</div>
<div id="rightBtn">Right</div>
<div id="wrapper">
<div id="slideshowContainer">
<div ...
0
votes
0answers
36 views
Setting focus to non-form element inside slideshow
I've tried a bunch of different things (having the slide heading clickable to transfer focus, having the parent tabindex to -1 per another solution...) so far but am yet to solve my problem. I've got ...
1
vote
2answers
645 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
1answer
75 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
22 views
embedded video/book in one slide of slideshow
I'm pretty sure what I'm looking to do is not doable (haven't found any similar questions and answers online) but I figured asking wouldn't hurt.
I'm looking to make a page with a full screen ...
0
votes
0answers
34 views
Slideshow with (intentional) overlapping
I have this slideshow:
<div id="leftBtn">Left</div>
<div id="rightBtn">Right</div>
<div id="wrapper">
<div id="slideshowContainer">
<div ...



