-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removed functions.php and updated Readme.md
- Loading branch information
Showing
2 changed files
with
69 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,70 @@ | ||
<center> | ||
|
||
# Theme agnostic widgets for Elementor | ||
|
||
A collection of minimal, lightweight, theme agnostic widgets for Elementor based on core WordPress functions. | ||
|
||
![WordPress](https://img.shields.io/badge/WordPress-%23117AC9.svg?style=flat&logo=WordPress&logoColor=white) | ||
![Elementor Badge](https://img.shields.io/badge/Elementor-92003B?logo=elementor&logoColor=fff&style=flat) | ||
![PHP](https://img.shields.io/badge/php-%23777BB4.svg?style=flat&logo=php&logoColor=white) | ||
![CSS3](https://img.shields.io/badge/css3-%231572B6.svg?style=flat&logo=css3&logoColor=white) | ||
|
||
[Key Features](#key-features) • | ||
[How To Use](#how-to-use) • | ||
[Download](#download) • | ||
[Notes](#notes) | ||
|
||
![screenshot](https://raw.githubusercontent.com/amitmerchant1990/electron-markdownify/master/app/img/markdownify.gif) | ||
|
||
</center> | ||
|
||
## Key Features | ||
|
||
### Scroll Down | ||
- **Scroll Down Indicator**: a simple mouse-looking indicator in pure svg+css | ||
- **Scroll Down Spinner**: a simple spinning text | ||
|
||
### Breadcrumbs | ||
|
||
|
||
## How To Use | ||
|
||
Clone this repository inside your theme's folder. From your command line: | ||
|
||
```bash | ||
# Clone this repository | ||
$ git clone https://github.com/LPdsgn/LP-Elementor-Widgets.git | ||
``` | ||
|
||
Then add this line of code to your `functions.php` file to load the widgets: | ||
```php | ||
/* CUSTOM ELEMENTOR WIDGET | ||
* qui i widget custom registrati in Elementor | ||
*/ | ||
include_once(get_stylesheet_directory() . '/components/components.php'); | ||
``` | ||
|
||
> **Note** | | ||
> Lorem ipsum | ||
|
||
## Download | ||
|
||
You can [download](https://github.com/amitmerchant1990/electron-markdownify/releases/tag/v1.2.0) the latest version of directly as a `.zip` archive. | ||
|
||
## Credits | ||
|
||
This software uses the following resources: | ||
|
||
- [Elementor Widgets](https://developers.elementor.com/docs/widgets/) | ||
- [Creating Your First Addon](https://developers.elementor.com/docs/getting-started/first-addon/) | ||
|
||
## License | ||
|
||
MIT | ||
|
||
|
||
> [lpdsgn.it](https://lpdsgn.it) · | ||
> GitHub [@amitmerchant1990](https://github.com/LPdsgn) · | ||
> LinkedIn [@amit_merchant](https://twitter.com/amit_merchant) | ||
This file was deleted.
Oops, something went wrong.