php 为woocommerce添加滑块和图像缩放支持

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了php 为woocommerce添加滑块和图像缩放支持相关的知识,希望对你有一定的参考价值。

function pascalCase_woocommerce_setup() {
    add_theme_support( 'woocommerce' );
    add_theme_support( 'wc-product-gallery-zoom' );
    add_theme_support( 'wc-product-gallery-lightbox' );
    add_theme_support( 'wc-product-gallery-slider' );
}
add_action( 'after_setup_theme', 'pascalCase_woocommerce_setup' );

以上是关于php 为woocommerce添加滑块和图像缩放支持的主要内容,如果未能解决你的问题,请参考以下文章

php Woocommerce图像缩放

php 添加Woocommerce 3图库/灯箱/缩放支持。在functions.php中包括以下内容

php 添加Woocommerce 3图库/灯箱/缩放支持。在functions.php中包括以下内容

像Instagram这样的图像滑块?

ui滑块和bootstrap 3轮播在一起

带有滑块和 2 个按钮的 iOS 应用程序