Codeless
  • Support Home
  • Themes
  • Support
  • WordPress Tutorials
    • How to Start a Blog
    • Best Website Builders
    • Best Small Business Hosting
    • Email Marketing Services
    • Cheap WordPress Hosting
  • Video Tutorials

Community Forums

Any way to auto scroll client logos?

    • 9 years, 5 months ago jgroh
      Participant

      Expired

      Is there a way to auto scroll the client logos? I have it on my homepage and my client wants it to auto scroll through their logos. Let me know.

    • 9 years, 5 months ago Kris
      Participant

      Hello,
      Yes, you can auto scroll the clients logo (clients carousel).
      Please go to your theme files–>wp-content\themes\specular\js and open main.js.
      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, 
      						scroll: { items : 1 },
      						prev : {
      							button : $self.parents('.clients_el').first().find('.prev')
      						},
      
      						next : {
      							button : $self.parents('.clients_el').first().find('.next')
      						}
      			});
      		})
      	}
      	
      	}

      and replace with these:

      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: true, 
      						scroll: { items : 1 },
      						prev : {
      							button : $self.parents('.clients_el').first().find('.prev')
      						},
      
      						next : {
      							button : $self.parents('.clients_el').first().find('.next')
      						}
      			});
      		})
      	}
      	
      	
      
      }

      Let us know.
      Best regards!

    • 8 years, 11 months ago gbib
      Participant

      Expired

      Hello,

      How can I use this function also in Tower theme?

      Thanks!

    • 8 years, 11 months ago Mirela
      Participant

      Hello,

      Please follow the instructions above for the Tower theme as well.

      Best regards!

    • 8 years, 11 months ago gbib
      Participant

      Expired

      Great, works perfect!

      Thanks!

Viewing 4 reply threads

You must be logged in to reply to this topic.

Login

Log In
Register

Renew Support

  • Renew Specular Support
  • Renew Tower Support
  • Renew Folie Support
  • Renew Handel Support
  • Renew June Support
  • Renew Picante Support
  • Renew Thype Support
  • Renew Regn Support

Search Forums

Forums

  • Bygge – Construction Theme
  • Converta – Software Theme
  • Folie – The WordPress Website Builder
  • Handel – Responsive Multi-Purpose Business Theme
  • June WooCommerce WordPress Theme
  • Livecast – Podcast Theme
  • Picante – Restaurant & Food WordPress Theme
  • Regn | Agency & Business WordPress Theme
  • Remake – Minimal Portfolio & Agency Theme
  • Specular – Multi-Purpose WordPress Theme
  • Suggest us Features
  • Tower – Business-Driven Multipurpose WP Theme
  • Vibrance – Photography Theme

Site Links

  • Support Policy
  • Specular Support Forum
  • Video Tutorials
  • Knowledge Base
  • Guides and Reviews

Useful Articles

  • Build a Website
  • Web Design & Development
  • Hosting
  • WordPress

Login

Log In
Register Lost Password