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

Responsive Progress Bar

الوصف

A lightweight responsive progress bar which will work with your favourite HTML5 theme.

It works with major browsers, is configurable and only dependency is jQuery which is heavily used by WordPress themes.

Usage

Use the shortcode [rprogress] anywhere while editing your post or page. Below are some examples:

  • [rprogress value=80] displays a progress bar with value of 80%
  • [rprogress value=95 text=”Homework nearly completed”] writes a text as well
  • [rprogress value=75 color=”#ff0000″] uses red color for the progress bar
  • [rprogress value=70 color=”#00ff00″ delay=300] uses green color, draws the progress bar faster (default delay is 1000)

Below is a complete list of attributes with default values as well:

  • value (default = 100)
  • color (default = “#4af”)
  • bgcolor (default = “#cc” )
  • delay (default = 1000)
  • border_radius (default = “3px”)
  • text (default = “”)
  • text_color (default = “#333”)

لقطات الشاشة

  • Responsive Progress Bar in action
  • Using the shortcode in WordPress editor

التنصيب

  1. Download the latest version and extract it in the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.

To disable the shortcode, deactivate the plugin in the ‘Plugins’ menu in WordPress.

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

N/A

N/A

المراجعات

إقرأ جميع المراجعات 3

المساهمون والمطوّرون

“Responsive Progress Bar” هو برنامج مفتوح المصدر. وقد ساهم هؤلاء الأشخاص بالأسفل في هذه الإضافة.

المساهمون

ترجمة ”Responsive Progress Bar“ إلى لغتك.

مُهتم بالتطوير؟

تصفّح الشفرة، تحقق من مستودع SVN، أو الاشتراك في سجل التطوير بواسطة RSS.

سجل التغييرات

1.0

  • Initial version.