Viewing 4 reply threads
You must be logged in to reply to this topic.
There are items no the Client section (under Specular theme setting) on both Dark and light version,
For some reason when I add the clients on a page, only the light section is showing but not the dark, I tried every think, but it is now working at ll.
Could you please let me know what is I am doing wrong?
Thank you
Hello,
Did you imported images for the dark version? Please add images and try again. If you are seeing only the demo ones, note that the dark version has white images that become visible if you are using a dark background.
Let us know.
Best regards!
Hi,
Yes, it is working now after uploading my won images ,
Thank you,
one more question regarding the Client bar,, after adding the client in a page it adds left and right arrow where I can scroll right or left moving the images,
is there a way those images are rolling automatically, and than I can use the arrow or when the mouse is on it stop moving?
Thank you again
Hello,
Yes, please go to file js’main.js and find these lines:
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,
Save file.
Now go to clients element options and select ‘Carousel’ > ‘Yes’.
Best regards!
Hi,
Yes, it is working good, :-)
Thank you very much
You must be logged in to reply to this topic.