Get 50% off - only while we're updating the library!
Use coupon "AVELIBRARY" at checkout
Single Website License
with "AVELIBRARY" coupon
$109.99 lifetime license
-
All Elements and Settings unlocked
-
Plugin and Library updates
-
Developer support included
25 Websites License
with "AVELIBRARY" coupon
$539.99 lifetime license
-
All Elements and Settings unlocked
-
Plugin and Library updates
-
Developer support included
100 Websites License
with "AVELIBRARY" coupon
$779.99 lifetime license
-
All Elements and Settings unlocked
-
Plugin and Library updates
-
Developer support included
Features
- Download from a constantly growing library of elements
- Can be used with any page builder
- Easy to implement through generated shortcodes
- Updated frequently
- Export/Import settings for a quick workflow
- Super lightweight - download only elements you want to use
- Easy to customize
- Supports all major browsers
- Mobile friendly
- Has dynamic settings (can use post data)
Check out what it can do
AVE Elements
...these are just a sample of many more in our library
that you can check out here.
Frequently Asked Questions
Everything you want to know about the plugin
Yes, you can use basic version which has most of the element library and settings for free.
Download by clicking here!
We collected and compiled most popular code pieces from web and made a library out of them. You can download and 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 of the library and settings unlocked, dynamic settings option and support. This means you get more control and a better choice! And since it's our plan for the library to be an ever-growing code repository - you'll get even more content in the future.
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 element 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
ave_action_after_element
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 we can.