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

Customize Pro Engine

外掛說明

Please note that this plugin requires the Customize Pro child theme and will not work without it.

Customize Pro Engine will be shown in the list of recommended plugins when you activate the Customize Pro theme and run through the Genesis One Click Theme Setup process.

This plugin provides the following functionality:

  • Over 500 Customizer settings
  • Handy shortcodes
  • Hero section
  • Widget areas
  • WooCommerce compatibility
  • Base CSS and JS
  • Repositioning of Genesis hooks
  • Useful helper functions
  • Loading Google Fonts

This plugin was created as a way to keep the child theme up to date with the latest features, security fixes and bug fixes. By shifting the majority of code out of the child theme and into a plugin, we are able to provide automatic updates without overwriting customizations made to your child theme.

安裝方式

  1. Go to Plugins > Add New.
  2. Type in the name of the WordPress Plugin or descriptive keyword, author, or tag in Search Plugins box or click a tag link below the screen.
  3. Find the WordPress Plugin you wish to install.
  4. Click Details for more information about the Plugin and instructions you may wish to print or save to help setup the Plugin.
  5. Click Install Now to install the WordPress Plugin.
  6. The resulting installation screen will list the installation as successful or note any problems during the install.
  7. If successful, click Activate Plugin to activate it, or Return to Plugin Installer for further actions.

常見問題集

How can I override plugin functionality?

Customize Pro has over 500 Customizer settings so hopefully you don’t need to!

In the rare event that you do, everything in this plugin is a hook, you can add/remove/modify them the same way as any other hook.

One thing worth noting is that this plugin uses namespaces to avoid naming conflicts. This means that the namespace needs to be included in the name of the function to modify. For example:

remove_filter( 'get_custom_logo', 'CustomizePro\custom_logo_size' );

The namespace can be found at the top of each file in the plugin.

使用者評論

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

參與者及開發者

以下人員參與了開源軟體〈Customize Pro Engine〉的開發相關工作。

參與者

將〈Customize Pro Engine〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release.