這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

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

螢幕擷圖

  • screenshot-1.png
  • screenshot-2.png
  • screenshot-3.png
  • screenshot-4.png

安裝方式

  1. Tải thư mục wooc-product-img-effects-wpshare247 vào đường dẫn /wp-content/plugins/
  2. Kích hoạt từ menu Plugins (Plugins > Installed Plugins).

Tìm Cấu hình Hover Wooc hoặc Configure Piew menu trong WooCommerce.

使用者評論

閱讀全部 1 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Product Image Hover Effects WOOC – WPSHARE247〉的開發相關工作。

參與者

變更記錄

1.0

  • Publishing plugin

1.0.1

  • add_filter: ws247_piew_small_gallery_limit

1.0.2

  • New effect: Overflow Background

1.0.3

  • Compatible with flatsome theme

1.0.4

  • New effect: Show Short Description

1.0.5

  • Add to cart style

  • Product border radius

1.0.6

  • Fixed on Flatsome Child

1.0.7

  • Check warning php