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

Raw HTML Modal Window

外掛說明

Raw HTML Modal Window is a plugin for folks that feel comfortable using HTML and CSS code to ultimately control the layout of their pop-up window.

By default it shows a pop-up on the front page, you can provide a single or list of post/page IDs to trigger it on any spesific page(s). The plugin is very lightweight and uses minimum system resources.

Requirements

  • WordPress 4.5 or higher
  • PHP 5.5.37 or higher
  • MySQL 5.x or higher

Main Features

  • Provides example HTML and CSS code to get you started
  • Very lightweight on system resources, uses “staight” Javascript, no framework or library required.
  • Outputs its CSS and Javascript code directly into the
    page to minimize HTTP requests.
  • Provides delay, z-index, fading speed control through the admin interface.

螢幕擷圖

  • The Raw HTML Modal Window edition page
  • The controls to fine tune the plugin's behavior

常見問題集

I want to reset the CSS code, where can I get the original styles

Open the help tab in the top-right corner of the plugin’s page, go to ‘Example CSS Styles’ section

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Raw HTML Modal Window〉的開發相關工作。

參與者

將〈Raw HTML Modal Window〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1

  • Now the plugin appends the efmw_active css class to the body tag when the modal window displayed to control the scrolling of the page underneath.
  • Added event listener for the escape button to close the window when it’s pressed.

1.0

  • First version of the plugin.