Installation
Email: After you purchase the extension from our store, you will receive an email containing a link to download the extension.
Store: Alternatively, you can download the extension from the "Downloads" section in our store. If you are a new user, you need to create an account using the same email address you used for the purchase.
Click to download the extension package: AutoOnPageLoadPopup_UNZIP.zip
Unzipping the Package
Use any file unzipper tool or WinRAR to unzip the AutoOnPageLoadPopup_UNZIP.zip package. After unzipping, you will find the following contents:
-
Folder Joomla 3 & 4: This extension is compatible with both Joomla 3.x and Joomla 4.x versions. In this folder, you will find the installation file named mod_onpageload_popup_X.x.zip.
-
Folder Joomla 5: The extension is also designed for seamless integration with Joomla 5.x. This folder contains the installation file named mod_onpageload_popup_X.x.zip.
-
ReadMe.txt: Contains vital information about the current version of the extension.
Installing the Extension
To install the extension, log in to the backend of your Joomla website.
-
For Joomla 3: Navigate to Extensions > Extension Manager, then click on the "Upload Package File" tab. Click "Browse" to select the appropriate installation file, then click "Upload and Install."
-
For Joomla 4: Go to System > Install > Extensions. You can either drag and drop or browse for the file to install.
-
For Joomla 5: The installation process is the same as for Joomla 4.
A success message will be displayed once the installation is complete.
Basic Settings
To ensure the successful configuration of the Auto Onpageload Popup module after its installation across different Joomla versions, follow these instructions tailored to each version's navigation structure:
Joomla 3
- Navigate to Extensions > Module Manager. Here, you will find the Auto Onpageload Popup module listed. Click on it to begin configuration.
Joomla 4 and Joomla 5
- Proceed to Content > Site Modules to locate the Auto Onpageload Popup module. Select it to access its settings.
Setting Up the Module Position
For the Auto Onpageload Popup module to function correctly, assigning it to a module position within your Joomla website is crucial. Please adhere to the following steps:
- Hide the Title: Set the title of the module to be hidden.
- Module Position: From the Position dropdown list, choose any available module position. It is recommended to place the module in the "debug" position if it exists on your site.
- Module Status: Ensure the module is set to Published.
How to
How to get the license key for the extension?
- Go to the Download Section of our store.
- If you already have an account then login or else you create an account if you are new to our store..
- Create an account using the same email address which you have used while purchasing the extension. (This isn't your Paypal email address but the address which you have provided in our store while purchasing)
- Once you login to the Download section you can find the License Key for the extension.
How to change or remove padding and margin around the popup?
Go to Appearance tab in the module parameters and change Popup Content Padding and Popup Content Margin. Set it to 0 if you dont want padding or margin around the popup.
How to add own button style and background?
If you want to add your own button image and background then you have to replace one of the images with your images at modules/mod_onpageload_popup/tmpl/images/. Suppose you replaced the file close_button_1.png with your image then in the module parameter choose button style to Style 1 so that you can see the image you replaced. Same is for background patterns.
How to add a close button inside the popup?
If you want to have a close button link inside the popup then you can add the following inside the HTML input textarea in the Popup Content Settings tab. You can also add it inside the article using article manager but some of the editors may strip the following code as it contains javascript. The class closePopup can be used tol close the popup box defined to any HTML element.
<a href="#" class="closePopup">Close Button Text</a>
How to disable popup for mobile devices?
To disable the popup for mobile devices go to Advanced tab and set Disable for mobile devices to "Yes"