html facetwp汽车演示

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html facetwp汽车演示相关的知识,希望对你有一定的参考价值。

<style>
.facetwp-facet.facetwp-facet-vehicle_type {
    margin-bottom: 0;
}
.facetwp-facet-vehicle_type .facetwp-radio {
    display: inline-block;
    background: none;
    line-height: 48px;
    width: 120px;
    margin: 0;
}
.facetwp-facet-vehicle_type .facetwp-radio.checked {
    background: none;
}
.facetwp-facet-vehicle_type .facetwp-radio img {
    opacity: 0.3;
    vertical-align: top;
    width: 48px;
}
.facetwp-facet-vehicle_type .facetwp-radio.checked img {
    opacity: 1;
}
</style>

<script>
(function($) {
    $(document).on('facetwp-loaded', function() {
        var $parent = $('.facetwp-facet-vehicle_type');
        $parent.find('.facetwp-radio').each(function() {
            var $this = $(this);
            var type = $this.attr('data-value');
            var counter = $this.find('.facetwp-counter').text().replace('(', '').replace(')', '');
            $this.html('<img src="https://facetwp.com/wp-content/themes/fwp/img/icons/cars/' + type + '.svg" alt="' + type + '" /> ' + counter);
        });
    });
})(jQuery);
</script>

以上是关于html facetwp汽车演示的主要内容,如果未能解决你的问题,请参考以下文章

html facetwp汽车演示单选按钮

html facetwp汽车演示单选按钮

php facetwp过滤html

html FacetWP无限滚动和加载

虚幻四蓝图实战(人物切换&汽车控制)

php 调整FacetWP的寻呼机html以匹配Genesis标记。这允许它继承Genesis主题样式。与[facetwp pager =“true”]一起使用