Description
Transform Your WordPress Site with Advanced Visual Elements
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.
🚀 Key Features:
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.
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
- Copy to clipboard
Screenshots
Blocks
This plugin provides 1 block.
- AVE Shortcode
Installation
- Search
Advanced Visual Elements
and 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
FAQ
-
Is this plugin free?
-
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! -
How does it work?
-
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.
-
What do I get if I buy the license?
-
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!
-
Can it work without Elementor or other plugins and themes?
-
Yes, it will work with any theme or plugin.
-
How do I buy PRO license?
-
Go to our shop to purchase it!
-
I bought the license but…
-
We have a 30-day money-back guarantee policy so you’ll get your money back.
-
Will this plugin work with my theme/builder?
-
Yes, it works with any theme and any builder – it utilizes shortcodes to embed anywhere on your website.
-
How do I programmatically prevent addons from rendering?
-
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; }); -
My addon is not rendering properly – what do I do?
-
Make sure to update both the plugin and the library, if the problem persists report it on the plugin support page.
-
How can I filter out settings when rendering an Addon on front-end?
-
If you are a PRO user, you can use this filter:
add_filter(‘ave_filter_element_settings’, function ($settings, $post_id) { return $settings; }); -
Are there any action hooks available?
-
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); -
How can I overwrite element template files?
-
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. -
I have an unanswered question – how can I get support?
-
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.
Reviews
Contributors & Developers
“AVE – Elementor & Gutenberg Addons” is open source software. The following people have contributed to this plugin.
ContributorsTranslate “AVE – Elementor & Gutenberg Addons” into your language.
Interested in development?
Browse the code, check out the SVN repository, or subscribe to the development log by RSS.
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