But for the second point, I found it in the /js/scripts.js, but I don't understand how I change the slideshow speed? If for example I want the speed to be 2000 instead of 5000, where do I change it?
And another thing, for the home page, how can I put the font in black and the button enter in black?
1. I don't understand, I found the slideshow speed in the /js/scripts.js,, but it can't be changed, I can't write anything in that document... So where or how exactly can I change the speed of 5000 for 3000?
2. What do I have to write instead of "...", and this only for the button right? I want to change the font color also for black. And I don't know either where to write this command?
Hi,
I have 3 little problems to solve.
1. I have a problem with my pictures in the home page, they are all grey (but the originals are withe?)
2. Is there a way to reduce the speed of the slider for the client testimonials section (the carousel clients)?
3. Can we add a back to top button to all section?
Thanks a lot
Hi
1. Specify
// Testimonial Sliders
jQuery('.new-client-slider-image').flexslider({
animation: "fade",
directionNav:false,
controlNav:false,
smoothHeight: true,
animationLoop:true,
slideshowSpeed: 5000,
slideToStart: 0,
});
jQuery('.new-client-slider-info').flexslider({
animation: "slide",
directionNav:true,
controlsContainer:".new-client-nav",
controlNav:false,
smoothHeight: true,
animationLoop:true,
sync: ".new-client-slider-image",
slideshowSpeed: 5000,
slideToStart: 0,
});
and change slideshowSpeed
make sure you refresh the page to see the changes
3. yes, here is the html code
<a id="back-top"><div id="menu_top"><div id="menu_top_inside"></div></div></a>
but it may be a pb with multiple ids
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Thanks a lot for your help!
But for the second point, I found it in the /js/scripts.js, but I don't understand how I change the slideshow speed? If for example I want the speed to be 2000 instead of 5000, where do I change it?
And another thing, for the home page, how can I put the font in black and the button enter in black?
Thank you!
1. in the code mentioned above change the value for slideshowSpeed
2. change the font color of
a.newave-button.medium{
....
}
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy
Hi,
1. I don't understand, I found the slideshow speed in the /js/scripts.js,, but it can't be changed, I can't write anything in that document... So where or how exactly can I change the speed of 5000 for 3000?
2. What do I have to write instead of "...", and this only for the button right? I want to change the font color also for black. And I don't know either where to write this command?
Thanks
1. replace slideshowSpeed: 5000, with slideshowSpeed: 2000, in the above mentioned code
2. instead of ... put the attributes of the font you want to change with
Thanks
Thank you.
Clapat Support
https://www.clapat.com/
Review Envato Item Support Policy