hauerheinrich / hh-slider
Hauer-Heinrich - Image and Content Slider
Fund package maintenance!
paypal.me/hauerheinrich
Installs: 3 011
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 2
Forks: 2
Open Issues: 3
Type:typo3-cms-extension
Requires
- typo3/cms-core: ^12.4.0 || ^13.4.0
- typo3/cms-fluid: ^12.4.0 || ^13.4.0
- typo3/cms-fluid-styled-content: ^12.4.0 || ^13.4.0
- typo3/cms-frontend: ^12.4.0 || ^13.4.0
Replaces
- hauer-heinrich/hh_slider: 0.7.1
- typo3-ter/hh-slider: 0.7.1
- dev-master
- 0.7.1
- 0.7.0
- 0.6.2
- 0.6.1
- 0.6.0
- 0.5.1
- 0.5.0
- 0.4.5
- 0.4.4
- 0.4.3
- 0.4.2
- 0.4.1
- 0.3.0
- 0.2.9
- 0.2.8
- 0.2.7
- 0.2.6
- 0.2.4
- 0.2.3
- 0.2.2
- 0.2.01
- 0.2.0
- 0.1.63
- 0.1.62
- 0.1.6
- 0.1.5
- 0.1.4
- 0.1.3
- 0.1.2
- 0.1.1
- 0.1.0
- dev-typo3-12
- dev-typo3-13
- dev-dependabot/npm_and_yarn/esbuild-0.25.0
- dev-typo3-11
- dev-typo3-10
- dev-feature-backendpreviewlayout
- dev-feature-events
This package is auto-updated.
Last update: 2025-07-10 11:17:35 UTC
README
hh_slider is a TYPO3 extension. Integrates the tiny-slider in TYPO3.
Installation
... like any other TYPO3 extension extensions.typo3.org Don't forget to include PageTS / look at features section
Features
- No dependencies like jQuery
- "Content type" - Select "images" if you want only slide images | select "content" if you want to slide content-elements like textmedia
- To slide other elements, for example from other extensions, simply add your own custom json to the document - like: "hh_slider\Resources\Private\Partials\Assets\SliderJson.html" - Important: className "hhSliderJson"
- possibility to add TypoScript and PageTS automatically (Deprecated due to TYPO3 method itself (addPageTSConfig()), this option will be removed with TYPO3 14.)
- OR over the backend "Tempalte"-module and page settings -> Resources OR manually by yourself
- you can change this at backend -> Settings -> Extension Configuration -> hh_slider
- OR over the backend "Tempalte"-module and page settings -> Resources OR manually by yourself
optional
Set CSS colors for the slider buttons
--hhslider-button-prevnext-bg-image: url("../Icons/prev-next.svg"); --hhslider-button-prevnext-bg-color: #04A0E3; --hhslider-button-prevnext-bg-color-hover: #7cb4cc; --hhslider-button-startstop-bg-image: url("../Icons/start-stop.svg"); --hhslider-button-startstop-bg-color: #04A0E3; --hhslider-button-startstop-bg-color-hover: #7cb4cc; --hhslider-pagination-button-bg: #fff; --hhslider-pagination-button-bg-active: #ccc; --hhslider-pagination-button-border: 3px solid #ccc; --hhslider-pagination-button-border-active: 3px solid #ccc;
Restrict Content-Elements (CType) of childrecords
Example:
plugin.tx_hhslider {
settings {
allowedCtypes = textmedia, images, menu_pages,
}
}
Translate string via TypoScript
Available strings / ID's see: EXT:hh_slider/Resources/Private/Language/locallang.xlf Example:
plugin.tx_hhslider {
_LOCAL_LANG {
default {
fe.slider.userInstruction = default EN label
}
de {
fe.slider.userInstruction = DE label
}
cz {
fe.slider.userInstruction = CZ label
}
}
}
HINT
The tiny-slider source code has been adapted, which means that the supplied tiny-slider source code is no longer compatible with the original!
Main-view
Options-view
Copyright notice
This repository is part of the TYPO3 project. The TYPO3 project is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
The GNU General Public License can be found at http://www.gnu.org/copyleft/gpl.html.
This repository is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
This copyright notice MUST APPEAR in all copies of the repository!
License
GNU GENERAL PUBLIC LICENSE Version 3