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

WP Widget Gallery

الوصف

This WordPress plugin allows user to create a gallery for widgets. This plugin also has the ability to display it on page of your choice.

Any errors or bugs you find please use the support forum.

If you find this plugin helpful, we appreciate if you give us your review.

Arbitrary section 1

1.5.1

  • Fix conflict script on set featured image for post and pages.

1.5

  • Add option to activate widget carousel.

1.4

  • Update error on activation and widget initiation.

1.3

  • Small thumb as suggested by Ross Dawson. Added lightbox and masonry for small thumb.

لقطات الشاشة

  • This is the screenshot for the admin of the wp-widget gallery plugin.

التنصيب

  1. Upload wp-widget-gallery folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

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

How to change display for small devices using jquery?

In your theme script add the following script :

//Just use the necessary number to make your condition right.

//Sample : For IPAD and Android tablets / Portrait

if( jQuery(window).width() < 767 ){
jQuery(‘.wpwidget-slideshow’).attr(‘data-cycle-carousel-visible’, 2)
}

//Sample : For mobile phones / Portrait

if( jQuery(window).width() < 567 ){
jQuery(‘.wpwidget-slideshow’).attr(‘data-cycle-carousel-visible’, 1)
}

How to hide prev/next button on small devices

if( jQuery(window).width() < 767 ){
jQuery(‘.wpwidget-button’).css({display:’none’})
}

if( jQuery(window).width() < 567 ){
jQuery(‘.wpwidget-button’).css({display:’none’})
}

المراجعات

3 سبتمبر، 2016
very limited and support is all but non existing. I had a question to ask but looked at the support forum....it was laughable. I think a 12 year old built this plugin. Will build my own and distribute it here.
3 سبتمبر، 2016
Managing a large gallery with over 100 images and growing it lacks a lot of useful features and makes editing a nightmare.
إقرأ جميع المراجعات 6

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

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

المساهمون

ترجمة ”WP Widget Gallery“ إلى لغتك.

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

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

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

1.5.3

  • Update on prettyPhoto XSS exploit – reported by WP.

1.5.2

  • Change lightbox plugin.
  • Add share buttons to twitter and facebook.
  • Fix upload button if widget is active. Currently you need to refresh the page in order for the upload button to work.

1.5.1

  • Fix conflict script on set featured image for post and pages.

1.5

  • Add option to activate widget carousel.

1.4

  • Update header generated error.

1.3

  • Update WP-Widget wp-media upload.

1.2

  • Update WP-Widget frontend image gallery.

1.1

  • Update WP-Widget Media upload.

1.0

  • Initial plugin version