Wiki

Clone wiki

Orchard.Modules.Dolph.TriggerPopups / Home

Dolph.TriggerPopups

Module to show unobtrusive popup on page scroll or delay, ideal for newsletter signups and promoting any news or social pages.

Installation Instructions

Enable Dolph.TriggerPopups module in admin, this will add a Trigger Popups menu item to Settings in Admin and also make an Trigger Popups part available, when adding parts to your content types.

You need to add the part to the content type that you wish to display this on. This allows the functionality to only display on blog pages or just normal page or any other custom type.

Settings explanation

Test Mode - This is for testing the popup, it will not set a cookie, which will always show the popup.

Content - The content that will be displayed in the popup.

Trigger Mode - Scroll - The popup will be triggered when a certain scroll top position has been reached on the page. The Scroll Percentage field will define the % of page height, before the popup will be displayed. - Delay - The popup will be triggered after a certain time span has been reached. The Delay Duration field will define the time span, before the popup is displayed.

Popup Position - The position the popup will be displayed, it all in the corners of the page.

Cookie Expiration Days - The amount of days, before the popup will be displayed again to the user, not applicable, if the Test Mode is enabled.

If you wish to style the containers

trp-trigger-popup is the id of the popup box. trp-trigger-popup-content is the class of the popup box content container.

Updated