-
-
Hi,
I would like to make some changes in the Clients carousel. A would like to be the left and right arrows always displayed and to be the carousel full width and not only as the content is, because i would like to be more logos displayed in the same time. Please help me to solve these issues.Thanks Regards
Szilvia -
Hello,
Please add this css code at Custom Css Code at general options:
.clients_el .pagination a { opacity: 1; }
You can change the number Of the clients to show in the same time but there can be displayed max 5 clients in a row (depending on screen width).
Please find this code at the file specular/js/main.js: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,
Change the ‘items’ number here.
Best regards!
-
-
Hi,
sorry, but i think we are not on the same way. I do not want pagination, i would like if my uploded logos would be displayed on the same page. Currently only 10 logos can be displayed in two lines. If i upload additional logos the uploaded ones, have been disappeared and are no more available. I would like to be all uploaded logos displayed without pagination. Your prompt answer would be highly appreciated i am under pressure by my client.
Thanks in advance!
regards
-
Hello,
If you follow the instructions of the above topic, then you will see in a page the portfolio items you have added, all of them (you will see all the clients).
Try it and let us know if you need further support.Best regards!
-
-
Hello,
Please add these lines into your custom css box:
.single-portfolio .header_page, .header_page { padding-top: 131px !important;}
Best regards!
-
You must be logged in to reply to this topic.