このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Simple Course Creator Customizer

説明

This plugin must be used with Simple Course Creator.

Easily control border properties, the background color, text color, and link color for Simple Course Creator output.

スクリーンショット

  • customizer settings and preview

インストール

  1. Upload simple-course-creator-customizer to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Customizer options under the ‘Appearance -> Customizer’ menu

Follow Simple Course Creator Customizer on Github

FAQ

Will this plugin work without Simple Course Creator?

No. The Customizer options will not appear unless Simple Course Creator is installed and activated.

How detailed does the customizer get?

The customizer options for SCC are very basic. For complete customization control, use SCC’s built-in functionality.

There are multiple ways to edit course output.

— The first and easiest way is to use the built-in hooks and filter to customize the course box. You’d write your actions in your active theme functions file.

Here’s a list of all the hook names you can use to insert custom content.

  • scc_before_container
  • scc_container_top
  • scc_below_title
  • scc_below_description
  • scc_before_toggle
  • scc_after_toggle
  • scc_above_list
  • scc_list_item
  • scc_below_list
  • scc_container_bottom
  • scc_after_container

The course display toggle link is also filtered. Use the following filter to change its text.

  • course_toggle

— The second way is to override the plugin display files in your active theme.

You’d create a directory in the ROOT of your active theme called scc_templates and in it, copy any of the files from the includes/scc_templates directory of the plugin. Your new theme files will override the plugin files.

Only use this method if you know your way around PHP, HTML, CSS, and JS.

— Lastly, for minimal display tweaks, simply write CSS in your active theme that overrides the default plugin CSS, which is minimal.

評価

このプラグインにはレビューがありません。

貢献者と開発者

Simple Course Creator Customizer はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Simple Course Creator Customizer” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0.5

  • Fixed: updated default controls for compatibility with Simple Course Creator 1.0.7+

1.0.4

  • Fixed: customizer PHP notices

1.0.3

  • improved: removed white space

1.0.2

  • fixed: incorrect text domains for translation functions
  • improved: customizer input sanitization

1.0.1

  • fixed: languages directory path

1.0.0

  • first stable version