이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

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