[WordPress] 外掛分享: Moonstack Ultimate Elementor Kit

首頁外掛目錄 › Moonstack Ultimate Elementor Kit
WordPress 外掛 Moonstack Ultimate Elementor Kit 的封面圖片
全新外掛
安裝啟用
★★★★★
5/5 分(2 則評價)
7 天前
最後更新
問題解決
WordPress 5.0+ PHP 7.4+ v1.1.0 上架:2025-12-25

內容簡介

Moonstack Ultimate Elementor Kit 是一款強大的外掛,擴展了 Elementor 頁面建構器,提供專業的小工具來顯示文章、自訂欄位、滑動顯示和各種內容元素,提升網站的設計與功能性。

【主要功能】
• 文章顯示小工具 - 顯示文章標題、內容、摘要及元資料
• 進階滑動顯示 - 提供多種效果的橫幅滑動、卡片滑動及標誌滑動
• 自訂欄位顯示 - 支援顯示 ACF 和自訂文章元欄位
• 互動按鈕 - 自訂按鈕具圖示、動畫及進階連結功能
• 完全可自訂 - 提供廣泛的樣式選項及開發者鉤子系統

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.1.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Moonstack Ultimate Elementor Kit」→ 直接安裝(推薦)
📦 歷史版本下載

原文外掛簡介

Moonstack Ultimate Elementor Kit is a powerful plugin that extends Elementor Page Builder with a comprehensive set of professional widgets for displaying posts, custom fields, sliders, and various content elements.
In the WordPress admin dashboard, the plugin settings and tools are available under the MU Elementor Kit menu.
Features

Post Display Widgets – Show post titles, content, excerpts, featured images, and meta data
Advanced Sliders – Banner slider, card slider, and logo slider with multiple effects
Custom Fields Display – Display ACF and custom post meta fields with various formats
Interactive Buttons – Custom buttons with icons, animations, and advanced linking
Fully Customizable – Extensive styling options and hook system for developers

Widgets Included
Post Widgets

Post Title – Display post titles with word limit and linking options
Post Content – Show full content or excerpts with formatting control
Post Excerpt – Custom excerpt display with fallback options
Post Meta – Display post metadata (date, author, categories, tags)
Post Featured Image – Featured image display with linking and effects
Post Custom Fields – Show custom fields and ACF fields with various formats

Slider Widgets

Banner Slider – Full-width banner slider with content overlays
Card Slider – Card-based slider for posts, products, or custom content
Logo Slider – Customer logo slider with hover effects and linking

Form Widgets

Form – Advanced form builder with AJAX submission, email notifications, and Google reCAPTCHA (v2/v3) integration

External Services
This plugin supports embedding videos from third-party video platforms such as YouTube, Vimeo, and Dailymotion.
These services are used only when the site administrator explicitly selects a video field type and provides a corresponding video URL.
When embedding a video:
– The video ID is used to generate an iframe embed URL.
– No personal user data is collected or stored by the plugin.
– No data is transmitted automatically without user action.
External services used:
Dailymotion
Service: Video embedding
Website: https://www.dailymotion.com
Privacy Policy: https://www.dailymotion.com/legal/privacy
Terms of Service: https://www.dailymotion.com/legal/terms
Vimeo
Service: Video embedding
Website: https://vimeo.com
Privacy Policy: https://vimeo.com/privacy
Terms of Service: https://vimeo.com/terms
YouTube
Service: Video embedding
Website: https://www.youtube.com
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://www.youtube.com/t/terms
Google reCAPTCHA
Service: Spam protection and security
Website: https://www.google.com/recaptcha/about/
Privacy Policy: https://policies.google.com/privacy
Terms of Service: https://policies.google.com/terms
Basic Widgets

Custom Button – Advanced buttons with icons, animations, and links

Developer Friendly
All widgets include extensive hook systems for customization:

moonulel_after_post_title_single_render
moonulel_post_content_single_before_html_output
moonulel_post_excerpt_single_before_render
moonulel_before_post_meta_single_render
moonulel_post_featured_image_single_before_render
moonulel_post_custom_field_single_before_field_output
moonulel_post_button_content
moonulel_banner_slider_slide_background
moonulel_card_slider_slides
moonulel_logo_slider_logos
moonulel_form_submitted_data
moonulel_form_before_send_emails
moonulel_form_after_save_db

Customization
All widgets can be customized using WordPress hooks. Example:

// Modify post title output
add_filter('moonulel_post_title_single_before_output', function($title, $post, $settings) {
return strtoupper($title);
}, 10, 3);

// Add custom content after banner slider
add_action('moonulel_banner_slider_after_container', function($settings, $unique_id, $widget) {
echo '

Custom Nav

';
}, 10, 3);

// Filter form widget submitted data before sending email or saving
add_filter('moonulel_form_submitted_data', function($submitted_data, $form_id, $post_id, $settings) {
// Add custom hidden data
$submitted_data['Source'] = 'Facebook Ads';
return $submitted_data;
}, 10, 4);

延伸相關外掛

文章
Filter
Apply Filters
Mastodon