174 comments found.
I’d like to have a slide that consists of a background colour and some text and a button. Can this be done? I’m happy to style it up, but need to know an image isn’t required on a slide.
Hello, This is not currently possible, however you can use an image with a solid colour, but currently you can’t add a button you can only link the whole slide to a page.
Version 2 in the download looks exactly like v3 (in fact it even says v3)? Can you send me v2? I’d like to try the fullscreen mode. macmike78@hotmail.com thnx
jQuery(document).ready(function() {
jQuery('ul.sf-menu').superfish({
delay: 500,
autoArrows: true,
dropShadows: true
});
When I comment this out, Unleash works great, when I reinstate it, I lose my Superfish autoArrows & only one of my Unleash images show up.
Although, the site in question is being developed. You can use this one to see the scripts I’m dealing with. Basically I’m just replacing the slide menu with your plugin. As far as I know, jQuery’s only being called once. Also, the superfish menu’s being called in functions-fonctions.js
I placed all of your code (on my dev site) right after all the styles & commented out the existing jQuery. I’m calling Unleash right before the opening head tag.
Thanks!
Hey, Thanks for purchasing, it would really be great if you upload your code on a test server or something, however if that is not possible, you can try the following: switch the order in which you call the plugins, for example if you call unleash first try to put it last and vice versa, you can also try wrapping unleash initialization code in $(window).load(function(){ ... }) sometimes it helps, so try that and get back to me.
Thanks,
Thanks themegasm. Calling unleash onload helped (inserted the superfish arrows back to the main menu) but the dropdown/submenu still doesn’t show up. I tried moving the scripts around but no such luck. Even tried calling superfish onload and moving it around various locations internally. Hope you can help. I’ve uploaded the homepage here. Thanks!
hey, If you open your console this error will appear whenever you hover on any link on the menu:
superfishdc79.js?m=1281546233:69 Uncaught TypeError: Cannot read property ‘serial’ of undefined
So this is a superfish issue, but I googled the error for you and apparently superfish is not compitable with the jquery version you are using, so try using an older version like 1.8
hey, If you open your console this error will appear whenever you hover on any link on the menu:
superfishdc79.js?m=1281546233:69 Uncaught TypeError: Cannot read property ‘serial’ of undefined
So this is a superfish issue, but I googled the error for you and apparently superfish is not compitable with the jquery version you are using, so try using an older version like 1.8
You rock themegasm! I tried 1.4 (original installed version on site) earlier but it broke your plugin. 1.8 did the trick! Now they both work. Thanks again! 5 stars for you my friend!
How do I get the images to be the same size please!
You can use photoshop or any photo editing software to crop images to the same size.
Thanks for your help I will do that. Do you have a handbook or instructions other than the documentation. i am not a programmer. I have successfully added images and played with the text from looking at the superfast video, but unleash doesn’t come up as an element to insert into a row in my page. So how do i put it in. I am going to create two of them for the top of two pages. Wendy
I think you may send me a link to what you are trying to do in a private message, that would be helpful.
How do I get the images to be the same size please!
Hi,
I’ve just installed the slider and this is what comes up.
Parse error: syntax error, unexpected ‘[’ in /homepages/31/d431284721/htdocs/public/wp-content/plugins/unleash-accordion-slider/metabox_gen/metabox.php on line 49
Please help.
Hi, can you update your php version on your server?
Yes
ok try that and tell me if the problem is gone or not.
Thanks a lot. It worked!
Do you have any instructions on how to use import the code into squarespace
I am afraid I am not familiar with squarespace, however, this link explains how to integrate a jQuery plugin, it may help http://answers.squarespace.com/questions/40773/jquery-plugin-classysocial
I’ll give it a shot. Thanks
Hi TheMegasm…Want to purchase this plugin, but before that I want to know if it woks as a vertical accordian as well on Mobile Devices…Doesnt Seem to Happen on the preview.?
unfortunately vertical accordion is not supported. And on mobile,the slides and the content inside will just scale down
Hi, I really like your slider but I work with Wordpress and I’m not sure if I’m able to integrate it in. Also is this mobile friendly, especially for portrait version?
Hello, it would work on wordpress but you have to insert the code in your files, there is no backend for it. For the mobile, you can actually check the demo on a mobile phone and see if this is what you want it to look like.
Thanks,
Thanks for the reply. For mobile, my problem is that it still shows as a landscape slider, but it would be better if it changed to be full-screen or something. There’s no such option for this, I guess?
mmm… unfortunately no, but thanks for your suggestion, I will consider that for upcoming updates.
I see, it’s a shame then. Landscape on mobile is certainly non-ideal. Hope to see full-screen in future then 
I purchased this a few days ago, works fine in a page all by itself, but when I load it into a page with other elements, it vanishes, Firebug says “Uncaught TypeError: $(...).unleash is not a function” a loading usse?? Can I get some support please, I registered through your system, hope you got it. So I have the issues stated above and also I want to add some social media buttons to a slide and am having issues adding the link. Same with a few images on the slide, want to add a zoom on hover feature to certain parts of certain slides and adding a link seems to blow everything up here is a link to the slider working perfectly in its own page http://bit.ly/1IVDv54 and here it is after i added it to the third section, itsa there you just cant see it. Help me please, thanks
Hello, Seems like you forgot to send me the broken link 
can you please try this:
$(window).load(function(){ your unleash code here… })
We juggled the code around a bit and it works with no issues for the most part. I need to clean up some of the css a little bit because there are issues between foundation and my css, but that’s fairly easy, Love the slider. Wish the mobile had a better option. I need to be able to add a few links to a couple of the slides and I have some images set like columns on one slide that I need to function similar to a pricing table where when you hover over it, it grows and stands out a bit. Are either of these things possible? http://bit.ly/1LlPE6K
Hi, did you try wrapping tour content in an a tag with the link? for the second request I don’t really get it can you please elaborate a bit more?
Yes I did. I made everything explode all over the place. Everything seemed to lose its positioning, so i removed it. I was going to add social media icons to the last slide for this.
2nd issue – If you follow the link above, on the third slide you will see 5 images shaped like columns. I want to make them all the same height. When you hover your mouse over one, it will pop-out visually and be bigger then the others
If you know css please do this: for the first issue, try to add an a tag with an absolute position and width and height of 100% so it covers the whole slide, also give it a high z-index, for the second issue, it also requires some css, add transform: scale property when the image is hovered on. If you don’t know css maybe I could help you in my free time, just let me know 
I do and i shall. i tried adding the link tag via view source in google and it worked fine just now, which is weird because when i did it in dreamweaver and uploaded it everything went crazy. I really appreciate your offer.
Hello,
Can you please help me with the script it does not work correctly for some reason on different browser. I have created a test page on http://goo.gl/a14FlG The website is based on Twitter Bootstrap it appears that when using google Chrome the slider does not appear unles I refresh the website 2 or 3 times. If I remove the website from cache – it doesnt work agaiin until refreshed. Also when looking at the website on Iphone 6 the slider does not appear until I slide down to the bottom and then to the top -then it appers.
Please help. M112
Hello, Can you show me how did you initialize your slider?
Its working a bit better now. I changed the script to be: <script type=”text/javascript”> $(document).ready(function() {
jQuery(document).ready(function($) {
// $(".unleash_caption").niceScroll({
// cursorcolor: '#000',
// railpadding: {
// top: 0,
// right: 0,
// left: 0,
// bottom: 0
// },
// cursoropacitymin: 0.1,
// scrollspeed: 80,
// mousescrollstep:10*3,
// cursoropacitymax: 0.8,
// cursorborderradius: '0px',
// cursorwidth: '5px',
// cursorborder: 'none',
// background: 'none'
// });
var s1 = $('.s1').unleash({
slide_width: "75%",
duration: 700,
slide_duration: 6000,
slideshow: false,
initially_open_slide: 5,
hide_controls: true,
pause_onmouseover: true,
open_event: 'drag',
}).data("plugin_unleash");
$(window).scroll(function(event) {
$('.intro_text').css({
'-o-filter': 'blur(' + $(this).scrollTop()/70 + 'px)',
'-moz-filter': 'blur(' + $(this).scrollTop()/70 + 'px)',
'-ms-filter': 'blur(' + $(this).scrollTop()/70 + 'px)',
'-webkit-filter': 'blur(' + $(this).scrollTop()/70 + 'px)',
'filter': 'blur(' + $(this).scrollTop()/70 + 'px)',
'-webkit-transform': 'translate(0px,' + $(this).scrollTop()/2 + 'px)',
'-o-transform': 'translate(0px,' + $(this).scrollTop()/2 + 'px)',
'-moz-transform': 'translate(0px,' + $(this).scrollTop()/2 + 'px)',
'-ms-transform': 'translate(0px,' + $(this).scrollTop()/2 + 'px)',
'transform': 'translate(0px,' + $(this).scrollTop()/2 + 'px)',
});;
});
});
});
</script>
what version are you using?
what version are you using?
I reverted to version 2
are you sure you followed v2’s docs?
Its working better since I reverted to version 2. To be honest I was struggling to understand the instructions and different version as the guide did not mentined different version I started to recreate the plusing from one of examples
why don’t you use v3 it’s much better?
sorry but I don’t know the changes between both versions instructions dont mentioned different versions, but they are included in the files and examples are based on the version 2
I’m sorry, there is something I am not getting, what instructions do you have? v2 or v3?
I downloaded them from code canyon I belive there are for version 3. Lets leave it as it is as its working better now. In case I have any issues I will contact you again. Thanks for your help so far.
you are welcome, please don’t hesitate if you need any help. thank you 
hello, can you please send me your email address as I still require some help with the plugin. Thanks
hello, send me yours at the contact form here http://themeforest.net/user/themegasm
Hi is there any way to get the current slide opened when ‘onSlideOpen’ callback are called? thanks
hi, can you try this: onSlideOpen : function() { your_slider_variable.CurrentSlide() }
i get this error “TypeError: slide.CurrentSlide is not a function”. i guess the variable doesn’t exist in the method when is initialized
can you send me how you initialize your slider?
sure, here’s the code http://pastebin.com/kV52hGDH
did you write slide.CurrentSlide without brackets? it should be slide.CurrentSlide()
shure, the error makes reference to a function. i have this now http://pastebin.com/DMvrgT9n
try this var slide = $(”.main-slide”).unleash({ options … }).data(“plugin_unleash”)
it works! thanks a lot
no problem
Hi i need to know if there’s an option to deactivate the automatic slide pass, slidewhow : false not working thanks
did you write it ‘slidewhow ’?? it’s ‘slideshow’
sorry sorry sorry my mistake 
no problem 
Is it possible to get a fullscreen version also on email like damienb_ got as I think? It’s hard for me to find it out in my downloaded Unleash script.
sure 
my mail: rasquer at o2.pl
done
Hi just bought the plugin and I can’t have the full screen mode turned on !
I just read that you removed the function in the version 3. I wasted money because I wanted this plugin especially for this function and you didn’t mention this in the description… Could provide me the version 2 please ? I just need your plugin for a prehome page.
Regards
Hi, please send me your email.
Fullscreen mode? I don’t thinks it’s included… Also there’s no place to change width/height, am I right?
Hi, the full-screen mode was removed in version 3, sorry if I haven’t mentioned that explicitly, however this is a responsive slider and if you have a container that takes the full width; the slider will take the full width, and that’s also an answer for your second question, the width will be determined by the width of the container (dynamic) and the height will be adjusted to match your images aspect ratio.
Latest version of wordpress complains “No valid Plugin Found. Installation failed.
Support here says go to authors site, author says use form here. Talk about a circle….
Will look for another and consider this a lost purchase and waste of money.
This is not a wordpress plugin
if (($opts.initially_open_slide == 0) && (opened == 0)) {
This error shows up when I use example_4.html of your package :
http://kiss.funkyfrogdesign-test.biz/unleash/example_4.html
I do appreciate if you solve this problem. Thank you!!!
I am not sure yet, but I noticed that you are not importing jquery in the files.
Thank you for your reply
I simply downloaded the package you are selling on Codecanyon and uploaded on the server. I didn’t edit any of html files nor JS.
It seems only example_4.html shows JS error…. In web inspector, Safari says : “ReferenceError: Can’t find variable: opened” pointing the line 113 of jquery.unleash.2.js. Same as IE8 says “‘opened’ is undefined”.
I am not sure if it’s how example_4.html written or jquery.unleash.2.js but since only example_4.html shows the error, i guess it’s how html source was written? I just can’t find the problem. Sorry I don’t have knowledge about JS.
<script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script>
before this line ,
<script src="js/jquery.easing.1.3.js" type="text/javascript"></script>
and by the way this error does not really affect anything in your site 
I know… it’s just my client doesn’t want to see “Error” on IE8 which I want to disappear from this universe. 
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"></script> <script src="js/jquery.easing.1.3.js" type="text/javascript"></script>I changed the link to jquery.min.js with what you suggested but the same error message shows up again.
actually I don’t get that error locally without any servers, but I am working on a wordpress version of this plugin and I will try to fix that, thanks for noticing me 
Funny I get the error locally too…. Looking forward to using Wordpress version 
After I changed “opened” to “open” on line 113 of jquery.unleash.2.js, the error message disappeared. And unleash is working well too.
Hey, check out the latest version
http://goo.gl/mfahgM