351 comments found.
Hi I have ccslider as a wp plugin. When I have more than about 12 pictures in a slideshow the thumbnails will be broken down in 2 or more lines. Thats not good for the themes design. Is there a possibility to have only 1 line of thumbnails underneath the pictures which will show only a subset of the thumbnails that will change during the slideshow. I cant find such an option. Thanks for an answer Michael Holstein
Please post this comment in the WP plugin version’s comments section.
Hello, im sorry, but I bought the wrong Version of the CCSlider. I Need the Slider for WP:-( Can you please cancel the resent order, i will additionally buy the version for wp instead? Kind regards, Michael
You will need to contact Support at Codecanyon for this.
I seem to be having issues with the pauseOnHover. The option is set under: But it is still pausing. I am also having issues with the navigation buttons missing as well as slide numbers showing at the bottom instead of the cool circle images.
$(window).load(function(){
$('#slider').ccslider({
effect: 'random',
captionPosition: 'top',
_3dOptions: {
imageWidth: 900,
imageHeight: 350,
makeShadow: 'true',
},
pauseOnHover: 'false',
beforeSlideChange: function(index) {
$(this).find('div.cc-html').children().hide();
},
Any help would be appreciated. The site can be viewed at www.primarycaregpt.com
You setting “pauseOnHover” with a string instead of a boolean value. The correct way is pauseOnHover: false
Also the base slider css does not style the control links and you will see numbers. See the css supplied with the demo to understand how to style the control links.
hi, we want to use it in the visual composer’s Raw HTML option. Can it work in that ? Thanks
Sorry, I don’t have experience with that so I can’t comment on it. But as long as you refer the necessary js and css files on the page and also include the proper slider initialization code then it should work anywhere.
CCslider was bought. Is there a page which explained the contents of in-depth setting of a slider style?
All settings have been explained in the provided documentation.
By an easy question, I’m sorry. Where is the background color change in the gray caption bar? Can the direction of rotation of the default of cubeUp be changed? Even if the explanation was read, it wasn’t understood.sorry.
Thank you very much for your cool slider. I customize and am enjoying myself now(^ ^)
The background of the captions can be changed through css.
If you want to change the direction of rotation then just use cubeDown, or any of the other “cube” animations.
Hi,
Our one of slide is Google calendar page.
Can we insert Google calendar in the slideshow?
Can we set the preview slide image on bottom of the page?
Thanks!
The slider allows you to have custom html content for each slide. So if you can insert the necessary html for your calendar then it should work.
Hi and thanks for this nice slider. I show several sliders on a page; I would like to control the ‘autoPlay’ but when I turn it on “false’ , it’s impossible to make slider play manually.. I try to find a way to do what I’m waiting for but no issue seem to exist.
Is it possible to have your help for ? Thanks
I ‘auto-find’ my solution. Thanks
Good to know that your problem got sorted out.
Is it possible to use this slide with limited knowledge of java script? Would I be able to just put my pictures in the demo file, make sure that all the css and javascript files are linked in the .htm file and see it work as long as the images are the same size as what you have in the demo? Or will I need to know javascript? Or does each demo file work as advertised on this demo?
You will need basic knowledge of javascipt, html and css in order to use the slider. You can certainly use the demo files’ source code to help yourself out, but don’t blindly use the entire demo code since that includes some extra files and code for demo purposes.
Just curious if each slide can link to a page on the website that I put it on, and how to go about it.
Thanks for your interest!
You can indeed make each slide act as a link to an external page. The link url’s are provided in the slider html, the details of which you can find in the supplied documentation.
Hi. I have a pre sale question? Can this slider run completely without any theme? just run with html using style.css ect?
Do you mean to say that you don’t want the styling of the slider that is shown in the demos? The slider package comes with only the bare minimum css code required to make the slider work correctly. On top of that you can apply your styling for the slider.
HI
Can this use a directory full of images to create slideshow? or do you need to hardcode the image path’s
You need to provide regular <img /> elements in the html.
hi can this beused on forum script like xenforo
I have no experience with xenforo so I cannot make any comment about this.
Hello, I’m struggling with the goToSlide(index) function. I have read through your documentation & used both methods to resolve the issue, but still unsuccessful. Instead of going to a particular slide, it’s going to the previous slide.
$('.event').click(function()
{
$('#slider').data('ccslider').goToSlide(2);
});
Your code is correct. Note that the slide index number is zero based, so entering 2 will take you to the third slide.
Thanks for your reply, I’m aware of the slide index number being zero based, however when the code is executed the slider will slide to the previous slide instead of going to third slide. e.g. fifth slide is current being displayed, when the code is executed the slider will slide to the fourth slide instead of the third, if second slide is current being displayed, when the code is executed the slider will slide to the first slide. The goToSlide(index) function is replicating the prev() function.
I need a link to your page to inspect the problem.
Hello, I read the documentation but I cannot get this to work properly. Can you take a look please to see what is the problem http://extensivemedia.net/test/
Thanks..
You have initialized the plugin before referencing jquery. Also don’t include every single js and css file that were referenced in the provided demos. Please see the documentation to find what js and css files are actually needed.
How do you load the slider in a iframe?
I have the slider in a html page and I want to load the slider html in another page using iframe. it doesn’t seem to work for me.
There should be no problem in viewing the slider through an iframe, if the slider is working in its original page. I need a link to your page to inspect the problem.
can i have your email address? the files are notyet uploaded to any link
Replied to your email.
Hello. I am interested on purchasing the plugin. I just want to ask if I could add several layers and with links to other pages inside the slider.. similar this one http://www.tntdental.com/. Thank You..
You will need an image for every slide that will span the entire area of the slider, as shown in the demos. After that you can have any custom html content that you want to show over these slides. See the demos where this has been illustrated.
I mean. can you add another image to layer on the slider image and put a link on that layer image?
Since the slider supports custom html code to be displayed over each slide so you can insert a new image with a link that will show over the original slide image. You just have to style that piece of custom html accordingly.
It still does not work. May you please help me? I need to get this done tomorrow if possible.
Replied to your email.
I replied. I sent an e-mail to your address.
Hi: Great product, but I am having problems. I followed the steps, but all I see is white space where the photos should be. Can you tell me what to do? Should I send the file to you? Do you have a private e-mail address?
Please contact me through the message box in my profile page.
Where is that?
Is your e-mail private? I need to send you a password.
Yes this message box sends private emails to authors.
Can this be incorperated into magento was unsure
This is a jquery plugin. If you know your way about Magento and are familiar with html, css and js then you should have no problem into integrating this in Magento.