Class Carousel
Carousel met posts
Namespace: SIW\Elements
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at elements/carousel.php
Copyright: 2019 SIW Internationale Vrijwilligersprojecten
Since: 3.0.0
Located at elements/carousel.php
Methods summary
public
|
|
public
|
|
protected
string
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
|
|
public
string
|
|
protected
WP_Query
|
|
protected
string
|
Constants summary
string |
FLICKITY_VERSION
Versienummer |
#
'2.2.1'
|
Properties summary
protected
string
|
$post_type
Post type |
|
protected
string
|
$taxonomy
Taxonomy voor query |
|
protected
string
|
$term
Term voor query |
|
protected
integer
|
$items
Aantal items in carousel |
#
6
|
protected
integer
|
$columns
Aantal kolommen in carousel |
#
4
|
protected
string
|
$button_text
Tekst voor knop |
|
protected
array
|
$options
Opties voor carousel |
#
[
'cellAlign' => 'left',
'contain' => true,
'wrapAround' => true,
'autoPlay' => 2000,
'pageDots' => false,
]
|