Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Image Carousel Shortcode

Beschrijving

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 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]

Installatie

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

FAQ

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]

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Image Carousel Shortcode” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Image Carousel Shortcode” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.1

  • Fixed a BUG on the linking
  • Fixed Icon of left right nav

1.0

  • initial releases