mirror of
https://github.com/4suredev/Avada-Custom-Visual-Builder-Button.git
synced 2025-11-24 05:02:57 +08:00
Adds a custom Avada button shortcode to the classic editor with simple parameters.
| css | ||
| js | ||
| .gitignore | ||
| custom-visual-builder-button.php | ||
| LICENSE.md | ||
| README.md | ||
| updater.php | ||
Avada Custom Visual Builder Button
Adds a custom Avada button shortcode to the classic editor with simple parameters.
| Parameters | Description |
|---|---|
| link | url (required) |
| text | label (required) |
| target | leave blank / newtab / lightbox |
| icon | true / false |
| icon_class | font awesome class (optional) |
| icon_position | left / right |
Basics:
- [button link="https://google.com/" text="Google"]
- [button link="https://youtube.com/" text="Youtube" target="newtab"]