EngageBox
v6.3.8
-
- 3 Ways to Trigger a Box on Click
- AdBlock Detect Trigger
- Click Trigger
- Display a popup before user leaves your website
- Display a popup when a certain element reaches your browser's viewport
- Element Visibility Trigger
- EngageBox Popup Triggers
- Exit-Intent Trigger
- External Link Click
- Hover Trigger
- Idle (Inactivity Detection)
- OnClick Trigger
- Page Load Trigger
- Page Ready Trigger
- Scroll Depth Trigger
-
- AcyMailing List Condition
- Browser
- City
- Component Condition
- Continent Condition
- Convert Forms Conditions
- Cookie Condition
- Country Condition
- Date Condition
- Day of Week
- Device Condition
- Display Conditions
- E-Commerce Conditions (VirtueMart - HikaShop)
- EngageBox - Viewed Another Popup Condition
- Homepage
- IP Address Condition
- Joomla! Content Article Condition
- Joomla! Content Category Condition
- Joomla! Content Component View Condition
- K2 Category
- K2 Item
- K2 Page Type
- K2 Tag
- Language
- Menu Item
- Month
- New/Returning Visitor Condition
- Operating System
- Pageviews Condition
- PHP
- Referrer URL Condition
- Region
- Time on Site
- Time Range
- Trigger based on URL match
- URL Condition
- User Access Level Condition
- User Condition
- User Group
-
- Create a AcyMailing Optin Box
- Create a Breezing Forms Popup
- Create a Facebook Like Page Box
- Create a GetResponse Optin Box
- Create a MailChimp Optin Box
- Create a SalesForce Optin Box
- Create a Twitter Follow Button Box
- Create a Vimeo Video Popup
- Create a YouTube Video Popup
- Create an RSForm Popup
- Display a Joomla Article In a Popup
- Display a Joomla Module in a Popup (Modal)
- Display Google Map in a Popup
- Google Analytics Integration
- Load Convert Forms through EngageBox
-
- Randomly Rotate Popups on a Page
- Αdd Sound Effects to Your Popups
- Make Accessible Popups
- Add a Countdown timer in your popup
- Limit impressions per unique visitor
- Test the responsiveness of your boxes for various devices and viewports
- Open a box by clicking on a menu item
- Trigger based on the minimum time visitor spent on the site
- Auto-Close popup after a specific time
- Open a box using HTML Attributes
Layout Overrides
EngageBox uses the Joomla MVC, that means you can copy any view or layout in your own template and personalize it as you want. Each box type (Custom Text, Email Subscription Form, Load Existing Module e.t.c.) is using its own separate layout file which can be overridden in your own template by just copying that file to your template folder.
The layout overrides feature requires EngageBox v4.2.1+
Override the main layout
To override the main layout used to display each popup, copy the file
/administrator/components/com_rstbox/layouts/box.php
to your template's html folder
/templates/TEMPLATE_NAME/html/layouts/com_rstbox/box.php
Override the layout of a box type
Each EngageBox box type is shipped as a separate Joomla plugin and its layout can be overriden in your template. The available plugin names are:
Box Type | Plugin Name |
---|---|
Email Subscription Form | emailform |
Existing Module | module |
Freetext | custom |
iFrame | iframe |
Image | image |
Social Media | social |
Yes / No | yesno |
To override the layout of a box type, copy the file
/plugins/engagebox/PLUGINNAME/tmpl/default.php
to your template's html folder
/templates/TEMPLATE_NAME/html/plg_engagebox_PLUGINNAME/default.php
Last updated on Nov 26th 2024 12:11
In This Article