..start..fly..

扫一扫
Guestbook

Home / PHP & Wordpress / wordpress精简版jquery暗箱图片效果插件simple-colorbox

<< 为wordpress的文章页面添加”上一篇“和“下一篇”功能手机也可以轻松背单词(10000单词PDF格式图书) >>

很多暗箱插件都是动辄2M,而且功能繁琐,其实我们能用的最常见的就是图片放大功能,于是这个插件是不错的选择,大概约60kb,而且与主题很少有js冲突,难能可贵的是还提供4种暗箱效果选择。本插件在Wordpress 4.5.2下运行良好。

1.下载插件simple-colorbox并激活插件,

2.改插件因为非常精简,所以在选择效果的时候,需要手动更改,在插件的目录里plugins/simple-colorbox找到index.php,并用Dreamweaver找到如下代码:

  1. public function set_definitions() {
  2.         // Do definition check – used by themes/plugins to over-ride the default settings
  3.         if ( ! defined( ‘SIMPLECOLORBOX_OPACITY’ ) )
  4.             define( ‘SIMPLECOLORBOX_OPACITY’, ‘0.6‘ );
  5.         if ( ! defined( ‘SIMPLECOLORBOX_WIDTH’ ) )
  6.             define( ‘SIMPLECOLORBOX_WIDTH’, ‘95‘ );
  7.         if ( ! defined( ‘SIMPLECOLORBOX_HEIGHT’ ) )
  8.             define( ‘SIMPLECOLORBOX_HEIGHT’, ‘95‘ );
  9.         if ( ! defined( ‘SIMPLECOLORBOX_SLIDESHOW’ ) )
  10.             define( ‘SIMPLECOLORBOX_SLIDESHOW’, ‘group’ );
  11.         if ( ! defined( ‘SIMPLECOLORBOX_THEME’ ) )
  12.             define( ‘SIMPLECOLORBOX_THEME’, ‘1‘ );
  13.     }

通过修改最后的数字选择1、2、3、4等的效果,所以具有良好的扩展性,可以手动添加更多的效果,而且支持多张图片幻灯播放效果。演示效果如下:

jquery

Related Posts

转载原创文章请注明,转载自:SKY..fly..[www.sky.gs]

本文链接: https://www.sky.gs/websites/phpwordpress/wordpress-jquery-plugin-simple-colorbox.html

QR:  wordpress精简版jquery暗箱图片效果插件simple-colorbox

One Response to “wordpress精简版jquery暗箱图片效果插件simple-colorbox”

  1. 灰常记忆 says:

    这个可以试下·

Leave a Reply

Code (☆)0+1=?


Websites powered by Wordpress6.7.1 Copyright © 2009-2025 - All Rights Reserved   SKY..fly..