隽永东方Imagination & Inspiration Show Time — 2016/09/05

隽永东方Imagination & Inspiration Show Time — 2016/09/05

隽永东方重磅推出的 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/

Xiaoge Zhong
About the Author

Xiaoge Zhong

隽永东方资深数字营销专家团队,专注于独立站增长、SEO/SEM/AEO/GEO等前沿策略研究。我们拥有16年跨境出海实战经验,致力于为中国品牌提供技术驱动的全球化解决方案。

                       

我们将在一个工作日内联系您

                       

免费诊断您的独立站及产品搜索量,制定您的海外营销计划

站内搜索

输入关键词后按 Enter 键搜索