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

Simple JS SlideShow

الوصف

Display a javascript slideshow based on JonDesign’s SmoothGallery.

I’ve made it for my own needs, to have a slideshow doing what I want and without too much parameters.

It’s possible to customize the number of pictures displayed and its size. It’s also possible to add some custom CSS.

For each pictures you can set a title, a legend, the picture URL and a link.

Available languages:

  • English
  • French

Live demo:

Known issue:

  • when setting only one picture in the slideshow, the picture is not displayed 🙁

لقطات الشاشة

  • First admin page : general options
  • Second admin page : slideshow content

التنصيب

  1. Download the zip file of the plugin and extract it on your computer
  2. Upload the directory simple_js_slideshow to the /wp-content/plugins/ directory
  3. Activate the plugin through the ‘Plugins’ menu in WordPress
  4. Place <?php if(function_exists('sjss_display_slideshow')) { sjss_display_slideshow(); } ?> in your templates
  5. You can use is_home() in the if statement to display the slideshow only on the homepage

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

What languages are available?

For now, only English and French are available

Will you add some awesome features?

Not now, I want to keep it very simple, but if you have an amazing idea, let me know !

المراجعات

لا توجد مراجعات لهذه الإضافة.

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

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

المساهمون

ترجمة ”Simple JS SlideShow“ إلى لغتك.

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

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

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

1.0.3

  • Small bug fix and project file organisation

1.0

  • First public release