AVE – Elementor & Gutenberg Addons

توضیحات

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.

Live plugin DEMO on TasteWP – click here!

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.

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:

عکس‌های صفحه

  • Addons Library
  • Addons Library showing some of textual Addons
  • Addons configurator
  • Addons configurator
  • Addons configurator Quick preview feature

بلوک‌ها

این افزونه 1 بلوک ارائه می‌دهد.

  • AVE Shortcode

نصب

  1. Search Advanced Visual Elements and install from the official plugin repository through WP dashboard
    OR
  2. Upload /adv-vis-ele/ to /wp-content/plugins/ directory
  3. Activate the plugin through ‘Plugins’ menu in WordPress

سوالات متداول

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_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);

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.

نقد و بررسی‌ها

20 آوریل 2023 1 پاسخ
This is an excellent plugin that offers a variety of customizable elements for creating visually appealing content on WordPress.. The interface is easy to use, even if I am not such a pro experienced developer, and the elements integrate seamlessly with my website's theme and Elementor.Overall, I highly recommend this plugin to anyone looking to add some extra flair to their website's content and visually look
خواندن تمامی 1 نقد و بررسی‌

توسعه دهندگان و همکاران

“AVE – Elementor & Gutenberg Addons” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

ترجمه “AVE – Elementor & Gutenberg Addons” به زبان شما.

علاقه‌ مند به توسعه هستید؟

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

گزارش تغییرات

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