351 comments found.
I really like your effects … is it possible to place unlimited number of this slider on one page? (i want to use the effects for a teampage – about 20 images of Teammembers display next to each other, on click the images turn and show the contact-info). Thanks for Feedback.
Thanks for your interest!
You can have multiple instances of the slider in your page.
Hi: I purchased the product, but I can’t get it to work. I’ve tried everything. Do you think you can have a look at my code? I really want to get this thing to work. Do you have any instructions, as I am new to this? Thanks, Keep up the good work!
Thanks for purchasing!
Please check the provided documentation for detailed instructions on setting up the slider. Also check the source code of the supplied demos. If you are still having problems then give me a link to your page.
Hi, Thank you for a great slider. I’ve got 1 question. How do I stop it from using transition when there’s only 1 image in the slideshow? Because it still does the transition, instead of be just like a static image.
Thank you in advance
Why would you have only have one image in the slider? That kind of defeats the purpose of having a slideshow.
My content is dynamic and sometimes it happens that there’s only 1 item in there and I want it to act as an image, rather than move. If that feature is not built it, would you be able to help me with some jquery solution, please? E.g. a script that will only run the slider if there is more than 1 image in it. Thank you
When you initialize the slider, first count the number of images present in the container using javascript. If it is more than one only then initialize the slider.
I know the theory
But could you help me with that code wise, please? Thank you
var $imgs = $('#slider').find('img');
if( $imgs.length > 1) {
$('#slider').ccslider();
}
Hi, is there a way to influence the number of slide links shown in the controlLinks? My client (sigh) wants to divide the slideshow into three sections. There is the starting image then there are 1-6 description images, then 1-10 other images. So if the user is in the second section the controlLinks should only show the image links belonging to this section. Likewise next/prev buttons should only loop though this section. The number of images for each section is provided via the database. Could I create a function like
if(index >= section2_length){
show specific number of controlLinks
}
or do I have to use a function where I hide the controlLinks I don’t need?
Thx again 
You can use the slider api to detect which slide is being shown and then accordingly hide some controlLinks. You could also try creating separate slideshows for the separate sections and then show/hide them accordingly using the slider api.
Thank you for your answer. How would I put two slideshows into the same container. Or would I have to create two containers?
Regards
Yes, you need to create two slideshow instances, which you will place in the same parent container. You can place them one above the other using absolute positioning (or any other way that is appropriate to you).
Ok, this worked, thank you. One more question please: Does the slider know how many slides it has in the slideshow, and if so how can I access this property?
Thank you again!
The slider obviously knows how many slides there are, but it does not expose this number in the api. If you absolutely must determine this number programmatically, then count the number of slide images in the slider container.
hello dear
i want buy this plugin but i see a big issue . This plugin have had issue with latest mozila firefox version 26.0 . Please help us and describe this problem .
take care
The problem is with Firefox not with the slider. Recent version of Firefox has some bugs with the HTML5 Canvas that gets triggered in some machines, most noted in computers with AMD Radeon graphics. I personally have not seen any problem in Firefox running on my Mac and Windows pc which use Intel and Nvidia graphics. The Firefox Dev Team will hopefully fix it soon.
Hi, I have a strange behavior in Firefox in Windows 8. When the script loads the slides are obscured by a white box that seems to lie between the slides and the control navigation. In all other browsers it works fine. Maybe I can send you a screenshot via PM?
Thanks Cat
Thanks for purchasing!
Are you using AMD graphics? The recent version of Firefox has a problem with that graphics.
No AMD Graphics here. The left and right top corner of the slide is visible. This is also the only thing that moves during transition. The elements in the #slidehtml1 and so on also move and are visible.
Please contact me through the message box in my profile page and provide a link to your page.
Thanks for your support! I have another question: Is there any way to mix 2d and 3d? thx
No, that is not possible.
Thank you.
Hi,
I have installed good this plugin, but in IE 9 crash! for me. The slide still on pause.
Please check it at:www.automovilesmlosada.com
Thanks
Thanks for purchasing!
I see errors in your page generated by prototype.js, which maybe the cause behind the crash in IE9. Remove that script and all its associated plugins to see if the crash problem goes away.
Yes cosmocoder, i have an error in prototype.
Thanks!
Hi, great slider! I have a question: Can I access the slider api function from “outside” the slider? For example I have a text underneath the slider with a link pointing to some slide (goToSlide(index)).
Thx cat
Thanks for purchasing!
Yes of course you can do that. Once you get the handle to the slider api, as described in the documentation, you can then use it anywhere.
Hey,
I didn’t impliment it yet but. http://www.gezondafslanken.pro/beta_v_200/v2.00/index.html
Should I first insert all the code and come back to my problem later.
Regards, S
Yes, I need the slider embedded in the page otherwise how will I inspect the problem.
ok, gonna make work of it
can you contact me private please
don’t have much time, and if you could help a sertain helpfull thing might come your way
Please contact me through the message box in my profile page.
Hey There,
Bought the script but I have a problem blending it into my website, My default pictures are 940×200, but when i change the parameters, it doesn’t give me any image, do you have more info about this, kind regards , Stijn
Thanks for purchasing!
I need a link to your page to inspect the problem.
Also, how to disengage the circular buttons underneath the slider rotation photos, and have zero margin on top and bottom for tables above and below the animated slider of photos
Please post a link to your page. Also I asked you to send me a message through my profile page, not to post a comment here.
I will send a message through your profile. Thank you for a great product
I can’t seem to have the slider work with my navigation – any ideas?
I will send a message through your profile message box. Thanks again
How to change the 2d slider speed?
You use the parameter animSpeed. This has been explained in the documentation.
This is a pre purchase question. Are the slider’s width and height fixed, or it is possible to change them? I need the slider and the images to be wider and with more height, than the size in the preview.
Of course they can be changed. No slider forces you to have a a particular size
. And once the size is set it will resize responsively maintaining the aspect ratio.
Is it possible to to apply JavaScript to each slide eg. tags from an ad network and effectively pull in featured creatives (eg. ads) on each slide of the slider?
I should think so, since the plugin does allow you to style your slide html any way you want and also to apply any javascript action on them.
thx cosmcoder…we will tinker a bit more and see if we can get it to work cleanly
Hello friend, congratulations for your work, I wanted to ask you as I can put the slider for my homepage. My theme includes a slider, but I want to put yours that I recently purchased. thanks
Thanks for purchasing!
Yes you can certainly put the slider in your homepage, or any oage for that matter. Just follow the instructions in the provided documentation and also see how the slider is embedded/used in the demo files.
Thanks friend, I have placed the slider on the home page and it works pretty well. Sometimes you can not see the preview of the images, but generally works well .. and will comment if I find some other detail .. Thank you, very good work
Hello, it’s me again, I have a question: is it possible to add the ALT tag to images in the slider? .. how I can do this. thanks
Of course you can, just edit the html code of the slider and add the alt attributes of the slide images.
Hi there,
we have a problem with the 3D transitions. If the zoom in the browser is not exact 100%, there is a small pixel line between the 3d canvases (picture elements). On desktop computer it’s not such a big problem – normaly people use 100%. The real problem occures on ipad or mobile devices. Is there a chance to fix this problem? We use the 3D Slider with the 3 horizontal parts. Maybe you can make the upper and lower part 1px higher to the middle and do the middle part in front of them so that the middle parte overlays in zoom mode the lower and upper part?
Many thanks!
I will explore the problem that you are mentioning and get back to you.
Hi Cosmocoder,
can you reproduce the failure? Is there any solution?
Many thanks!
Yes I see the problem that you are talking about. I have already explored this and made several attempts to fix it, but unfortunately this is a problem with the Canvas rendering in mobile browsers and cannot be fixed by me. I hope this will be fixed soon in newer versions of mobile browsers.
Hi there, first of all: very nice slider!
My question: Is it possible to set up the parameters that way to zoom-in or zoom-out the slide html effect (not the images)?
Best regards vrdesigner
Thanks for purchasing!
You have complete freedom to style and animate your custom html content anyway you want. Look at the supplied demo code to see how it is done, and after that you can add your own effects.
Hi, is it possible to give imageWidth 100% for 3d mode? and where the slider is get 559px width, when i removed the imageWidth option? Many Thanks
Thanks for purchasing!
The slider does not accept percentage values for the dimensions in 3d mode. If you want the slider to stretch the full width of the container in which you place the slider then before initializing the slider get the width of your container and then set that as the imageWidth parameter. Once set the slider will resize accordingly as the parent container resizes.
Pre-sales question please. Is there a way to limit the maximum width/height of the images? Every responsive slider I see wants to expand to the entire width of the page, which is great for a smart phone, but can look ridiculous on big desktop displays.
Thanks!
Thanks for your interest!
Yes this can be done in the slider. In 3d mode you have to mention the slide width and height which is used as the maximum value of the slide dimensions, and also used to determine the aspect ratio based on which the slides would be resized on smaller screens.
For 2d mode the slider dimensions are determined by the dimensions of the slide images, and once done they are taken as the maximum width and height of the slider, after which the previous logic follows.