Hello,
Can someone test this plugin for me?
Works on Firefox,Camino and Safari.
Tested on a Mac ...
http://www.falseone.org/projects/slideviewer-demo/
Hello,
Can someone test this plugin for me?
Works on Firefox,Camino and Safari.
Tested on a Mac ...
http://www.falseone.org/projects/slideviewer-demo/
Awesome Nils!
I was hoping somebody would bring that one into the mix. Hope you won't mind, but I thought I would alert folks to this one as well...some are a bit much...but a few are quite nice...could also be a nice addition:
http://malsup.com/jquery/cycle/
I'm super busy for a bit, but if you need any help getting it packaged up...assuming you want to release it to everybody, you know where to find me.
Ok ... here it is.
Cycle Demo
Some Problems with transition effects on static "height" and "width". :(
I bring it up tomorrow.
see ya
thanks vaska ;)
and after placing the files? what is the next step? =)
Choose your "Exhibition Format"(english) "Austellungsformat"(deutsch).
really nice ... big thanks for this plugin. =D
Good work Nils...I'll have a look when I get a chance. ;)
hm ... looks like it doesnt work in opera (ver. 9) and furthermore there are some problems with IE (ver. 6/7).
okay opera works, was my fault , )
but i still have some problems with the postions of the images (IE). The images dont return to the exact starting position.
hmmm ... have you customize your slideviewer.css?
oh cool, now it looks the same in IE. but I still have those problems with the exact position.
let me show you what i mean:
->link
this is just a fresh setup without any changes. so no changes in the whole xhibit setup and no changes in your newest slideViewer setup.
when you push the buttons 1 and 2 several times, you may notice that the image does not stop at the same point where it started. It sometimes (not always) stops about 5pixel closer to the left site.
I noticed that on your site (http://www.falseone.org/projects/slideviewer-demo/) this problems doesnt appear in the IE.
when you push the buttons 1 and 2 several times, you may notice that the image does not stop at the same point where it started. It sometimes (not always) stops about 5pixel closer to the left site.
this only happens in IE.
sorry. Mac user ... ;(
The SlideViewer plugin by Nils works real good for me, but now I'd like to modify it in a way that slides change automatically.
Could anyone please give me a hint what I could do?
After trying it for more than two days I realized that I realy don't have any javascript knowledge.
The script is quite short but I can't find where it says 'stop' or something so that I could change it to 'go'.
here the code of the jquery.slideviewer.js file:
jQuery(function(){ jQuery("div.svw").prepend("<img src='/ndxz-studio/site/img/loadingAnimation-whbg.gif' class='ldrgif' alt='loading...'/ >"); });var j = 0;jQuery.fn.slideView = function(settings) { settings = jQuery.extend({ easeFunc: "expoinout", easeTime: 750, toolTip: false }, settings); return this.each(function(){ var container = jQuery(this); container.find("img.ldrgif").remove(); // removes the preloader gif container.removeClass("svw").addClass("stripViewer"); var pictWidth = container.find("li").find("img").width(); var pictHeight = container.find("li").find("img").height(); var pictEls = container.find("li").size(); var stripViewerWidth = pictWidth*pictEls; container.find("ul").css("width" , stripViewerWidth); //assegnamo la larghezza alla lista UL container.css("width" , pictWidth); container.css("height" , pictHeight); container.each(function(i) { jQuery(this).after("<div class='stripTransmitter' id='stripTransmitter" + j + "'><ul></ul></div>"); jQuery(this).find("li").each(function(n) { jQuery("div#stripTransmitter" + j + " ul").append("<li><a title='" + jQuery(this).find("img").attr("alt") + "' href='#'>"+(n+1)+"</a></li>"); }); jQuery("div#stripTransmitter" + j + " a").each(function(z) { jQuery(this).bind("click", function(){ jQuery(this).addClass("current").parent().parent().find("a").not(jQuery(this)).removeClass("current"); // wow! var cnt = - (pictWidth*z); jQuery(this).parent().parent().parent().prev().find("ul").animate({ left: cnt}, settings.easeTime, settings.easeFunc); return false; }); }); jQuery("div#stripTransmitter" + j).css("width" , pictWidth); jQuery("div#stripTransmitter" + j + " a:eq(0)").addClass("current"); if(settings.toolTip){ container.next(".stripTransmitter ul").find("a").Tooltip({ track: true, delay: 0, showURL: false, showBody: false }); } }); j++; }); };hi,
would like help to customize this plugin (example link).
trying to get the number buttons to display before the pictures (just change their location to above the gallery). anybody?
I like the feel of the slide function from benhorinb ( post above).
i would like to also include the mouse like http://www.marekhaiduk.de/index.html. Anyone done this?
the mouse wheel i mean
This would really be fantastic with a click image advance.
Frustration. What am I doing wrong? I'm trying to get Slideviewer to show a series of images on my homepage.
I've loaded the .css file, the js files, and the .php files into their correct places. I can see Slideviewer in the Exhibition Format menu in Indexhibit.
But nothing happens--no images. Is there a piece of code I need to modify in one of the files I uploaded?
I'm very new to this. Here's my site, if you want to have a look: site
Additionally, I have somehow "broken" the Slideshow theme. Could this be because I updated JQuery to 1.3.2?
See here:page
Thanks for any suggestions!
Additionally, if I look at this page, it seems to work. I'm not sure what I'm doing differently. If I evaluate the code in Chrome, it tells me that I have an "Uncaught Type Error: Object (my site) has no method 'slideViewer.' "
So why wouldn't the code be finding the slideViewer plugins I uploaded? Any thoughts?
Can anyone post a tutorial on how to make the slideviewer work please. I've installed all the files in the right directories but my post display no images.
Hey farwest1 and Chop, I had a similar problem. Upload the images NOT using file manager, but in the images section below left.
I can now see one image in the slide viewer format, but I can't see the others, even though it registers three images.
Anyone got any advice?
http://www.thebottomdraw.com/project/corporate-branding/
Thanks in advance.
You need to be logged in to post.