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

Custom Design for HTML Tags

説明

Custom Design for HTML Tags

Simple plugin allow to creating custom design for Checkbox and Radio buttons HTML tags on you site. Plugins Support: WooCommerce, Contact Form 7.
You can also generate code (CSS, JS) and copy it to your theme.

Features

Change design for Checkbox:

  • Text Offset;
  • Width, Height;
  • Offset Top, Offset Left;
  • Border (Width, Radius, Color);
  • Checkbox Flag (Width, Height, Border Radius, Color);

Change design for Radio Button:

  • Text Offset;
  • Width, Height;
  • Offset Top, Offset Left;
  • Border (Width, Radius, Color);
  • Radio Button Flag (Width, Height, Border Radius, Color);

Perfect HTML for the plugin to work:

<!--some code -->
<label>
    <input type="checkbox" name="test-checkbox"> Test Checkbox
</label>
<label>
    <input type="radio" name="colors"> Red
</label>
<label>
    <input type="radio" name="colors"> Green
</label>
<label>
    <input type="radio" name="colors"> Blue
</label>
<!--some code -->

スクリーンショット

  • Checkbox page
  • Radio Button page

インストール

Installation

  1. Upload ddzap-custom-html-tags.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Go to Settings the plugin:

– you can click ‘Settings’ under plugin name through the ‘Plugins’ menu in WordPress
– you can go to Appereance > Custom HTML Tags

FAQ

Can I use this plugin with WPForms?

Yes, plugin was tested with WPForms version 1.5.8

評価

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

貢献者と開発者

Custom Design for HTML Tags はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Custom Design for HTML Tags” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.0

  • Create plugin