=== Responsive Client Logo Slider === Tags: Company logo carousel, Client slider, clients slider, clients carousel, testimonial slider,clients-carousel,clients-plugin,carousel-plugin,owl carousel, carousel, logo, logo slider, logo carousel, carousel slider, partners slider, partners carousel, sponsors slider, sponsors carousel, affiliates slider, show client logo, lazy load, carousel lazy load, lazy load carousel. Contributors: codepopular,shamimtpi Author: codepopular Tested up to: 5.3 License: GPLv2 Requires at least: 3.5.0 Stable tag: 3.0 == 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
[codepopular_logo_slider]* And we can call shortcode to our php template file using
echo do_shortcode('[codepopular_logo_slider]');
Carousel By category
* To show logos from a particular category. We can call shortcode to our wordpress editor directly, by using
[codepopular_logo_slider category="SLUG OF CAROUSEL CATEGORY"]* And we can call shortcode to our php template file using
echo do_shortcode('[codepopular_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
== Frequently Asked Questions ==
1. No technical skills needed.
== Changelog ==
== Upgrade Notice ==
This is first version no known notices yet
== Installation ==
- Upload the folder "cp-client-logo" to "/wp-content/plugins/" '
- Activate the plugin through the "Plugins" menu in WordPress .
- Update settings for carousel going to wp-admin->Cp Client Slider Logo->Settings
- Add client logo going to wp-admin->Cp Client Slider->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
[codepopular_logo_slider]* And we can call shortcode to our php template file using
echo do_shortcode('[codepopular_logo_slider]');