Description
Quick Build Promo Popup is a versatile and user-friendly WordPress plugin that simplifies the creation, management, and customization of promotional popups and discounts. This powerful tool empowers users to effortlessly design and control popups to suit their needs.
Features
- Create Unlimited Popups – Design and display as many popups as needed without limitations.
- Customizable Content – Add personalized text, images, and other elements to suit your needs.
- Flexible Display Events – Trigger popups on page load, click, exit intent, or custom user interactions.
- Popup Display Delay – Set a specific delay time before the popup appears.
- Automatic Closing – Configure popups to close automatically after a set duration.
- Pre-designed Templates – Choose from a variety of popup templates for quick setup.
- Responsive and Mobile-friendly – Ensure popups look great on all devices, including desktops, tablets, and smartphones.
Screenshots
Popup Configuration – This screenshot shows the popup configuration options available in the plugin. (assets/screenshot-3.png) Popup Templates – This screenshot highlights the available popup templates in the plugin. Popup List – This screenshot highlights the list of popups in the plugin. Popup Example – This screenshot shows an example of a popup created with the plugin.
Installation
- Upload the plugin files to the
/wp-content/plugins/quick-build-promo-popup
directory, or install the plugin through the WordPress plugins screen directly. - Activate the plugin through the ‘Plugins’ screen in WordPress.
- Use the Quick Build Promo Popup settings page to configure the plugin.
FAQ
-
How do I create a new popup?
-
To create a new popup, go to the Quick Build Promo Popup settings page and follow the instructions to design and configure your popup.
-
Can I use custom popup image?
-
Yes, the plugin allows you to use custom images for your popups. You can upload and specify any image you want to display in your popup, enhancing its visual appeal and effectiveness.
-
Can I use custom popup image size?
-
Yes, the plugin allows you to customize the size of the popup images. You can specify the dimensions or aspect ratio that best suits your design and layout preferences.
-
Can I use custom popup content?
-
Yes, you can use custom content for your popups. The plugin allows you to fully customize the content, including text, images, videos, and more, to create unique and engaging promotional messages.
-
Can the popup auto-show after a page load?
-
Yes, the plugin includes an option to set the popup to automatically display when a page loads. You can configure this setting in the popup configuration options.
-
Can I show popup after few seconds delay?
-
Yes, the plugin includes an option to set the popup to display after a specified delay when a page loads. You can configure this setting in the popup configuration options.
-
Can the popup show onclick?
-
Yes, the plugin includes an option to set the popup to display when triggered by an onclick event. You can configure this setting by specifying the element/event selector name in the popup configuration options. For example, you can set it as
.demoElement
or#demoElement
depending on your HTML structure and needs. -
Can the popup auto-hide after a few seconds?
-
Yes, the plugin includes an option to set the popup to auto-hide after a specified number of seconds. You can configure this setting in the popup configuration options.
-
How do I modify the modal header content?
-
You can modify the modal header content by applying a filter in your theme or plugin code. Use the following example code snippet:
<?php function custom_qbcp_modal_header($header_content, $post_id) { // Modify the modal header content here $modified_content = 'Modified Modal Header Content'; return $modified_content; } add_filter('qbpp_modal_header_content', 'custom_qbcp_modal_header',10,2); ?>
-
How do I modify the modal body content?
-
You can modify the modal body content by applying a filter in your theme or plugin code. Use the following example code snippet:
<?php function custom_qbcp_modal_body($body_content, $post_id) { // Modify the modal body content here $modified_content = 'Modified Modal Body Content'; return $modified_content; } add_filter('qbpp_modal_body_content', 'custom_qbcp_modal_body', 10, 2); ?>
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Quick Build Promo Popup” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “Quick Build Promo Popup” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
Changelog
1.0.1
- Update the templates to support responsive design.
- Update the popup design
1.0.0
- Initial Release