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

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

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

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 '<div class="custom-slider-navigation">Custom Nav</div>';
}, 10, 3);

عکس‌های صفحه

نصب

  1. Upload the plugin files to the /wp-content/plugins/moonstack-ultimate-elementor-kit directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the Plugins screen in WordPress.
  3. Open Elementor Page Builder and configure widgets from the MU Elementor Kit section in the WordPress admin.

سوالات متداول

What Elementor version is required?

Elementor 3.0.0 or higher is recommended.

Does this work with ACF?

Yes. The Post Custom Fields widget includes built-in support for Advanced Custom Fields (ACF).

Can I customize the widgets with code?

Yes. All widgets include multiple action and filter hooks for developer-level customization.

Are the sliders mobile responsive?

Yes. All sliders are fully responsive and include breakpoint controls.

نقد و بررسی‌ها

خواندن تمامی 1 نقد و بررسی‌

توسعه دهندگان و همکاران

“Moonstack Ultimate Elementor Kit” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “Moonstack Ultimate Elementor Kit” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

1.0.2

  • Removed Custom CSS option from widgets to improve security
  • Improved output escaping and sanitization across all widgets
  • Improved wp_add_inline_style() usage for widget CSS variables
  • Strengthened validation for dynamic links, attributes, and user-defined values
  • General code quality improvements for WordPress.org review compliance

1.0.1

  • Security hardening for dynamic hooks and inline scripts
  • Fixed PHPCS warnings related to dynamic hook naming
  • Improved wp_add_inline_script() usage for widget JavaScript variables
  • Code quality and sanitization improvements

1.0.0

  • Initial release
  • 12 comprehensive Elementor widgets
  • Full hook system for developers
  • Responsive design throughout