
內容簡介
在 WooCommerce 的產品循環中應用效果,展示更多產品圖庫,放大產品圖庫
在 WooCommerce 的產品循環中應用效果,展示更多產品圖庫,放大產品圖庫
影片
特色
許多效果可以更改
顯示產品圖庫
圖庫邊框
產品圖庫邊框顏色
產品圖庫位置
產品輪廓
產品邊框顏色
創建產品陰影
前頁
使用過濾器(ws247_piew_small_gallery_limit)可以更改圖庫數量,預設是4
在 functions.php 中加入以下程式碼
使用過濾器(ws247_piew_small_gallery_limit)可以更改圖庫數量,預設是4
在 functions.php 中加入以下程式碼
add_filter( 'ws247_piew_small_gallery_limit', 'your_new_piew_small_gallery_limit');
function your_new_piew_small_gallery_limit(){
$new_limit = 3;
return $new_limit;
}
聯繫-聯絡我們
專業網站設計 - tbay.vn
網頁設計 – website366.com
示範網站 – waoweb.vn
WordPress 學習資訊 – wpshare247.com
網頁內容-撰寫內容 vietbaigiare.com
外掛標籤
開發者團隊
② 後台搜尋「Product Image Hover Effects WOOC – WPSHARE247」→ 直接安裝(推薦)
原文外掛簡介
Add effects when hovering over product Loop woocommerce, display more photo gallery, enlarge product photo gallery
Thêm hiệu ứng khi hover sản phẩm Loop woocommerce, hiển thị thêm thư viện ảnh, phóng to thư viện ảnh sản phẩm
Video
Features
There are many effects to change
Show product photo gallery
photo gallery border
Photo gallery border color
Photo gallery location
Outline of the product
Product border color
Create product shadow
Tính năng
Có nhiều hiệu ứng để thay đổi
Hiển thị thư viện ảnh sản phẩm
Bo góc thư viện ảnh
Màu viền thư viện ảnh
Vị trí thư viện ảnh
Viền ngoài sản phẩm
Màu viền sản phẩm
Tạo bóng sản phẩm
Front page
Change the number of photo galleries with filter ** ws247_piew_small_gallery_limit **, default : 4,
add below code into functions.php
Thay đổi số lượng thư viện ảnh bằng filter ws247_piew_small_gallery_limit, mặc định là 4,
Thêm đoạn code bên dưới vào file: functions.php
add_filter( 'ws247_piew_small_gallery_limit', 'your_new_piew_small_gallery_limit');
function your_new_piew_small_gallery_limit(){
$new_limit = 3;
return $new_limit;
}
Liên hệ – Contact Us
Professional website design – Thiết kế website chuyên nghiệp: tbay.vn
Web design – Thiết kế web trọn gói: website366.com
Sample Website – Thiết kế web giá rẻ: waoweb.vn
Wordpress Share – Học wordpress: wpshare247.com
Web Content – Viết bài chăm sóc web: vietbaigiare.com
