隽永东方重磅推出的 Imagination & Inspiration Show Time (简称:I.I Show Time) 活动如期举行,本次分享创意和灵感的是Fans Fan、Drake Chen 和 Ellen Zuo,以下简单记录一下此次分享的精彩瞬间:
Fans Fan
@fans 通过给主题 functions.php 里边加入代码实现对网站主题自定义LOGO,标题等方面的后台管理;
/** * Sangeet Custom Logo ( Used function_exists() wrapper to maintain backwards compatibility with older versions of WordPress. ) */ function sangeet_get_custom_logo() { if ( function_exists( 'get_custom_logo' ) ) { return get_custom_logo(); } } //以下代码为输出LOGO显示; <?php $logoOutput = sangeet_get_custom_logo(); if( ($logoOutput != '') ): ?> <?php echo $logoOutput; ?> <?php endif; ?>
Drake Chen
@drake 分享了一款很不错的可以视频本地和云端化的本地播放器,完美兼容所有移动设备,支持Responsive:https://github.com/selz/plyr#Options ;
Ellen Zuo
@ellen 分享了项目中使用Fancybox 和 lightbox 效果以后的兼容冲突处理方式,同时还分享了一款jQuery图片滚动插件 jquery.mThumbnailScroller 展示效果参考:http://www.ak-elec.com/adh50a-q/