Client Logo Carousel

Description

  • Display client logos responsive carousel with the help of a shortcode in editor as well as template page.
    Having different carousel settings.
  • It allows you to display logos of clients, partners, sponsors, affiliates etc in carousel slider.

Default Carousel

  • It contains all logos added in backend. For default carousel, we can call shortcode to our wordpress editor directly, by using
[wpaft_logo_slider]
  • And we can call shortcode to our php template file using
echo do_shortcode('[wpaft_logo_slider]'); 

Carousel By category

  • To show logos from a particular category. We can call shortcode to our wordpress editor directly, by using
[wpaft_logo_slider category="SLUG OF CAROUSEL CATEGORY"]
  • And we can call shortcode to our php template file using
echo do_shortcode('[wpaft_logo_slider category="SLUG OF CAROUSEL CATEGORY"]'); 

NOTE: Be sure the ‘SLUG OF CAROUSEL CATEGORY’ is the slug of category.

Plugin Features

  • Simple and light weight
  • Fully responsive
  • Multiple carousels
  • Support all modern browsers
  • Having different settings in admin
  • Ability to add client links to each logo
  • Different settings to order(arrange) slide images
  • Auto slide option
  • Navigation arrows.
  • Settings panel
  • Control number of logos to be displayed

Screenshots

  • Back end client logo carousel settings(go to wp-admin->WP Client Logo->Logo Carousel Settings).
  • Back end Carousel Category (go to wp-admin->WP Client Logo->Carousel Category).
  • Back end add client logo(go to wp-admin->WP Client Logo->Add New Client Logo.)
  • Back end client logo listing page(go to wp-admin->WP Client Logo->WP Client Logo.)
  • Front end look of client logo.

Installation

  • Upload the folder “wp-client-logo-carousel” to “/wp-content/plugins/” ‘
  • Activate the plugin through the “Plugins” menu in WordPress .
  • Update settings for carousel going to wp-admin->WP Client Logo->Logo Carousel Settings
  • Add client logo going to wp-admin->WP Client Logo->Add New Client Logo.
  • Default Carousel: It contains all logos added in backend. For default carousel, we can call shortcode to our wordpress editor directly, by using
[wpaft_logo_slider]
  • And we can call shortcode to our php template file using
 echo do_shortcode('[wpaft_logo_slider]'); 
  • Carousel By category: To show logos from a particular category. We can call shortcode to our wordpress editor directly, by using
[wpaft_logo_slider category="SLUG OF CAROUSEL CATEGORY"]
  • And we can call shortcode to our php template file using
  echo do_shortcode('[wpaft_logo_slider category="SLUG OF CAROUSEL CATEGORY"]'); 

NOTE: Be sure the ‘SLUG OF CAROUSEL CATEGORY’ is the slug of category.

FAQ

  1. No technical skills needed.

Reviews

November 29, 2019
This plugin is a really neat, clean way of showcasing client logos. I had a query which was resolved straight away by the support team. Highly recommend.
June 30, 2018
This is a very good plugin, and the developer are very polite. I wrote him an email for some questions, and he immediately gave me a reply. Thank you!
March 24, 2018
I had conflicting scripts on my site that didn't allow this plugin to work at first but the developer was very kind and took the time to help me and find my issue. It now works perfectly, and is very easy to use/setup. Thank you.
January 18, 2018
I was searching and searching for a carousel plugin to use on my website. I installed this plugin and it was exactly what I was looking for. Easy to install, configure and set up. Within 5 minutes, I had the carousel working on my website. I had a small issue, but plugin author was quick to respond and helped fix my issue immediately. I highly recommend it!
Read all 40 reviews

Contributors & Developers

“Client Logo Carousel” is open source software. The following people have contributed to this plugin.

Contributors

Translate “Client Logo Carousel” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

3.0.0

  • Multiple carousel feature
  • Slides by category
  • Carousel categories
  • Fixes some alignment issues

2.0.0

  • Random Order (setting)
  • Different settings to order(arrange) slide images.
  • when you don’t put in a URL for the logo, disable link on slide images.
  • Fixes some alignment issues

1.0.1

  • Bug fixes
  • Update readme.txt

1.0.0

  • Initial release