Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/thyagohsr/zyrgon-elementor

Widgets for Wordpress Elementor
https://github.com/thyagohsr/zyrgon-elementor

elementor php wordpress

Last synced: 6 days ago
JSON representation

Widgets for Wordpress Elementor

Awesome Lists containing this project

README

        

# Widgets personalizados para o Elementor

## Descrição

Este repósitorio destinado a compartilhamentos de códigos.

## Como Executar

1. Crie um plugin para registrar os widgets no elementor.
2. Crie uma função para inicializar os widgets ex:

```bash
public function init_widgets() {
require_once( __DIR__ . '/widgets/widget-slider-about.php');
\Elementor\Plugin::instance()->widgets_manager->register_widget_type(new \My_Widget_slider_about() );

});
}
```
## 🖼️ Widget Carousel about us