WordPress OSINT, maintenance or security needs? Reach out!
TLDWP

Plugin: wp-slick-slider-and-image-carousel (Used by 3,446 domains)

WP Slick Slider and Image Carousel

👤 Essential Plugin 📦 v3.7.8 🔗 Plugin Homepage

✅ 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

 
 

✅ 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.
DomainExposuresHeadersLast Checked
g*o*i*l*v*.ie F 2026-05-24 20:10:21
o*i*n*p*t*o*e*m.com (WP 6.7.5) C 2026-05-24 19:59:40
n*u*o*o*i*-*u*k*.de (WP 4.9.29) ⚠️ F 2026-05-24 19:58:18
l*c*t*a*o*.com (WP 4.9.8) ⚠️ F 2026-05-24 19:57:48
f*f*0*5.com F 2026-05-24 19:44:18
b*e*t*o*m*l.de (WP 6.3.8) ⚠️ F 2026-05-24 19:38:47
d*r*m*e*e*m*k*e*.de (WP 6.3.8) ⚠️ F 2026-05-24 19:38:47
b*i*d*a*r*n*.com F 2026-05-24 19:33:23
b*i*d*a*o*e.com F 2026-05-24 19:33:23
b*i*d*n*m*n*g*m*n*s*f*w*r*.com (WP 6.4.2) ⚠️ F 2026-05-24 18:54:17
c*a*t*c*i*d.com (WP 7.0) F 2026-05-24 18:45:39
n*n*a*.nl (WP 6.8.1) F 2026-05-24 18:22:46
n*.p*a*e*a*a*e*y.org (WP 7.0) F 2026-05-24 18:01:11
a*a*a*a.com F 2026-05-24 17:44:38
m*s*h.com F 2026-05-24 17:38:44
v*n*r*.com B 2026-05-24 17:34:51
d*s*g*e*.v*m*e*.com (WP 7.0) F 2026-05-24 17:26:45
i*r.ie B 2026-05-24 17:10:07
p*w*r*r*n*c*c*.com (WP 6.9.4) F 2026-05-24 16:38:30
h*m*r*p*i*p*n*a*o*a.com F 2026-05-24 16:34:07
k*i*k*a*e.com (WP 6.9.4) F 2026-05-24 16:25:03
a*a*h*s*i*a*i*y.com (WP 7.0) F 2026-05-24 16:03:31
p*w*r*u*r*.com (WP 6.9.4) F 2026-05-24 16:03:12
h*m*p*e*c*o*l.com F 2026-05-24 15:51:46
o*r*-*u*t*r*l.f*n*b*r.o*g.br (WP 5.2.3) ⚠️ F 2026-05-24 15:38:35
u*r*v*r.jp F 2026-05-24 14:55:52
r*n*y.jp F 2026-05-24 14:55:52
a*a*o*t*i*v*s*.com (WP 6.0.12) ⚠️ F 2026-05-24 14:39:10
h*m*n*w*n*w.com (WP 7.0) F 2026-05-24 14:31:55
g*e*n*h*i*t.org F 2026-05-24 13:39:35
p*r*a.g*v.in (WP 6.8.3) F 2026-05-24 13:38:35
p*w*r*o*s*g*m*i*a.com F 2026-05-24 13:25:39
s*o*a*a*.com F 2026-05-24 13:19:43
s*o*-*.com (WP 7.0) F 2026-05-24 13:08:25
u*l*a*h*t*.com F 2026-05-24 13:00:14
i*d*s*r*e*k*l*u*.de (WP 7.0) F 2026-05-24 12:57:32
p*t*o*e*.w*e*g*n*.com F 2026-05-24 12:57:31
g*o*m*u*t.com (WP 7.0) F 2026-05-24 12:53:51
e*s*h.com (WP 6.9.4) F 2026-05-24 12:51:47
v*l*a*e*i*e.w*e*g*n*.com F 2026-05-24 12:43:27
e*s*n*a*n*r*h*t*c*u*e.com F 2026-05-24 12:42:21
e*s*n*a*n*r*h.com F 2026-05-24 12:42:21
a*a*i*p*p.com (WP 6.3.8) ⚠️ F 2026-05-24 12:23:12
s*e*l*y*a*e*h*m*.com (WP 7.0) F 2026-05-24 12:07:36
w*l*-*e*l*g.de (WP 6.7.5) F 2026-05-24 11:46:09
p*w*r*o*l*n*s*s*e*s.com (WP 6.9.4) F 2026-05-24 11:45:21
c*i*s*s*v*n*.it (WP 6.8.1) F 2026-05-24 11:38:50
s*-*k*n*.com F 2026-05-24 11:25:33
s*-*a*f*x.com (WP 7.0) F 2026-05-24 11:25:31
r*c*w*t*r*n*e*n*t*o*a*.com (WP 4.9.9) ⚠️ F 2026-05-24 11:14:43
a*l.a*m*.mil D 2026-05-24 10:59:12
c*o*i*h*b*h*r*a*y.shop (WP 6.8.1) F 2026-05-24 10:52:39
t*r*s*o*e*l*o*t*.es (WP 6.9.4) F 2026-05-24 10:31:15
c*e*s*a*k*t*n*.cl (WP 6.8.1) F 2026-05-24 10:31:15
a*-*a*h.com F 2026-05-24 10:24:29
g*l*e*-*o*s.org D 2026-05-24 10:15:37
r*s*a*c*.s*.edu (WP 6.9.1) D 2026-05-24 10:15:09
g*e*g*r*l*i*g.com D 2026-05-24 10:12:59
h*k*n*-*a*a*u*o*o*i.jp F 2026-05-24 10:12:31
e*i*h*s*u*e*.com F 2026-05-24 09:52:06
c*t*z*n*i*.us F 2026-05-24 09:51:37
o*c*a*d*a*l*y*a*v*s*.com A 2026-05-24 09:47:20
s*u*r*h*.com (WP 6.9.4) F 2026-05-24 09:23:26
l*b*i*m*.de (WP 6.9.4) F 2026-05-24 09:15:40
c*t*m*c*.org D 2026-05-24 09:09:57
l*s*e*i*i*s*o*d*b*.es (WP 4.8.27) ⚠️ F 2026-05-24 09:06:52
a*u*t*e*a*s*a.com F 2026-05-24 08:28:13
e*t*m*k*-*a*h.ru (WP 6.0.12) ⚠️ F 2026-05-24 07:58:30
h*m*c*r*4*.com (WP 6.9.4) F 2026-05-24 07:51:58
c*w.nyc B 2026-05-24 07:46:30
p*t*e*s*o*a*e.com F 2026-05-24 07:35:19
f*s*s*a*e*a*r.com (WP 6.9.4) F 2026-05-24 07:32:57
m*d*e*.org (WP 6.9.4) F 2026-05-24 07:32:55
c*a*l*v*i*a*e*a*d*a*e.com (WP 6.9.4) F 2026-05-24 07:31:39
h*m*a*p*i*n*e*i*.com A 2026-05-24 06:48:48
o*a*g*s*c*.com F 2026-05-24 06:35:25
s*.d*v*o*.a*m*.mil D 2026-05-24 06:34:58
n*i*s.org (WP 6.9.4) 🔓 F 2026-05-24 06:16:54
m*k*e*v*e*.de F 2026-05-24 06:00:59
c*a*l*n*n*a*p*r*s*y*e.com F 2026-05-24 05:47:15
c*a*l*n*n*a*.com F 2026-05-24 05:47:15
s*e*f*e*d*e*m*t*l*g*.c*.uk (WP 7.0) F 2026-05-24 05:45:43
h*m*-*e*u*.com (WP 6.9.4) F 2026-05-24 05:44:42
c*a*i*y*i*l*g*c*n*e*e*c*.com (WP 7.0) F 2026-05-24 05:25:43
r*-*n*i*.org (WP 7.0) F 2026-05-24 04:48:12
w*t*-*e*.org (WP 7.0) F 2026-05-24 04:42:47
a*m*n*s*e*.a*m*n*s.ai (WP 6.6.1) F 2026-05-24 04:42:05
v*t*c*r*-*l*n*c.com F 2026-05-24 04:37:56
h*l*h*u*l*e*e.com F 2026-05-24 04:36:08
p*s*r*h*b*p*c*.com (WP 6.9) F 2026-05-24 04:35:41
k*e*.jp C 2026-05-24 04:24:22
c*a*b*.net (WP 7.0) D 2026-05-24 04:21:40
b*u*e*t*u*-*o*f*l*r.de (WP 6.9.4) F 2026-05-24 04:18:14
b*s*s*.com F 2026-05-24 04:12:49
a*s*t*.i*h*a*e.me F 2026-05-24 04:09:30
e*y*t*r*n*s.com (WP 6.9.4) F 2026-05-24 04:04:59
c*m*x.c*m.tr (WP 5.9.13) ⚠️ F 2026-05-24 03:55:19
p*s*e*r*s*e.com (WP 6.2.9) ⚠️ F 2026-05-24 03:45:51
s*r*n*t*n*a*e*i*l*g*.com F 2026-05-24 03:31:59
a*t*a*i*.c*.uk (WP 6.7.2) F 2026-05-24 03:09:04

Top 50 Plugins

Plugin Count
elementor 1,877,439
contact-form-7 1,849,026
elementor-pro 1,091,407
woocommerce 846,449
revslider 641,157
jetpack 480,356
js_composer 449,635
wp-rocket 349,342
gravityforms 320,939
essential-addons-for-elementor-lite 311,027
complianz-gdpr 270,750
cookie-law-info 243,202
instagram-feed 236,716
google-site-kit 230,394
sitepress-multilingual-cms 230,046
google-analytics-for-wordpress 221,265
elementskit-lite 220,182
header-footer-elementor 217,961
bluehost-wordpress-plugin 192,516
gutenberg 166,883
gutenberg-core 166,058
cookie-notice 161,346
litespeed-cache 142,170
the-events-calendar 138,765
wpforms-lite 133,656
gtranslate 133,288
astra-sites 122,709
popup-maker 120,489
tablepress 116,668
woocommerce-payments 115,841
coblocks 103,551
honeypot 102,134
astra-addon 98,706
duracelltomi-google-tag-manager 97,689
wp-smushit 97,158
all-in-one-seo-pack 96,668
layerslider 95,064
bb-plugin 93,172
megamenu 90,993
premium-addons-for-elementor 90,228
akismet 88,345
mailchimp-for-wp 86,753
cleantalk-spam-protect 86,107
woocommerce-gateway-stripe 85,748
ml-slider 85,046
borlabs-cookie 84,045
wp-pagenavi 83,312
fusion-builder 82,779
ewww-image-optimizer 81,960
smart-slider-3 81,282

Top 50 Themes

Theme Count
hello-elementor 641,790
Divi 531,393
astra 438,905
flatsome 149,454
generatepress 135,693
Avada 129,095
pub 114,395
twentytwentyfour 108,383
sydney 104,274
oceanwp 86,838
kadence 82,535
enfold 74,889
salient 68,979
twentyseventeen 58,890
h4 58,600
bb-theme 56,650
betheme 54,213
blocksy 53,376
cocoon-master 52,846
dt-the7 47,991
twentytwentyfive 46,323
neve 41,262
Avada-Child-Theme 38,994
woodmart 34,559
gox 34,477
bridge 34,022
twentytwentyone 33,372
lightning 32,514
twentytwenty 31,415
voxel 29,228
swell 29,174
Impreza 27,746
bricks 27,051
sinatra 25,829
twentytwentythree 24,972
Newspaper 24,936
kubio 22,351
twentytwentytwo 20,553
uncode 19,978
twentysixteen 19,337
epik-redesign 19,296
storefront 18,600
pro 18,247
Total 15,349
extendable 15,101
yith-wonder 14,141
hello-theme-child-master 13,988
yootheme 13,562
themify-ultra 13,538
hestia 13,507