AVE – Elementor & Gutenberg Addons
A collection of addons you can't find in standard builders - customize and display visuals to spice up your website's looks!
Plugin info
Maintenance & Compatibility
Maintenance score
Stale • Last updated 272 days ago • 1 reviews
Is AVE – Elementor & Gutenberg Addons abandoned?
Likely maintained (last update 272 days ago).
Compatibility
Similar & Alternatives
Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.
Description
Elevate your website’s design and functionality effortlessly with the Advanced Visual Elements plugin. Designed for both beginners and professionals, this tool enables you to create interactive and visually stunning components without any coding skills.
Extensive Addon Library
Access a continually expanding collection of addons, including:
- Interactive Elements: Image Accordion, Rotating Gallery, Expanding Image Cards.
- Text Effects: Auto-Typing Text, Glitchy Text, 3D Text.
- Buttons & Controls: Neon Light Button, Shiny Button, Copy to Clipboard.
See the full list here.
Seamless Integration
Compatible with popular page builders like Elementor and Gutenberg, ensuring a smooth design experience.
User-Friendly Shortcodes
Generate and implement elements effortlessly using intuitive shortcodes.
Responsive Design
All elements are mobile-friendly and compatible across major browsers, ensuring a consistent user experience.
Efficient Workflow
Easily export and import settings to streamline your design process across multiple projects.
🎯 Live Demo
Experience the plugin in action with our Live Demo on TasteWP.
🎥 Video Overview
Discover how to enhance your site by replacing Elementor buttons using Advanced Visual Elements:
Why Choose Advanced Visual Elements?
- Enhance User Engagement: Captivate your audience with interactive and dynamic content.
- Simplify Design Processes: Eliminate the need for custom coding with ready-to-use elements.
- Stay Updated: Benefit from regular updates and an ever-growing library of addons.
Elevate your WordPress website’s visual appeal and functionality with **Advanced Visual Elements – your all-in-one solution for modern web design.
Features
- Choose from a constantly growing library of Addons
- Shortcode generator can be used outside of Elementor or Gutenberg
- Easy to customize
- Easy to implement through generated shortcodes
- Supports all major browsers
- Updated frequently
- Mobile friendly
- Export/Import settings for a quick workflow
- Has dynamic content tags (can use post data)
Current list of Addons
Addons list:
- AD Box (sticky)
- Animated tooltip
- Auto-typing text
- Colored glass button
- 4 way block
- Glitchy text
- Glowing text
- Image accordion
- Image arrow skew
- Image comparison slider
- Image hue rotate
- Image magnifier
- Image reveal
- Infinite tag scroll
- Multi-panel image
- Neon light button
- Particles
- Profile card hover
- Progress bar
- Projected image
- Rotating gallery
- Shiny button
- Sliced text
- Stack glitch text
- Strikethrough text
- Text marquee
- 3D text
- Water circle
- Image flip
- Expanding image cards
- Credit card 3D
- Word cloud
- Split card hover
- Copy to clipboard
- Terminal loader
Installation
- Search
Advanced Visual Elementsand install from the official plugin repository through WP dashboard
OR - Upload
/adv-vis-ele/to/wp-content/plugins/directory - Activate the plugin through ‘Plugins’ menu in WordPress
Frequently Asked Questions
Yes, you can use basic version which has most of the addons library and settings for free.
Download from the official WordPress plugin repository by clicking here!
We collected and compiled most popular code pieces from web and made a library out of them. You can customize them, as a developer would normally do – except you don’t have to dive into the code, we connected the code with the editor so it’s easy for you to work with it.
You get all the shortcodes settings unlocked, dynamic settings option, updates and support. Oh, and one more thing – you can actually request from us to integrate a shortcode in future updates. Just show us something you like on the internet and we’ll try to build it for you through our plugin!
Yes, it will work with any theme or plugin.
Go to our shop to purchase it!
We have a 30-day money-back guarantee policy so you’ll get your money back.
Yes, it works with any theme and any builder – it utilizes shortcodes to embed anywhere on your website.
Use this PHP code to prevent addon rendering completely:
add_filter(‘ave_filter_render_flag’, ‘__return_false’);
or if you want to check post/shortcode ID, then use:
add_filter(‘ave_filter_render_flag’, function($post_id) { return false; });
Make sure to update both the plugin and the library, if the problem persists report it on the plugin support page.
If you are a PRO user, you can use this filter:
add_filter(‘ave_filter_element_settings’, function ($settings, $post_id) { return $settings; });
Yes, you can use:
ave_action_before_element
add_action(‘ave_action_before_element’, function ($post_id, $element_id) {
// do your action here
}, 10, 2);
ave_action_after_element
add_action(‘ave_action_after_element’, function ($post_id, $element_id) {
// do your action here
}, 10, 2);
Simply copy folder with files from
/plugins/wp-ave/elements/ELEMENT_ID/
to
/themes/your-theme/wp-ave-elements/ELEMENT_ID/
This is available in PRO version only.
Please log in to your account here. Inside your dashboard you’ll find Support section, fill out the form (please copy all the info from the “Debug info” box found on Settings page) and submit – we’ll get back to you as soon as possible.
Review feed
Changelog
1.0.0
- Initial plugin functionality.
1.0.1
- Fixed a small bug with Element install (PHP notice error)
1.0.2
- Fixed PHP notice error
1.0.3
- Added Elementor shortcode selector widget
1.0.4
- Various small fixes
1.0.5
- Elementor editor CSS enqueue fix
1.0.6
- Added Gutenberg shortcode selector widget
1.0.7
- SDK update
2.0.0
- Reworked core functionality and visuals
2.0.1
- Various small fixes
2.0.2
- Various small fixes
2.0.3
- Fixed library reset
- Added caret option to Auto typing text Element
- Updated preview functionality
- Moved Info section to WordPress publishing box
- Fixed split card hover title font size
2.0.4
- Fixed removing all shortcodes (even drafts) when uninstalling
- Increased allowed shortcodes from 2 to 3 in Free version
2.0.5
- Added ability to overwrite addon template files (see FAQ)
- Various UI changes
- Fixed some addon’s CSS not being loaded properly
- Fixed dynamic options meta field not being inserted
- Added ability for WYSIWYG fields to process shortcodes
- Improved library search
- Freemius SDK update
2.0.6
- Small fixes
- Added new Element: Terminal Loader




