Skip to content

Commit

Permalink
Removed functions.php and updated Readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
LPdsgn committed Jun 9, 2024
1 parent 3b3c6d9 commit a25d1ab
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 6 deletions.
69 changes: 69 additions & 0 deletions README.md
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) &nbsp;&middot;&nbsp;
> GitHub [@amitmerchant1990](https://github.com/LPdsgn) &nbsp;&middot;&nbsp;
> LinkedIn [@amit_merchant](https://twitter.com/amit_merchant)
6 changes: 0 additions & 6 deletions functions.php

This file was deleted.

0 comments on commit a25d1ab

Please # to comment.