DEPRECATION WARNING

This documentation is not using the current rendering mechanism and is probably outdated. The extension maintainer should switch to the new system. Details on how to use the rendering mechanism can be found here.

Configuration

This chapter gives you a basic configuration about the TYPO3 CMS extension “owl_slider”.

Plugin settings

This section covers all settings, which can be defined in the plugin itself. To improve the usability, only those settings are shown which are needed by the chosen view (The setting orderBy_ is for example not needed in the single view).

Important

Every setting can also be defined by TypoScript. However, please inform yourself about the setting overrideFlexformSettingsIfEmpty_.

Properties

items

Property

items

Data type

int+

Description

This variable allows you to set the maximum amount of items displayed at a time with the widest browser width.

itemsDesktop

Property

itemsDesktop

Data type

string

Description

This allows you to preset the number of slides visible with a particular browser width.
The format is [x,y] whereby x=browser width and y=number of slides displayed. For example [1199,4] means that if(window<=1199){ show 4 slides per page } Alternatively use itemsDesktop: false to override these settings.

itemsDesktopSmall

Property

itemsDesktopSmall

Data type

string

Description

As above

itemsCustom

Property

itemsCustom

Data type

string

Description

This allows you to add custom variations of items depending from the width If this option is set,
itemsDeskop, itemsDesktopSmall, itemsTablet, itemsMobile etc. are disabled For better preview, order the arrays by screen size, but it’s not mandatory. Don’t forget to include the lowest available screen size, otherwise it will take the default one for screens lower than lowest available. Example: [[0, 2], [400, 4], [700, 6], [1000, 8], [1200, 10], [1600, 16]]

singleItems

Property

singleitems

Data type

option

Description

Display only one item.

itemsScaleUp

Property

itemsScaleUp

Data type

option

Description

Option to not stretch items when it is less than the supplied items.

slideSpeed

Property

slideSpeed

Data type

int+

Description

Slide speed in milliseconds.

paginationSpeed

Property

paginationSpeed

Data type

int+

Description

Pagination speed in milliseconds.

rewindSpeed

Property

rewindSpeed

Data type

int+

Description

Rewind speed in milliseconds.

autoPlay

Property

autoPlay

Data type

string

Description

Change to any number.
For example autoPlay : 5000 to play every 5 seconds.

rewindNav

Property

rewindNav

Data type

option

Description

Slide to first item. Use rewindSpeed to change animation speed.

scrollPerPage

Property

scrollPerPage

Data type

option

Description

Scroll per page not per item. This affect next/prev buttons and mouse/touch dragging.