هذه الإضافة لم يتم تحديثها وتجربتها لأكثر من 3 إصدارات ووردبريس رئيسية. قد لا تكون خاضعة للصيانة أو تقدم الدعم والمساعدة بالوقت الحالي وقد تكون بها مشاكل في التوافق عند إستخدامها مع إصدارات حديثة من ووردبريس.

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

الأسئلة المتكررّة

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