开发者 | crea8xion |
---|---|
更新时间 | 2015年5月22日 09:38 |
捐献地址: | 去捐款 |
PHP版本: | 3.5 及以上 |
WordPress版本: | 3.9.1 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
/wp-content/plugins/
directoryIn 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) }
if( jQuery(window).width() < 767 ){ jQuery('.wpwidget-button').css({display:'none'}) } if( jQuery(window).width() < 567 ){ jQuery('.wpwidget-button').css({display:'none'}) }