Linux 软件免费装
Banner图

Spectrum Engine

开发者 RapidDev
Leszek Pomianowski
更新时间 2017年12月11日 04:38
捐献地址: 去捐款
PHP版本: 4.5.0 及以上
WordPress版本: 4.8.1
版权: MIT
版权网址: 版权信息

标签

google html page pages generator font url text select options textarea customizer dropdown generate engine personalize create to spectrum multiselect how

下载

2.0

详情介绍:

Spectrum Engine is a simple but very life-enhancing plugin for developers. With it you can quickly create custom Customizer menu and add your own options to it. With one spectrum() function, you have access to both modified and not yet edited options. You can add the spectrum as an element of your WordPress Theme and dramatically speed up your work. Spectrum Engine ready for theme is available at https://github.com/rapiddtc Note, the plugin includes an optional option, which is Google Fonts. If you do not remove this option, you must accept Google's terms and privacy policy. https://www.google.com/policies/privacy/ https://developers.google.com/terms/

安装:

  1. Upload spectrum_engine folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the 'Plugins' menu in WordPress
  3. Preview your options is visible in Dashboard > Settings > Spectrum Engine
  4. You can edit your options in: Plugins > Editor [Spectrum Engine > spectrum_engine/_options.php]

屏幕截图:

  • https://rapiddev.pl/uploads/2017/09/spectrum_preview.png
  • https://rapiddev.pl/uploads/2017/09/spectrum_engine_1.png
  • https://rapiddev.pl/uploads/2017/09/spectrum_engine_2.png

升级注意事项:

The latest spectrum() functions works in personalization. Added support for Google fonts

常见问题:

Where are my options kept?

Options and menu layout are in spectrum_engine/_options.php file

How to add my own option?

You need to add an option to the matching section, as shown below: $options = [ ['section_id'] => [ ['option_id', 'default_value', 'type', 'label', 'description', 'additional options'] ] ];

How create my own menu?

You need to create a menu according to the scheme below: $customization = [ ['section_id'] => [ 'Title', 'Description' ], ['panel_id'] => 'Title', 'Description', [ ['section_id', 'label', 'description'] ] ];

更新日志:

2.2.2
  1. Bug fixes
2.2.1
  1. Bug fixes
2.2.1
  1. Improved connectivity with files
  2. Bug fixes
2.1.0
  1. spectrum() function stores settings, works in personalization, and does not require so many database connections
2.0.0
  1. Completely rewritten engine revamp for Spectrum theme
1.3.0
  1. Bug fixes
  2. Added cc("option_id") functions as storing settings
1.2.0
  1. Bug fixes
  2. Added global $cc; as a variable storing settings
1.1.0
  1. Bug fixes
  2. Added support for PAGE, MULTIPAGE, DROPDOWN, MULTISELECT
1.0.0
  1. CCreation Engine was created for the CCreation theme
  2. Added support for HTML, CHECKBOX, URL, TEXT, TEXTAREA, SELECT, COLOR, IMG