A collection of minimal, lightweight, theme agnostic widgets for Elementor based on core WordPress functions.
Widgets • How To Use • Download • Notes
A simple mouse-looking indicator in pure svg+css
- Destination ID: lets you specify a css anchor ID to make the indicator linked
- Dark and light mode
A simple rotating text with pure css animation
- Dimension: lets you specify the dimension of the spinner (in pixels)
- Dark and light mode
Display breadcrumbs using the WordPress core functions to retrieve titles and URLs
- Support for custom separator character
- Support for displaying:
- Homepage
- Archive:
works with custom post types' archive (if existing) and blog's archive (if a page is set) - Parent category
- Child categories
- Ability to set the maximum number of child categories displayed (useful if more than one is set for the post)
- Support for custom color and custom typography
Clone this repository inside your theme's folder. From your command line:
# Clone this repository
$ git clone https://github.com/LPdsgn/lp-elementor-Widgets.git
If you download as a .zip
archive instead, remove the version number (e.g. -1.0.1
) from the folder's name
lp-elementor-widgets-1.0.1
→lp-elementor-widgets
Then add this line of code to your functions.php
file to load the widgets:
/* CUSTOM ELEMENTOR WIDGET
* qui i widget custom registrati in Elementor
*/
include_once(get_stylesheet_directory() . '/lp-elementor-widgets/components.php');
You can download the latest version of directly as a .zip
archive.
This software was made upon the following resources:
GPL >3.0