WidgetPop JS – Multipurpose Ready-made Popup Templates
$15.00
47 sales
LIVE PREVIEWWidgetPop JS – Multipurpose Ready-made Popup Templates Review
Introduction
In today’s digital landscape, creating engaging and effective pop-ups that convert website visitors into leads is crucial for any business or organization. With the rise of online marketing, pop-ups have become a popular way to grab attention, promote products or services, and collect user information. WidgetPop JS is a modern, intuitive, and multipurpose HTML5, CSS3, and JS popup template designed to help you achieve these goals. In this review, we’ll take a closer look at the features, benefits, and functionality of WidgetPop JS and explore whether it’s worth considering for your website.
Features and Functionality
WidgetPop JS comes with a comprehensive package that includes 9 different popup templates for various purposes. These templates are designed to be responsive, working seamlessly across all modern devices and browsers, from mobile to desktop. The package also includes a range of advanced features, such as special popup triggers on events, including on scroll, on click, and close popup.
The latest update adds 2 new advertising popups, 2 new contact form popups, 2 new newsletter popups, and a video advertising popup (YouTube video popup). Additionally, you’ll find Christmas popups, Coupons popups, and New Year wishes popup templates.
The popup package contains a wide range of templates, including:
- Contact Forms Popup
- Newsletter Forms Popup
- Rating Popup
- Social Network Popup
- Setting Panel Popup
- Advertising Popup
- Cookies Popup
- Notification Popup
- Testimonials / Comment Popup
- Download Widget Popup
Customization and Support
WidgetPop JS is designed to be easy to customize, allowing you to tailor the templates to your brand’s aesthetic and style. The package includes unlimited color schemes, making it easy to match your website’s color scheme. Additionally, the author provides 24/7 after-sale support, ensuring that you receive assistance when you need it.
Compatibility and File Structure
The file structure is simple and easy to navigate, with separate folders for the HTML, CSS, and JS files. The file can be used on any static HTML or dynamic website, including CMS like WordPress websites. However, please note that the file does not include PHP code, so you’ll need to have a basic understanding of HTML, CSS, and JS to customize the templates.
Conclusion
Overall, WidgetPop JS is a powerful and versatile popup template that offers a wide range of features and customization options. With its modern design, responsive layout, and easy customization, it’s an excellent choice for businesses and organizations looking to create engaging and effective pop-ups. While the author provides excellent support, it’s essential to have some basic knowledge of HTML, CSS, and JS to customize the templates.
Rating
I would give WidgetPop JS a score of 9 out of 10. The template is well-designed, feature-rich, and easy to customize. However, I would deduct a point due to the lack of PHP code, which may make it more challenging for beginners to use.
Recommendation
If you’re looking for a reliable and effective popup template that’s easy to customize, WidgetPop JS is an excellent choice. With its responsive design, advanced features, and excellent support, it’s an excellent addition to any website.
User Reviews
Be the first to review “WidgetPop JS – Multipurpose Ready-made Popup Templates” Cancel reply
Here's a comprehensive tutorial on using the WidgetPop JS Multipurpose Ready-made Popup Templates. Let's start with a brief introduction:
WidgetPop JS: A Multi-Purpose Ready-made Popup Template
WidgetPop is a powerful and versatile plugin that allows you to easily create custom popups and modals for your web applications. With its straightforward API and a wide range of pre-designed templates, you can quickly create modal windows, tooltips, menus, and more. This tutorial will guide you on how to use the widgetPop JS multipurpose popup templates to enhance your user experience and improve your web application's functionality.
Getting Started with WidgetPop JS
Before we dive into the tutorial, here are the basic steps to get started with WidgetPop JS:
- Include the WidgetPop JS plugin in your HTML file.
- Create a reference to the plugin in your JavaScript code.
- Choose a template from the pre-designed templates provided.
Step 1: Include the WidgetPop JS Plugin
To include the WidgetPop JS plugin in your HTML file, add the following script tag:
<script src="path/to/widgetpop.min.js"></script>
Replace path/to
with the actual path where you've saved the widgetpop.min.js
file. Alternatively, you can install the plugin using npm and include it in your application:
npm install widgetpop
Then, include the script in your HTML file using the following code:
<script src="node_modules/widgetpop/dist/widgetpop.min.js"></script>
Step 2: Create a Reference to the Plugin in Your JavaScript Code
Next, create a reference to the WidgetPop JS plugin in your JavaScript code by adding the following code:
const popup = new WidgetPop();
This code creates an instance of the WidgetPop class, which you'll use to create and display your popup.
Step 3: Choose a Template from the Pre-designed Templates
WidgetPop provides a range of pre-designed templates that you can choose from. These templates provide a starting point for customizing your popup's look and feel. Here's a list of the built-in templates:
- popup-basic
- popup-message
- popup-form
- popup-gallery
- popup-modal *...and many more!
Each template has its own HTML structure and CSS stylesheets. You can choose any template that suits your requirement and customize it further by adding your own HTML elements, CSS styles, or JavaScript code.
Tutorials and Examples
Once you've chosen a template, you can start experimenting with the plugin's settings and options. Here's a step-by-step tutorial on how to use a basic popup template:
Tutorial: Creating a Basic Popup
-
Create an HTML element with the popup's content:
<div id="popup"></div>
Replace
<id=“popup">
with the actual element ID you want to give your popup. - Create a JavaScript code block to create and display the popup:
<script> const popup = new WidgetPop({ template: 'popup-basic', content: '', width: 600, height: 400, animationSpeed: 300, }); popup.show(); // Display the popup on the page </script>
In the above code, we:
- Create an instance of the WidgetPop class using the
new
operator. - Set the popup's template to
popup-basic
. - Set the popup's content to a blank string (
''
). - Set the width and height of the popup to 600x400 pixels.
- Set the animation speed to 300 milliseconds.
- Call the
show()
method to display the popup on the page.
- CSS Stylesheet: You'll also need a stylesheet for this popup. You can import the built-in CSS from the WidgetPop plugin and customize it further:
/* Importing WidgetPop basic.css from assets folder */ @import "./assets/widgetpop-basic.min.css";
/ Custom style for the popup / .widgetpop-basic { padding: 20px; border: 2px solid #ccc; border-radius: 10px; width: 600px; height: 400px; background: #fff; padding: 20px; font-size: 16px; box-shadow: 0px 0px 30px #ded3aa; }
In the above code, we customize the popup's styles as per our requirement.
Tips and Tricks:
* Remember to include the necessary external libraries (e.g. jQuery) if required in your popup.
* Debug your popup by inspecting the HTML and CSS attributes in your browser's debugger.
* Experiment with various popup templates and customize as needed.
### Conclusion
Here is an example of a complete settings configuration for WidgetPop JS:
popupContainer
var popupContainer = document.getElementById('popup-container');
popupConfig
var popupConfig = {
// popup container
container: popupContainer,
// popup template
template: 'basic',
// popup animation
animation: 'fadeIn',
// popup transition
transition: 'scale',
// popup background color
backgroundColor: '#333',
// popup background opacity
backgroundOpacity: 0.9,
// popup width
width: '50%',
// popup height
height: '50vh',
// popup close button
closeButton: true,
// popup close button text
closeButtonText: 'Close',
// popup open button text
openButtonText: 'Open'
};
widgetConfig
var widgetConfig = {
// widget container
container: document.getElementById('widget-container'),
// widget popup
popup: popupConfig,
// widget trigger
trigger: 'hover',
// widget trigger delay
triggerDelay: 300,
// widget trigger offset
triggerOffset: '10px'
};
WidgetPop Init
WidgetPop.init(widgetConfig);
Here are the features of WidgetPop JS - Multipurpose Ready-made Popup Templates:
- HTML5 + CSS3: Built using the latest HTML5 and CSS3 technologies.
- Responsive Design: Works on all modern devices and browsers, from mobile to desktop.
- Easy Customisation: Allow for easy customization of the popup templates.
- Unlimited Color schemes: Offers unlimited color schemes to match your website's design.
- 24/7 After Sale Support: Provides ongoing support to ensure your popup needs are met.
Additionally, the package includes:
- 9 different popup templates for multiple purposes (business, non-profit, etc.)
- Various popup triggers, including:
- On scroll
- On click
- Close popup
- And more events coming soon
- Latest updates:
- 2 new advertising popups
- 2 new contact form popups
- 2 new newsletter popups
- Video advertising popup (YouTube video popup)
- More updates coming soon, including:
- Christmas popups
- Coupons popups
- New year wishes popup
- Package contains:
- Contact Forms Popup
- Newsletter Forms Popup
- Rating Popup
- Social Network Popup
- Setting Panel Popup
- Advertising Popup
- Cookies Popup
- Notification Popup
- Testimonials / Comment Popup
- Download Widget Popup
- Can be used on any static HTML/Dynamic Website or with CMS like WordPress Websites.
Related Products
$15.00
There are no reviews yet.