Client Logo Carousel Wordpress Plugin - Rating, Reviews, Demo & Download
Plugin 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.