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

WPSHARE247 Elementor Addons

설명

Widgets (Wpshare247 Addons) for Elementor. Wpshare247 Addons for Elementor plugin includes widgets and addons like Blog Post, Products, Post, Page and Custom Post Type Grid or Carousel, Countdown, Contact Form 7, Vertical Mega Menu.

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

Cách dùng filter thêm Custom Widget – How to use custom Widget
1. Copy folder wpshare247-custom-widgets from the plugin path:
wpshare247-elementor-addons/your-custom-sample/wpshare247-custom-widgets
into your current theme folder, like:
wp-content/themes/your-theme/wpshare247-custom-widgets

  1. Inside that folder, you will find wpshare247_my_custom.php.
    This is a sample widget file. You can use it directly, or duplicate and create more widget files.

  2. In your theme’s functions.php, add the following code to register custom widgets:

    `php
    add_filter( ‘wpshare247_el_addons_custom_widgets’, function( $widgets ) {
    $widgets[] = [
    ‘file’ => get_stylesheet_directory() . ‘/wpshare247-custom-widgets/wpshare247_my_custom.php’,
    ‘class’ => ‘Wpshare247_My_Custom’,
    ];

    /*
    // Example: Add more widgets if needed
    $widgets[] = [
    ‘file’ => get_stylesheet_directory() . ‘/wpshare247-custom-widgets/wpshare247_my_custom_new1.php’,
    ‘class’ => ‘Wpshare247_My_Custom_New1’,
    ];
    */

    return $widgets;
    });

스크린샷

  • screenshot-1.png

  • screenshot-2.png

  • screenshot-3.png

  • screenshot-4.png

  • screenshot-5.png

  • screenshot-6.png

  • screenshot-7.png

설치

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

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“WPSHARE247 Elementor Addons”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WPSHARE247 Elementor Addons”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0

  • Publishing plugin

1.0.1

  • Add new widget: Countdown

2.1

  • Add new widget: Product price

2.2

  • Enhanced wpshare247_posts_widget: Added custom title styling options including line-clamp control (number of lines) and height adjustment via Elementor controls.
  • Introduced new filter hook wpshare247_el_addons_custom_widgets allowing developers to register additional widgets from theme or other plugins with custom widget class and path.
    ** How to use: Copy folder wpshare247-custom-widgets in plugin: wpshare247-elementor-addons/your-custom-sample/wpshare247-custom-widgets to your-theme/wpshare247-custom-widgets

2.3

  • Fix: Missing file 2.2

2.4

  • Filter post by category, tags
  • Fix css: wpshare247-flex-wrap, display: flex;

2.5

  • Add new widget: Vertical Mega Menu
  • Fix: $s_category = implode(‘, ‘, $category);