Viewing 3 reply threads
You must be logged in to reply to this topic.
Hi, ive gotten the clients carousel working nicely but our client really wants it to auto rotate by itself, exactly like the testimonial carousel does.
Please tell me how to achieve this, i hope its not too hard.
Hello,
Please go to file js\main.js and find this function:
function clientsCarousel(){
"use strict";
var $self = $('.clients_caro');
if($self.length){
$self.css('display', 'none');
$self.imagesLoaded(function(){
$self.css('display', 'block');
$self.carouFredSel(
{
items:4,
auto: false,
edit auto: false,
to auto: true,
.
Best regards!
Hy !
I have the same problem and cannot find a <span style=”color: #393d40; font-family: ‘Open Sans’, ‘Helvetica Neue’, Helvetica, Arial, sans-serif; font-size: 14px; line-height: 22px;”>js\main.js file.</span>
Can you help
Best regards
Ivan
Hello,
@ivan22mar,
This file can not be accessed from your wordpress dashboard, Appearance > Editor. You have to access it via ftp. Follow this path: wp-content/themes/specular/js/mai.js.
Best regards!
You must be logged in to reply to this topic.