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);
Top keywords
- post23×3.97%
- slider15×2.59%
- custom13×2.24%
- moonulel13×2.24%
- com12×2.07%
- https12×2.07%
- content9×1.55%
- data9×1.55%
- form9×1.55%
- widgets9×1.55%
- privacy8×1.38%
- service8×1.38%
Native Custom Fields – Custom Content Types and Meta Fields
Native Custom Fields is a modern WordPress plugin for creating custom content types, meta fields, and options pages using WordPress’ own native component system. Instead of shipping a proprietary UI framework or custom database structure, Native Custom Fields leverages WordPress core technologies such as: @wordpress/scripts @wordpress/components @wordpress/elements @wordpress/icons @wordpress/data This ensures a seamless, future-proof experience that evolves together with WordPress core. Why Native Custom Fields? Most custom field plugins introduce their own UI systems, internal data storage layers, or hidden configuration post types. Native Custom Fields follows a different philosophy: • Uses WordPress native UI components • Stores configuration in wp_options • Stores data in postmeta, termmeta, and usermeta • Does not create unnecessary database tables • Does not register hidden configuration post types • Follows WordPress coding standards The result is a clean, lightweight, and maintainable solution. Key Features Register Custom Post Types Register Custom Taxonomies Import / Export via JSON or PHP Options Page & Fields Builder AI Integration with Abilities API & WordPress AI Client Meta Fields Create field groups and attach them to: * Post Types * Taxonomies * User Profiles * Options Pages Supported Components Input Control Text Control Number Control Select Control Checkbox Control Radio Control Textarea Control Range Control Toggle Control Color Picker Color Palette Date Picker DateTime Picker Time Picker Unit Control Angle Picker Control Alignment Matrix Control Border Box Control Border Control Box Control Toggle Group Control Combobox Field Font Size Picker File Upload Media Library Form Token ExternalLink Heading Notice Text Highlight Custom Components: * Repeater * Group Developer-Friendly Built with PSR-4 autoloading Strict Types compatible Modern React-based admin UI Clean and extendable architecture Import / Export via JSON or PHP Performance-Focused Minimum admin UI bloat Native WordPress components No redundant database tables Optimized for long-term maintainability Credits Built using official WordPress packages: @wordpress/scripts @wordpress/components @wordpress/elements @wordpress/icons @wordpress/data Assets: All images located in the Admin/assets/images folder are self created and are licensed under CC0 1.0 Universal (CC0 1.0) Public Domain Dedication. Composer Packages: PHP DI – Copyright (c) Matthieu Napoli Source Code It is available on GitHub: * GitHub: https://github.com/Arkenon/native-custom-fields Developers If you want to contribute to the plugin: 1) Download the source code and run npm install to install the development dependencies. 2) To install composer dependencies, run composer install. 3) Run npm start to start the development server. 4) To build the plugin, run npm run build.
Top keywords