289 comments found.
I just purchased this slider, looks and works great! Also, very detailed and nice documentation. Thank you!
1 question/issue: mouse_hover_navigation: true only hides the navigation after the first hover. On page load, they’re all visible. This is of course not what I want with this setting. How can I fix this?
Hi I purchased this along time ago and really like it. I am updating my site using wordpress. When i use this plugin now it breaks some of the wordpress plugins I use. Something to do with this loading the JS script which overwrites a JS script the plugin already ran or something.
U wouldnt know a way around this? Or I read once that you were planning a wordpress plugin of this did it ever happen? Thanks 
Hi, I’m actually using the Royal Slider, but I love the blur effect that your has when you put text over the image. How are you doing that? Are you using blur.js?
Is there any way to display the thumbnail ?
hey VF,
I just purchased your script, it’s great stand alone but it does not work with other scripts that require jquery-1.10.1.min.js. Any idea for work around, perhaps one of those compatibility scripts I saw on jquery. I am not knowledge enough to figure this one out.
any help is greatly appreciated.
thx
FOR ALL USERS WHO NEED TO USE JQUERY 1.10.x.x and or JQUERY 1.9.x with older JQUERY – YOU NEED TO ADD THIS LINE IN - <script src=”http://code.jquery.com/jquery-migrate-1.2.1.js”></script>
Example to use with new JQUERY but yet make old JQUERY SCRIPTS COMPATIBLE:
<script type=”text/javascript” src=”js/jquery-1.10.2.min.js”></script> <script src=”http://code.jquery.com/jquery-migrate-1.2.1.js”></script>
by adding the jquery-migrate-1.2.1.js—it will let older scripts run while newer scripts use 1.10.x
short details here
https://github.com/jquery/jquery-migrateFor me a-tags (links) are working only on last slide? Any ideas why?
please ignore my last post!!! I had a simple markup error… sorry
By the way: Cool slider.
Does it support Youtube Videos ?
@uco: Just wrap img with a tag:
<a href="URL_HERE"><img src="img.jpg" alt="img1" /></a>
@VF: Any chance for JQuery-1.10.X support?
Hello,
Can I add A tag to image?
Andrey.
Hi, I need to change the color to the “current slide number”. Actually you are adding a darker shadow with inline css. Where can I change those properties. I searched inside the CSS files and I couldn’t find it. What is the name/path of the javaScript that is managing those inline Styles.
Is it possible to combine the navigation_type? I need previous and next buttons and the rounded icons together.
It works fine for me in new browsers but crash in IE 6,7,8 why? 
Actually, it works in IE7 but not 8…
in html examples, desc text background not like blur as online demo (chrome browser)
Ok, last post just in case someone else encountered the same thing as me. Bundling is new to me but I get it now. MVC 4 out of the box bundles and renders the jquery .js files for you. To get mine to work, just had to go into App_Start and modify BundleConfig.cs to either add the new .js files to the bundle or create a new transbanner bundle or whatever. However, still didn’t work until enabling optimizations so these two changes to BundleConfig.cs… BundleTable.EnableOptimizations = true; bundles.Add(new ScriptBundle(“/bundles/transbanner”).Include( “/trans_banner/*.js”));
and this line to _Layout solved the problem @Scripts.Render(”~/bundles/jquery”)
now the output of the page includes the scripts in the headers. Frustrating that it took so long to get that but it is kind of nice to not have to put a ton of includes in the header. Although probably wasn’t worth the time I just put into it but consider it future knowledge I guess. 
Ok, can’t seem to delete my above post but looks like I found the issue. I’ve got some research ahead of me but removing @Scripts.Render(”~/bundles/jquery”) from my _Layout page takes care of it.
Thanks
I’m missing something obvious here, gotta walk away for a sec but wondering if anyone else resolved this issue. I did a site with the trans banner in VS 2008 worked great. I’m trying to implement it when using VS 2012 and I’m not seeing the images load (just getting the preloader.gif image) and when debugging using IE I get this error…
Unhandled exception at line 39, column 115 in http://localhost:63571/trans_banner/jquery.easing.1.3.min.js
0×800a01b6 – JavaScript runtime error: Object doesn’t support property or method ‘undefined’
and it takes me into the jquery.easing.1.3.min.js file so it’s going where i want it to.
The file structure is exactly the same, I have a trans_banner folder, all the same stuff in there, the same scripts included as I did the old one but not sure what’s up here. I can open my old project in VS2012 and it runs fine. However, I can’t seem to implement this with any of my new projects. Went through my scripts and references and while I’m sure something is missing, I’m adding whatever was missing from the new that’s not in the old and still having the same error. The fact that it goes to the jquery file and shows the preloader tells me my paths are fine. Little help?
Thanks!
yup, bought this in complete error
NO COMPATIBILITY WITH LATEST JQUERY
Complete waste of money!
Dear VF, need to update latest jquery, because we have to use latest version. Unfortunately it works with only 1.8.3
Can captions be shown only when you hover over the image?
It is not comptaible with jquery 1.9.1 ! 
A solution?
Thanks!
Mick