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

Simple customize

描述

Personalise your own website, no matter what theme and what customization options are added by the themes creator.

When active, the plugin will add a new section to your Customize screen entitled Simple Customize, containing input fields for various elements needed to display a new customize option.

You can easily find what you wish to customize by using the Find element button, which will let you point and click in the preview window to find what you are looking for.
Although no prior knowledge of CSS or HTML is required to use the plugin, basic understanding of CSS will definitely help you make the most out of this plugin, an in turn your own site.

Once you are happy with everything in the options, use the Add element button to have your customize option implemented.
The CSS will be queued up in such a manner that it will try to be the dominant rule, so assuming the theme doesn’t have any !important flags on its styling, your own styling will appear.

You are also able to implement 3rd party fonts using the plugins own options page, where you may add manual styling alternatives, as well as create categories for grouping your own styles.

All customizations are theme-specific, this means if you ever change your theme, you will get a clean slate to work off when customizing it.
Of course, should you ever revert back to your old theme, your previous custom styling will still be there.

Note: You should always be cautious of modifying other peoples work, respect the time and dedication put forth by your themes author.

螢幕截圖

  • The Simple Customize alternative added to the WordPress customize page
  • The view after clicking the find button
  • The fields have gotten a list of available options for you to choose from
  • Our new customize option under the colors category
  • We decided to change the color a little bit. Thanks to the color picker, this is made even easier!

安裝

  1. Upload the simple-customize folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. You will find the Simple Customize option under then Appearance menu

常見問題

Do I need to know HTML/CSS/Programming to use this plugin?

No existing knowledge is required, although some basic knowledge of CSS is recommended.

Why can’t I change styles from the Simple Customize options page?

Styling your site is never an easy task, and to give you the best possible tools for the job, the WordPress live preview page is required, for this reason it was decided to disable any style changing from the options page to make sure the styling looks like you intend when you make the changes.

評價

閱讀全部4個評價

貢獻者及開發者

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

貢獻者

將 Simple customize 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

1.7.1

  • Adjusted some styling for icons not properly aligned any more
  • Made Google Fonts require a custom API key with notices on how to get one.
  • New tested-with, 3 years later, still seems to work 🎉

1.7.0

  • Fixed error preventing loading of the customizer screen in some cases.
  • Updated to use the Customizer Previewer API, more reliable and future proof!