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

Simple Self-Styleable Pop Up

描述

This plugin is designed to give it’s user full styling possibilities while offering a easy-to-use framework at the same time. With a limited amount of HTML and CSS knowledge, the Popup can be fully styled and customized by the user.

螢幕截圖

  • SSSPU provides a clean and easy-to-use backend for customizing. Default presets allow you to style your own pop-up within minutes.

安裝

This section describes how to install the plugin and get it working.

  1. Upload ‘plugin-name.php’ to the ‘/wp-content/plugins/’ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You may access and modify the settings in the WordPress backend via Settings -> sIMPLE Self-Stylable PopUp

常見問題

How can I create a button that closes the Pop-Up?

Simply wrap the text or element into </div>-tags (remove the underscores). You can also style these tags in the CSS-section of the plugin. By default, .ssspu-close does not contain any styles.

My Pop-Up does not appear

Please ensure that your theme calls the wp_footer(); hook. This hook is usually called in a file called “footer.php”.

The pop-up is displayed as a post / page on the front page of my website

This was a bug as of Version 0.5. Please update to the newest version.

評價

2016年9月3日
Easily customizable and perfect to inform your visitors about whatever you want using self-written HTML and CSS. Maybe a few more templates would help - thanks!
閱讀全部1個評價

貢獻者及開發者

“Simple Self-Styleable Pop Up” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Simple Self-Styleable Pop Up 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

0.6

  • Plugin is no longer called utilizing “the_content”-hook, but instead uses the “wp_footer”-hook now. This fixes a bug that made the plugin appear as additional post on the home/start-page. In return, the theme running the plugin must use the wp_footer(); call.

0.5

  • First stable and tested version.