WP Slick Slider and Image Carousel

plugin banner

A quick, easy way to add and display mulipale WP Slick Slider and carousel using a shortcode.

Author:WP OnlineSupport, Essential Plugin (profile at wordpress.org)
WordPress version required:4.0
WordPress version tested:6.4.1
Plugin version:3.6
Added to WordPress repository:17-11-2015
Last updated:24-11-2023
Rating, %:82
Rated by:69
Plugin URI:https://www.essentialplugin.com/wordpress-plu...
Total downloads:560 006
Active installs:20 000+
plugin download
Click to start download

✅ Now that you have your website ready then why don’t you download and try out this slick slider/ carousel to give it better functionality.

Download now and display multiple slick image slider and carousel using shortcode with category. Fully responsive, Swipe enabled, Desktop mouse dragging and Infinite looping. Fully accessible with arrow key navigation Autoplay, dots, arrows etc.

FREE DEMO | PRO DEMO

Download Now this slick slider because It is proven that slick sliders have been a powerful tool to present your content in a very neat manner with the help of fancy sliders and customized designs.

Your customer might like the professional and fancy vibe of your site with slick sliders

✅ This plugin displays your images using :

  • Slick Slider (5 designs)
  • Slick Carousel (1 designs)

Download Now it today and explore all the features.

✅ Features :

When you want to makeover your WordPress website theme with something extraordinary and creative, you must consider the slick slider/ carousel.

Help your website get a slide-wise display to show the custom posts. Not just eye appealing, it is also loved by visitors as they find it quite easy to locate custom posts.

Display an unlimited number of custom posts slider and carousel in a single page or post with different sets of options like category, limit, autoplay, arrow, and navigation type. You can also display image slider on your website header.

Also added Gutenberg block support.

✅ Here is the plugin shortcode example

Slick Slider

[slick-slider]

Slick Carousel

[slick-carousel-slider]

To display only slick 4 post:

[slick-slider limit="4"]

Where limit define the number of posts to display. You can use same parameter with Carousel shortcode.

If you want to display Slider Slider by category then use this short code:

[slick-slider category="category_ID"]

You can use same parameter with Carousel shortcode.

✅ We have given 5 designs. For designs use the following shortcode:

[slick-slider design="design-1"] 

Where designs are : design-1, design-2, design-3, design-4, design-5. You can use same parameter with Carousel shortcode but in Carousel we have given only 1 design i.e. design-1.

✅ Here is Template code

<?php echo do_shortcode('[slick-slider]'); ?> 
<?php echo do_shortcode('[slick-carousel-slider]'); ?> 

✅ Use Following Slick Slider parameters with shortcode

[slick-slider]
  • limit : [slick-slider limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=”5”)
  • category: [slick-slider category=”category_ID”] ( ie Display slider by their category ID ).
  • design : [slick-slider design=”design-1″] (You can select 5 design( design-1, design-2, design-3, design-4, design-5 ) for your slider ).
  • show_content : [slick-slider show_content=”true” ] (Display content OR not. By default value is “true”. Options are “true OR false”).
  • Pagination and arrows : [slick-slider dots=”false” arrows=”false”]
  • Autoplay and Autoplay Interval: [slick-slider autoplay=”true” autoplay_interval=”100″]
  • Slide Speed: [slick-slider speed=”3000″]
  • fade : [slick-slider fade=”true” ] (Slider Fade effect. By default effect is slide. If you set fade=”true” then effect change from slide to fade ).
  • lazyload : [slick-slider lazyload=”ondemand” ] (Use lazyload with slick slider. By default there is no lazyload enabled. If you want to set lazyload then use lazyload=”ondemand” OR lazyload=”progressive” ).
  • loop : [slick-slider loop=”true”] (Create a Infinite loop sliding. By default value is “true”. Options are “true” OR “false”.)
  • hover_pause : [slick-slider hover_pause=”true”] (Pause slider autoplay on hover. By default value is “true”. Options are “true” OR “false”.)
  • image_size : [slick-slider image_size=”full”] (Default is “full”, values are thumbnail, medium, medium_large, large, full)
  • image_fit : [slick-slider image_fit=”false”] (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is “false”. Options are “true OR false”). NOTE : image_fit=”true” work better if sliderheight is given. if image_fit=”false”, no need to use sliderheight parameter.
  • sliderheight : [slick-slider sliderheight=”400″ ] (Set image wrap height. NOTE : This parameter work better if image_fit=”true” ).
  • rtl : [slick-slider rtl=”true”] (for rtl mode. By default value is “false”. Options are “true OR false”).
  • extra_class : [slick-slider extra_class=””] (Enter extra CSS class for design customization ).

✅ Use Following Slick Carousel parameters with shortcode

[slick-carousel-slider]
  • limit : [slick-carousel-slider limit=”-1″] (Limit define the number of images to be display at a time. By default set to “-1″ ie all images. eg. if you want to display only 5 images then set limit to limit=”5”)
  • design : [slick-carousel-slider design=”design-1″]
  • category: [slick-carousel-slider category=”category_ID”] ( ie Display slider by their category ID ).
  • image_size : [slick-carousel-slider image_size=”full”] (Default is “full”, values are thumbnail, medium, medium_large, large, full)
  • slidestoshow : [slick-carousel-slider slidestoshow=”3″ ] (Display number of images at a time. By default value is “3”).
  • slidestoscroll : [slick-carousel-slider slidestoscroll=”1″ ] (Scroll number of images at a time. By default value is “1”).
  • Pagination and arrows : [slick-carousel-slider dots=”false” arrows=”false”]
  • Autoplay and Autoplay Interval: [slick-carousel-slider autoplay=”true” autoplay_interval=”100″]
  • loop : [slick-carousel-slider loop=”true”] (Create a Infinite loop sliding. By default value is “true”. Options are “true” OR “false”.)
  • hover_pause : [slick-carousel-slider hover_pause=”true”] (Pause slider autoplay on hover. By default value is “true”. Options are “true” OR “false”.)
  • Slide Speed: [slick-carousel-slider speed=”3000″]
  • lazyload : [slick-carousel-slider lazyload=”ondemand” ] (Use lazyload with slick slider. By default there is no lazyload enabled. If you want to set lazyload then use lazyload=”ondemand” OR lazyload=”progressive” ).
  • centermode : [slick-carousel-slider centermode=”true” ] ( Display main image on center. By default value is “false” ).
  • variablewidth : [slick-carousel-slider variablewidth=”true” ] (Variable width of images in slider. By default value us “false”)
  • image_fit : [slick-carousel-slider image_fit=”false” ] (image_fit parameter is used to specify how an image should be resized to fit its container. By default value is “false”. Options are “true OR false”). NOTE : image_fit=”true” work better if sliderheight is given. if image_fit=”false”, no need to use sliderheight parameter.
  • sliderheight : [slick-carousel-slider sliderheight=”400″ ] (Set image wrap height. NOTE : This parameter work better if image_fit=”true” ).
  • rtl : [slick-carousel-slider rtl=”true”] (for rtl mode. By default value is “false”. Options are “true OR false”).
  • extra_class : [slick-slider extra_class=””] (Enter extra CSS class for design customization ).

Note: Due to lots of feedback from your users side, we have made image_fit=”false” by default. Previously it was image_fit=”true”. We made image resize option now optional. If you want to resize the image, please use image_fit=”true” and sliderheight=”400″ (400 is just an example. Please use this value as per your need) shortcode parameters.

Checkout demo for better understanding

FREE DEMO | PRO DEMO

Essential Plugin Bundle Deal

Annual or Lifetime Bundle Deal

✅ Features include:

  • Added Gutenberg block support.
  • Slick slider
  • Slick carousel
  • Easy to add.
  • Also work with Gutenberg shortcode block.
  • Elementor, Beaver and SiteOrigin Page Builder Native Support (New).
  • Divi Page Builder Native Support (New).
  • Fusion Page Builder (Avada) Native Support (New).
  • Touch-enabled Navigation.
  • Given 5 designs.
  • Media size i.e. thumbnail, medium, medium_large, large and full
  • Responsive.
  • Responsive touch slider.
  • Mouse Draggable.
  • Use for header image slider.
  • You can create multiple post slider with different options at single page or post.
  • Fully responsive. Scales with its container.
  • 100% Multi Language.

How to install :

Privacy & Policy

  • We have also opt-in e-mail selection, once you download the plugin , so that we can inform you and nurture you about products and its features.

Screenshots
ChangeLog