174 comments found.
Hi again,
Is there a way to prevent the accordion to collapse back where you see all slide semi-open ? Or – How to make the default to be the first slider ?
Thanks
I don’t get your question, please elaborate more.
Sorry.. Please disregard my last question. Everything works great. Thanks
Hi,
Thanks for the update, but I think you got a mistake there with the calculation of ‘left’ value for first open. The calculated left value gets a really high number since it multiply the object width with the slider width… Could you please fix this ?
Thanks .
Does anyone know how to install this on to wordpress. I have tried with numerous scripts in the past and can never get them to work.
@Ravalde Same here…Let me know if you find something similar for Wordpress…
Thanks for the reply – shame no instructions for wordpress just what i needed, yet to find a similar plugin for wordpress
Ditto on getting the update done where the slide opens at the start!! Sure would like it on my current project
I submitted that update and its being reviewed
, but unfortunately its not working perfectly with the rotate animation. make sure to check the update by tomorrow 
Hi,
Great work.
I’m waiting too for the update about the slide open at start… it’s really necessary. Thanks ! 
Hi,
I have a question. Is it possible to open a random slide when the browser onLoads?
Furthermore: Is it also possible, that the slider slides automatically after xx seconds?
actually no for now, but I might work on this later since I’m busy these days 
Is there a quick and dirty solution to just open one div? I really need it 
unfortunately it’s not that easy and might take some time, check this item it might help you 
Hi,
sorry my friend bought this slider and we’ve just implemented it…
ok, I started working on an update, will be out soon hopefully 
Excellent!
I made a couple of top/left number modification to positioning it and works great!
Thanks a lot. Look forward to buy more of your codes. Jose
No, I need to align all the text with a fixed top.
See i now that just have the captions.
do you have the jquery.unleash.js file? can you send it to me?
look, instead of importing jquery.unleash.min.js, import jquery.unleash.js, and then open it and chage
case "opacity":
obj.find(o.captionClassName).each(function (index) {
var $this = $(this);
$this.css({
bottom: 0
});
$this.css({
opacity: 0
});
});
break;
with
case "opacity":
obj.find(o.captionClassName).each(function (index) {
var $this = $(this);
$this.css({
bottom: "70px"
});
$this.css({
left: "70px"
});
$this.css({
opacity: 0
});
});
break;
Yes, I place different text lenght in the caption already in all the images so you can see what I mean (I just eliminate the background of the caption).
mmm.. I can’t see any text in the captions, isn’t that the link? http://nuc1.dev.edukgroup.net/
Yes now I found it, you already did what you want, right?
Yes but I found the way.
Another question. I need to align the caption from top to bottom. Now, caption_4 align it from bottom to top. So if I add more text, the top of the caption will move up. I want the opposite. Top fixed and if I add more text, move down and maintain the same top padding. I play with the css without success. Look here: http://nuc1.dev.edukgroup.net/
The background text is from the image. I plan to eliminate the text in the image and left you caption.
Regards, Jose
can you just write any thing in the caption to be able to see it??
Don’t worry, I eliminate the caption /div but left the a href and works great.
Thanks for your A+ support.
Regards, Jose
you are welcome, do you want to click on the image to go to a link?? is that what you meant?
Ok, but then I remove the that I needed it for linking to another page.
what do you mean?
remove the whole <div class="caption"><a href="#"></a></div> not only the text
Hi ALi,
How I can eliminate the captions? In a site I’m working on, I don’t want the caption.
Thanks, Jose
just remove it from the html 
You know. I think it is something with the hosting company. I just uploaded your examples and I also get the same problem:
http://knmtestl.w03.winhost.com/fvpmed/unleashaccordion/examples.html I will investigate this further on my own and if I can’t solve, I will send you the video capture. Thanks.you’re welcome, and don’t to hesitate to ask for help 
You know, this is definitely something on my PC. I just tried from my friend’s PC and everything works great. Thanks for the quick answers and the great tool!
no problem 
Hi alialaa, great plugin. I also think it should have the option to load with the first slide open. However, I’m writing because I’m having the following problem: As soon as the page loads, I move the mouse over the first slide, any slide and it woks well. However, when I move to the next slide on the right, it will not work. Only when I move over the last slide on the right it will work. Moving to the left is okay. I see the problem in IE9 only, in Firefox it works fine.
Here is the site. I’m using all the outer#2 sample parameters:
http://knmtestl.w03.winhost.com/fvpmed/home.aspxThanks.
I checked your link, it’s working on all browsers even IE8
did you fix something before I checked the link??
No, the problem is still there. I just tried from another computer. Did you start on the left and moved the cursor to the right?
yes, It’s working properly with me, if you could video capture your problem and send it to me, it would be helpful 
Yes it works perfectly if the java script files, jquery.unleash.min.js and jquery.animation.easing.js are added after the other plugin js files. However, the other plugin does not work then. Vice versa is also true.
try to remove the jquery.animation.easing.js and change all the animations to “swing” and get back to me 