Code

Discussion on CCSlider - jQuery 3d Slideshow Plugin

Discussion on CCSlider - jQuery 3d Slideshow Plugin

Cart 2,310 sales

cosmocoder supports this item

Supported

351 comments found.

Hi

when i put 3 or more pictures with 2d effect

a third picture goes underneath the others overlaping

can you give me the trick to make it slide side by side without overlaping

thanks

I need a link to your page to inspect the problem.

hi i am not able to show the left and right arrow so that the clients can skip or come back from pictures to pictures

thanks

I need a link to your page to inspect the problem.

Hi

i need to set the height more than what it is

i need that the width is 100%

but i need to put the heiht has I want

thanks

The imageWidth and imageHeight properties only apply for 3d mode animations. As I mentioned in my last comment, you will need to target the slide images through css and change their size so that they fill out your slider container.

thanks no need to say again as I said in my last message everything worked! i only wanted to know about those two numbers

thanks

Good to know that you got it working.

Just purchased and have an issue when installing. When attempting to use this straight out of the box, I get a “find… tooltip” is not a function. Then, after cube’s first slide spins, it stops, gives a b.easing error and stops completely. How do I get this working?

You can prevent the toggling by checking if the div.slider-timer element has the pause class applied or not. When the slider is autoplaying then that element will have the play class.

That did the trick! One more anomaly. On mobile (android, chrome), the cube’s “splits” are visible when on the slides. I took the sidecolor down to a light color, but would rather show off the cubes’ sides moreso. Is there a way to make the splits go away when slide has settled?

Those “splits” are unfortunately sometimes visible in some browsers due to their different handling of anti-aliasing in canvas. It can be alleviated sometimes by ensuring that the slider size has the same aspect ratio as the image’s native aspect ratio and also the image’s width/height is a multiple of the number of splits you are using.

Hello, I just bought your plugin and have a question. I have a lot of thumbnails but when I add them they all stack under the slider, how can I make the overflow hidden with the ability to scroll to see more?

There is probably a css conflict that is causing this. I need a link to your page to inspect the problem.

hi

since I added a ssl https on my website.. the cslider won’t work

here is a page

https://croisiereslacstjoseph.com/Accueilreservation

the big white rectanble is supposed to be the cslider

thanks

The error is shown in the browser console – you are still loading jQuery using http url, so the browser blocks it. Just change it to https and it will work.

hi. i have the question. How do i take off the dots under the slide? thanks

You need to disable the controlLinks setting.

where is the controlLinks ? thanks again..

got it…

No idea how people rate, but perhaps the don’t use a mobile phone. I’d give it a 1 star.

Could you help us on this issue, is there another approach than revise the code? Best regards,

One option would be to handle the stopping and starting of transitions entirely yourself with the slider api functions. First you will need to disable the autoplay, and then use the afterSlideChange event to detect the current slide index and based on that use a setTimeout with a delay of your choice to call the next() to move on to the next slide.

Hello, We currently use your script 162445-ccslider, unfortunately we didn’t find the way to provide us a distinct pause time by slide.

The documentation specify the parameter pauseTime with this description : “The time interval for which a particular slide will be visible before advancing on to the next.”

After a quick look on the code I didn’t acheive to find how to specify this parameter by slide rather globaly.

Could you help us on this issue, is there another approach than revise the code?

Best regards,

Sandrine

The slider only supports a global setting for pausing each slider. If you want to have a per-slide setting then you will need to modify the slider code.

Ok but it is not what indicated in the slider documentation : The documentation specify the parameter pauseTime with this description : “The time interval for which a particular slide will be visible before advancing on to the next.” For me “Particular” means “Each” and not “Global”

I have a client that needs a CSS-based slideshow. Do you think I can use a WordPress plugin such as the CSS & JavaScript Toolbox WordPress plugin: https://en-au.wordpress.org/plugins/css-javascript-toolbox to add this to their website?

Thanks, Kevin

Are you asking if you can add CCSlider to your client’s website? If so then not that CCSlider has its own WP plugin version that you can use. But also note that CCSlider relies on javascript to drive the slideshow.

is this responsive?

Please i need to buy and install in. Y website hope it will work

Hi

I want to put the slider : 100% width et height that will fallow

here is my code :

<style> #slider { width:; /* change width and height accordingly / height: 100%; } </style><style> #slider img { visibility: hidden; } </style><script> $(window).load(function() { $(’#slider’).ccslider({ effectType: ‘2d’, effect: ‘fadeZoom’, _3dOptions: { imageWidth: 2025, imageHeight: 1000,

/   background: #fff url("Images/images2/brochettes2.jpg") center center no-repeat;*/

How do I do please!

thanks

You will need to set the width and height on the #slider container, and ensure that all your slide images are big enough to fill the container.

Hello ! How are you?

I cant install in Joomla 3x

No find the XML archive Please, help me

Regards Juanma

There is no xml file with this. Are you trying to install it as a Joomla plugin? This is just a jQuery plugin.

hi

when I put your plugin everything is ok but

i cannot scroll on a tablet or a phone touching the picrtures

I tryed with a img alone and i can scroll touching it

Please help me because on the tablet the picture takes all the place and we cannot go down the website

thanks

You are still looking at the minified file, one which has “min” in its file name. I am telling you to look at the unminified file, make your edit and then load that file in your page instead of the minified file.

thank you for pointing the “min”.. I though unminified was a programming term that i didn’t know

what I did is that I deleted line 139 to 156 and now it is working

please just confirm that if I let that like that I will not have sudden problems in the futur about something else

thanks

You will have no problems except that the ability to browse the slides by touch swipe won’t work any more.

Hello,

Thank you i just bought your script and seems very good im still doing some tests however it seems i have a little issue when the page load the first time it shows while loading like if the slide is going much bigger on the right the space thats allow to it

Do you have any idea where this can be coming from?

Did you use the technique suggested in the documentation to show a loading spinner until all slide images are loaded before making the slider visible?

yes i did try that not sure why its not working? any suggestions? Thanks

I will need a link to your page to inspect the problem.

Hi. I am looking for a slider that can do ALL of the following: - Full screen slider - Fade between images (instead of sliding or other animation) - Ability to show a random slide as the first slide, each time the page loads

Can your plug-in do any or all of these? Thanks.

This plugin supports fading transition and also you can make the slider have any size and it will resize responsively based on the parent container’s size. However the plugin does not have the feature to randomly order the images each time it loads.

Hi, I am interested to get the plugin but I need to know before is it is possible to use external custom buttons for controlling the slides.

What I need is placing some button on slide 1 that will work as an index or table of contents that link to specific slides, and placing a button on every slide that brings back to slide 1.

Is it that possible with your plugin? Thanks!

Yes, you can do all that as the plugin provides methods for navigating between slides. You can even some of this in action in the live demos.

hi

this is my test website… It is very very long to appear… http://infoms-001-site5.itempurl.com/Accueil_Reservation.aspx

can you explain to me how to make it faster with your plugin

i have another website : informatiquemultiservices.com

and it goes fast

i have another website in test : soistoimeme.ca

and it is very slow with the plug in

thank you

Pierre

You can check the browser’s network panel to see what is slowing your site down. I see that you are using very large images that weigh 2-3 MB

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey