Linux 软件免费装
Banner图

WP Widget Gallery

开发者 crea8xion
更新时间 2015年5月22日 09:38
捐献地址: 去捐款
PHP版本: 3.5 及以上
WordPress版本: 3.9.1
版权: GPLv2 or later
版权网址: 版权信息

标签

widget sidebar gallery widget gallery sidebar gallery wp-widget

下载

1.0 1.1 1.2 1.3 1.4 1.5 1.5.1 1.5.2 1.5.3

详情介绍:

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.

安装:

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

屏幕截图:

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

升级注意事项:

1.5.3
  • Update on prettyPhoto XSS exploit - reported by WP.
1.5.2
  • Important update for lightbox function.
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.2
  • Update WP-Widget frontend image gallery.
1.1
  • Update WP-Widget Media upload.

常见问题:

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'}) }

更新日志:

1.5.3 1.5.2 1.5.1 1.5 1.4 1.3 1.2 1.1 1.0