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

Plugin: wp-slick-slider-and-image-carousel (Used by 3,921 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
c*e*t*v*t*c*w*e*.nyc B 2026-05-03 21:30:58
d*s*a*.com F 2026-05-03 20:52:59
h*t*m*s*o*u*o*.info (WP 6.9.4) F 2026-05-03 20:47:48
r*k*s.lt (WP 6.5.2) C 2026-05-03 20:43:34
f*r*a*j*w*l*r*.com (WP 6.9.4) F 2026-05-03 20:41:16
p*t*l.foundation (WP 6.7.5) F 2026-05-03 20:39:17
j*p*i*m*b*l*e*.com F 2026-05-03 19:21:29
j*p*i*m*.com F 2026-05-03 19:21:29
w*n*c*l*e*t*o*.com F 2026-05-03 19:21:20
c*c*a*a*g*r*.com (WP 6.7.5) F 2026-05-03 19:15:46
p*l*c*.k*i*.ua (WP 6.9.4) F 2026-05-03 18:55:57
i*m*r*e*e*k.c*m.tr (WP 4.9.26) ⚠️ F 2026-05-03 18:51:11
w*n*h*d*.com (WP 5.4.19) ⚠️ F 2026-05-03 18:37:12
v*c*c*o*h*m*n*.org (WP 6.4.7) ⚠️ F 2026-05-03 18:33:03
h*a*t*y*n*p*r*.m*r*s*u*e.com (WP 6.9.4) F 2026-05-03 18:29:41
a*v*n*i*f*t*c*.com (WP 5.9.3) ⚠️ F 2026-05-03 18:28:21
s*r*e*n*w*l*u*s.com (WP 6.9.4) D 2026-05-03 18:27:14
s*n*o*-*i*e*.com (WP 6.5.8) F 2026-05-03 18:26:10
s*r*a*t*a*n*t.com (WP 6.9.4) F 2026-05-03 18:23:52
c*e*r*a*e*r*n*h.net F 2026-05-03 18:23:05
f*c*g*a*d.co (WP 6.8.5) F 2026-05-03 18:12:50
s*a*t*a*i*g*p*a*d*c*.com C 2026-05-03 17:44:31
u*o*l*.com F 2026-05-03 17:33:53
c*a*s*c*t*l*j*p*n.com F 2026-05-03 16:58:15
p*n*m*m*r*s*u*.com (WP 6.9.4) 🔓 D 2026-05-03 16:39:10
c*m*n*b*n*e*t*l*.com (WP 6.9.4) F 2026-05-03 16:16:13
m*d*l*i*e*a*e.com (WP 6.9.4) F 2026-05-03 16:13:49
2*6*o*f*r*.com (WP 6.9.4) F 2026-05-03 16:01:20
n*i*h*t*e*a*h*n*.vn (WP 6.1.1) ⚠️ F 2026-05-03 16:01:17
s*e*r*-*o*f.de (WP 6.9.4) F 2026-05-03 16:00:46
c*s*r*o*t*s*h*t*g*a*h*.com (WP 6.9.4) F 2026-05-03 15:50:40
d*h*d*a*a*s.com (WP 6.9.4) 🔓 F 2026-05-03 15:46:35
p*r*a*i.org F 2026-05-03 15:42:51
u*v*a*e*v*r.com F 2026-05-03 15:35:28
u*v*a*e*v*r*w*.com F 2026-05-03 15:35:28
c*a*s*c*d*s*r*b*i*o*a.com (WP 6.8.5) F 2026-05-03 15:14:16
m*-*u*h*l*.de (WP 6.9.4) F 2026-05-03 15:11:00
s*y*e*1.com 💀 F 2026-05-03 15:10:41
l*l*.life D 2026-05-03 15:07:04
c*a*s*o*s*-*h.com (WP 6.9.4) F 2026-05-03 15:00:11
h*u*r*s*h*.de F 2026-05-03 14:29:16
1*t*h*i*d*n*a*.com F 2026-05-03 14:25:28
s*e*l*p*o*e*t.gr F 2026-05-03 14:11:34
d*s.p*z*a*.pl (WP 6.4.8) ⚠️ F 2026-05-03 14:05:24
w*l*h*r*e*l*s*a*e.com (WP 6.9.4) F 2026-05-03 13:55:11
a*v*n*e*o*c*s*i*n.com B 2026-05-03 13:54:54
a*v*n*e*i*c*n*i*i*n*n*s*r*i*e.com D 2026-05-03 13:46:59
t*a*a*e*c*.c*m.au C 2026-05-03 13:37:03
j*s*c*r*t*.com (WP 6.9.4) D 2026-05-03 13:23:29
s*y*i*h*f*.com (WP 6.9.4) D 2026-05-03 13:23:11
j*c*.jp F 2026-05-03 13:00:13
d*y*i*e*r*p.com F 2026-05-03 12:59:02
c*w*e*v*c*s.com D 2026-05-03 12:48:20
s*a*m*g*t*.w*e*g*n*.com F 2026-05-03 12:48:09
j*l*c*.com (WP 6.9.4) D 2026-05-03 12:47:40
c*t*s*0*.com (WP 6.7.2) D 2026-05-03 12:32:12
m*k.mx (WP 5.7.14) ⚠️ F 2026-05-03 12:26:53
u*a*o*u.com (WP 6.9.4) 📂 F 2026-05-03 11:36:22
t*n.md C 2026-05-03 11:32:59
k*r*a*s*b.ru (WP 6.8.5) F 2026-05-03 11:27:21
f*n*a*i*n*a*o*.com (WP 6.5.8) F 2026-05-03 11:00:33
m*d*c*l*c*r*-*p*.cz (WP 6.9.4) F 2026-05-03 10:59:04
a*m*.d*v*o*.a*m*.mil D 2026-05-03 10:57:50
a*.d*v*o*.a*m*.mil C 2026-05-03 10:57:50
d*c.d*v*o*.a*m*.mil D 2026-05-03 10:57:50
s*n*h*l*l*o*d*.com F 2026-05-03 10:54:43
s*u*d*o*4.ee F 2026-05-03 10:31:43
m*a*s*n*h*e*s*h.org (WP 6.9.4) F 2026-05-03 10:13:28
r*k*j*z*g*.jp (WP 6.9.4) 🔓 F 2026-05-03 10:08:20
m*c*t*c*f*r*a.com D 2026-05-03 09:42:08
m*c*d*g*t*l.com D 2026-05-03 09:38:19
s*s*a*a*e*s*r*i*e*.com D 2026-05-03 09:25:35
s*i*a*.sg (WP 6.9.4) F 2026-05-03 09:02:07
o*f*c*r*m*s*p*l*b*r.sg (WP 6.9.4) F 2026-05-03 09:02:07
g*a*i*o*i*e*a*d*.it (WP 6.8.3) F 2026-05-03 08:58:06
p*a*t*s*e*f*u*d*t*o*.org F 2026-05-03 08:56:29
g*n*s*l*n*r*y.com (WP 6.9.4) F 2026-05-03 08:52:00
c*p*t*i*e*o*o.fr (WP 6.9.4) F 2026-05-03 08:39:22
s*x*o*.net (WP 6.9.4) F 2026-05-03 08:18:16
c*z*e*-*u*i*i*r.com (WP 6.9.4) F 2026-05-03 08:15:13
m*-*t*r*g*.com F 2026-05-03 08:02:02
d*t*r*n*i*t*l.com (WP 6.9.4) F 2026-05-03 07:48:42
d*t*r*c*o*i*.com (WP 6.9.4) F 2026-05-03 07:48:41
g*e*n*e*h*i*g*r*.ca F 2026-05-03 07:45:10
i*d*.com F 2026-05-03 07:37:18
g*n*r*t*o*-*m*a*t*s*l*d*r*t*.com (WP 6.9.4) F 2026-05-03 07:34:15
f*m*g*c*o*a*u*s*a*i*n*e*.com (WP 4.9.26) ⚠️ F 2026-05-03 07:31:38
m*c*e*a*t*r*i*l*.com (WP 6.9.4) F 2026-05-03 07:30:37
s*o*e*t*e*p*e.com (WP 6.9.4) A 2026-05-03 07:22:27
i*c*n*r*b*a*d*e*e.com (WP 6.9.4) F 2026-05-03 07:19:29
f*m*t*a*c*i*e*t*r*.com F 2026-05-03 07:15:43
m*e*r*p*.com (WP 6.9.4) F 2026-05-03 07:14:30
m*c*u*i*c*u*u*u*y*e*u.com (WP 6.9.4) F 2026-05-03 07:13:01
w*l*o*g*o*p.com (WP 6.9.4) F 2026-05-03 07:04:20
d*s*d*e*n*r*.com (WP 6.9.4) F 2026-05-03 07:01:06
s*n*t*z*c*o*a*u*s*a*i*n*e*.com (WP 4.9.26) ⚠️ F 2026-05-03 06:51:22
s*n*t*p*o*f.com (WP 4.9.26) ⚠️ F 2026-05-03 06:51:22
d*s*e*h*n*e*u*i*.com (WP 6.9.4) F 2026-05-03 06:43:52
g*n*r*l*s*e*b*y.com F 2026-05-03 06:14:49
b*l*e*p*y.com F 2026-05-03 05:22:04

Top 50 Plugins

Plugin Count
elementor 2,134,436
contact-form-7 1,987,130
elementor-pro 1,215,614
woocommerce 991,424
revslider 730,564
js_composer 489,156
jetpack 477,262
wp-rocket 363,373
essential-addons-for-elementor-lite 327,861
gravityforms 277,028
header-footer-elementor 266,685
complianz-gdpr 255,279
instagram-feed 253,476
google-analytics-for-wordpress 249,228
elementskit-lite 249,035
gutenberg-core 246,878
cookie-law-info 245,100
google-site-kit 244,358
sitepress-multilingual-cms 224,973
bluehost-wordpress-plugin 212,938
wpforms-lite 180,009
astra-sites 172,308
gutenberg 160,540
litespeed-cache 159,574
cookie-notice 145,251
gtranslate 145,020
coblocks 135,812
the-events-calendar 132,477
popup-maker 124,886
astra-addon 107,626
bb-plugin 106,998
tablepress 106,055
LayerSlider 105,363
wp-smushit 104,444
premium-addons-for-elementor 103,465
woocommerce-payments 101,228
mailchimp-for-wp 101,138
duracelltomi-google-tag-manager 96,938
honeypot 94,491
cleantalk-spam-protect 93,970
akismet 93,550
woocommerce-gateway-stripe 92,079
megamenu 89,459
creame-whatsapp-me 88,040
fusion-builder 87,490
smart-slider-3 86,311
formidable 85,167
all-in-one-seo-pack 84,707
pixelyoursite 83,486
pro-elements 83,391

Top 50 Themes

Theme Count
hello-elementor 703,507
Divi 584,993
astra 541,268
pub 167,274
Avada 134,782
generatepress 132,462
flatsome 132,067
oceanwp 96,456
h4 93,711
kadence 87,540
enfold 77,081
salient 74,150
bb-theme 66,776
twentytwentyfour 65,676
blocksy 60,924
twentyseventeen 60,696
cocoon-master 60,407
betheme 58,908
twentytwentyfive 58,322
dt-the7 50,019
woodmart 43,648
neve 43,495
twentytwentyone 37,716
Avada-Child-Theme 37,521
bridge 37,032
gox 35,255
twentytwenty 33,282
lightning 32,380
swell 31,887
twentytwentythree 30,203
bricks 27,398
Impreza 27,306
Newspaper 24,555
twentytwentytwo 24,043
epik-redesign 21,966
pro 20,182
storefront 20,026
uncode 19,959
extendable 19,952
twentysixteen 19,770
sydney 18,116
yith-wonder 17,850
themify-ultra 16,415
Total 16,114
twentyfifteen 14,524
hestia 14,237
porto 14,110
twentynineteen 13,634
yootheme 13,525
thrive-theme 13,408