Download the PHP package nzta/promo-overlay without Composer
On this page you can find all versions of the php package nzta/promo-overlay. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download nzta/promo-overlay
More information about nzta/promo-overlay
Files in nzta/promo-overlay
Download nzta/promo-overlay
More information about nzta/promo-overlay
Files in nzta/promo-overlay
Vendor nzta
Package promo-overlay
Short Description A module for creating promotion pages
License BSD-3-Clause
Homepage https://github.com/NZTA/promo-overlay
Package promo-overlay
Short Description A module for creating promotion pages
License BSD-3-Clause
Homepage https://github.com/NZTA/promo-overlay
Please rate this library. Is it a good library?
Informations about the package promo-overlay
Promo Overlay
Requirements
Silverstripe CMS 5.x
Features
- Provides a Promo page type where Promo slides can be created
- Promo slides can be a basic slide with a title and content
- Promo slides can also be a video slide with a background video and fullscreen video pop up
- Ability for Promo page to appear as an overlay on initial visit, and when closed will not re-open until session has been reset
Upcoming features
- Ability to carousel through multiple slides
Ability to add a background image to a slide
Installation
`composer require nzta/promo-overlay`
Setup
- You will need to include the
<% include PromoOverlay IsOverlay=true,PromoSlides=$ActivePromoSlides %>
template into your page. - You will then need to add the
<% include JSAppData %>
to the<head>
of your templates. - Add some basic custom styles to make the overlays appear nicely.
Usage
- Login to the CMS and create a 'PromoPage'
- Enter a title and content
- Ensure to tick 'Active Promo page' to enable this promo page on the front-end
- Add a 'PromoSlide' by clicking on the 'Promo Slides' tab and clicking 'Add new promo slide'
- Enter a title, content and embedded video links
All versions of promo-overlay with dependencies
PHP Build Version
Package Version
Requires
silverstripe/cms Version
^4 | ^5
The package nzta/promo-overlay contains the following files
Loading the files please wait ....