gpt4 book ai didi

How to position Woocommerce Flexslider navigation(如何定位WooCommerce Flexlider导航)

转载 作者:bug小助手 更新时间:2023-10-25 22:29:17 29 4
gpt4 key购买 nike



I have changed the default Flexslider options for the Woocommerce single product gallery:

我已经更改了WooCommerce单一产品库的默认Flexlider选项:


add_filter( 'woocommerce_single_product_carousel_options', '  update_woo_flexslider_options' );

function update_woo_flexslider_options( $options ) {

$options['directionNav'] = true;
$options['controlNav'] = true;
$options['prevText'] = '<';
$options['nextText'] = '>';

return $options;
}

I also used some css to style them for example the control nav as bullets. But I need the prev and next arrows on the side of the bullets, just as in this screenshot. By default, the prev and next navigation is underneath the controlnav. How can I move the arrows to the left and right side of the bullets?

我还使用了一些css来设置它们的样式,例如将控件NAV设置为项目符号。但我需要子弹旁边的上一个和下一个箭头,就像这个截图一样。默认情况下,上一个和下一个导航位于控制导航下方。我怎样才能把箭头移动到子弹的左右两边?


更多回答
优秀答案推荐
更多回答

29 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com