HEX
Server: Apache
System: Linux 244.240.109.208.host.secureserver.net 5.14.0-611.11.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Dec 3 09:47:37 EST 2025 x86_64
User: icsla (1002)
PHP: 8.1.34
Disabled: NONE
Upload Files
File: /home/icsla/public_html/wp-content/plugins/image-carousel-shortcode/readme.txt
=== Image Carousel Shortcode ===
Contributors: sazzadh
Donate link: http://tallythemes.com/
Tags: carousel, image, shortcode, owl carousel, carousel shortcode, owl carousel shortcode
Requires at least: 4
Tested up to: 6.1.1
Stable tag: 1.2
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html

Image Carousel Shortcode is a lightweight Image Carousel plugin for WordPress. It lets you create a beautiful responsive image carousel.

== Description ==

Using this plugin you can add a interactive Image Carousel slider to any page or post. This plugin offer a shortcode to create Carousel. It is fully responsive and looks good in any device.

This plugin using a jquery plugin [Owl Carousel](http://www.owlcarousel.owlgraphic.com/) by Owlgraphic.

= Shortcode Example =

`[ics_carousel col_large="5" col_mobile="1" col_tab="2" gap="4" dots="0" nav="1" loop="0", autoplay="1" class=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[/ics_carousel]`





== Installation ==

1. Upload `plugin-name.php` to the `/wp-content/plugins/` directory
1. Activate the plugin through the 'Plugins' menu in WordPress

== Frequently Asked Questions ==

= What is the Shortcode? =

Below is the example of the shoercode.
`[ics_carousel col_large="5" col_mobile="1" col_tab="2" gap="4" dots="0" nav="1" loop="0", autoplay="1" class=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[ics_item img="http://domain/wp-content/uploads/2016/05/image.jpg" link="#" alt=""]
[/ics_carousel]`


== Changelog ==

= 1.1 =
* Fixed a BUG on the linking
* Fixed Icon of left right nav

= 1.0 =
* initial releases