Skip to content

Theme agnostic widgets for Elementor

Notifications You must be signed in to change notification settings

LPdsgn/lp-elementor-widgets

Repository files navigation

Theme agnostic widgets for Elementor

A collection of minimal, lightweight, theme agnostic widgets for Elementor based on core WordPress functions.

WordPress Elementor PHP CSS3 Creative Commons

WidgetsHow To UseDownloadNotes

screenshot

Widgets

Scroll Down Indicator

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
screenshot screenshot

Scroll Down Spinner

A simple rotating text with pure css animation

  • Dimension: lets you specify the dimension of the spinner (in pixels)
  • Dark and light mode
screenshot screenshot

Breadcrumbs

Display breadcrumbs using the WordPress core functions to retrieve titles and URLs

screenshot

  • 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
screenshot screenshot

How To Use

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.1lp-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');

Download

You can download the latest version of directly as a .zip archive.

Notes

This software was made upon the following resources:

License

GPL >3.0

lpdsgn.it • GitHub @LPdsgnLinkedInInstagram