這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Quick Build Promo Popup

外掛說明

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

  1. Create Unlimited Popups – Design and display as many popups as needed without limitations.
  2. Customizable Content – Add personalized text, images, and other elements to suit your needs.
  3. Flexible Display Events – Trigger popups on page load, click, exit intent, or custom user interactions.
  4. Popup Display Delay – Set a specific delay time before the popup appears.
  5. Automatic Closing – Configure popups to close automatically after a set duration.
  6. Pre-designed Templates – Choose from a variety of popup templates for quick setup.
  7. Responsive and Mobile-friendly – Ensure popups look great on all devices, including desktops, tablets, and smartphones.

螢幕擷圖

  • 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.

安裝方式

  1. Upload the plugin files to the /wp-content/plugins/quick-build-promo-popup directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Use the Quick Build Promo Popup settings page to configure the plugin.

常見問題集

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);
?>

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Quick Build Promo Popup〉的開發相關工作。

參與者

將〈Quick Build Promo Popup〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.1

  • Update the templates to support responsive design.
  • Update the popup design

1.0.0

  • Initial Release