Contributors: cyberchimps Donate Link: https://cyberchimps.com Tags: one click demo import, gutenberg, elementor, templates Requires at least: 5.0 Tested up to: 5.9 Requires PHP: 5.6 Tested upto Elementor: 3.5.5 Stable tag: 1.8.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html
Responsive Elementor Addons is a plugin to add some exciting elementor widgets.
- Go to plugin->includes->widgets-manager->class-widgets-manager
- Add name of the widget (widgetname) inside get_responsive_widget_list()
- Register your widget class inside register_responsive_widgets()
- Create a widget class extending Widget_Base class inside includes/widgets-manager/widgets/class-{widgetname}.php.
- Add all required functions metioned in the document - create elementor widget
- We have created our new widget category responsive-elementor-addon, so add your widget to this category only.
- Add SCSS file for widget to assets/dev/scss/frontend/{widgetname}/{widgetname}.scss and import this file into assets/dev/scss/frontend.scss
- Add JS file to for the widget to assets/dev/js/frontend/{widgetname}/{widgetname}.js and import this file into assets/dev/js/frontend/frontend.js
- run "composer install"
- run "npm install"
- run "grunt watch_styles"
- run "grunt watch_styles"
- PHPCS - composer run phpcs
- PHPCBF - composer run phpcbf