Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/thyagohsr/zyrgon-elementor
- Owner: ThyagoHSR
- Created: 2024-03-06T14:39:39.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-07-05T19:50:24.000Z (4 months ago)
- Last Synced: 2024-08-20T15:19:52.939Z (3 months ago)
- Topics: elementor, php, wordpress
- Language: PHP
- Homepage:
- Size: 182 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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