=== AVE - Elementor & Gutenberg Addons ===
Author: wp-ave.com
Author URI: https://wp-ave.com
Contributors: ziher4
Tags: Elementor, Gutenberg, addons, shortcode, visual
Requires at least: 6.0.0
Tested up to: 6.4
Stable tag: 2.0.2
Requires PHP: 7.4
License: GPLv2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
A collection of addons you can't find in standard builders - customize and display visuals to spice up your website's looks!
== Description ==
**Advanced Visual Elements** plugin is an exceptional tool designed to enhance the visual appeal and functionality of your WordPress website, all without the need for coding skills. With this plugin, you can effortlessly create advanced elements like stylish buttons, interactive accordions, captivating text effects, and much more.
YouTube DEMO - replacing Elementor button using **Advanced Visual Elements**
One of the standout features of the **Advanced Visual Elements** plugin is its seamless integration with popular WordPress page builders, including Elementor, Gutenberg. The plugin comes with its own intuitive interface and integrates effortlessly through the use of shortcodes. This means that even if you're already using a page builder, you can easily incorporate more advanced elements into your pages with just a few clicks.
Customization is made easy with the **Advanced Visual Elements** plugin, as it offers intuitive options to tailor the elements to your specific needs. By generating shortcodes, implementing the elements into your website becomes a breeze, and you have complete control over their placement and appearance.
This versatile plugin supports all major browsers, ensuring that your elements will be displayed consistently across different platforms. It is also mobile-friendly, guaranteeing a seamless experience for visitors accessing your website on various devices.
For a smooth workflow, the **Advanced Visual Elements** plugin allows you to export and import settings, making it effortless to transfer your configurations between websites or create backups. Additionally, the plugin features dynamic settings, allowing you to utilize post data to further enhance the interactive and personalized elements on your website.
In summary, the **Advanced Visual Elements** plugin is an essential tool for any WordPress user seeking to elevate their website with advanced and visually appealing elements. Its user-friendly nature, advanced features, and seamless integration with popular page builders like Elementor and Gutenberg make it a must-have for those looking to create stunning and functional websites.
== Installation ==
1. Search `Advanced Visual Elements` and install from the official plugin repository through WP dashboard
OR
1. Upload `/adv-vis-ele/` to `/wp-content/plugins/` directory
2. Activate the plugin through 'Plugins' menu in WordPress
== Screenshots ==
1. Addons Library
2. Addons Library showing some of textual Addons
3. Addons configurator
4. Addons configurator
5. Addons configurator Quick preview feature
== 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
== 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
== Frequently Asked Questions ==
= 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 of 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_elementadd_action('ave_action_before_element', function ($post_id, $element_id) {
// do your action here
}, 10, 2);ave_action_after_elementadd_action('ave_action_after_element', function ($post_id, $element_id) {
// do your action here
}, 10, 2);
= 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.