Skip to content

creativehassan/elementor-snippets

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Elementor Snippets

Welcome to the Elementor Snippets repository! This collection contains useful code snippets to extend and enhance the functionality of Elementor, a popular WordPress page builder plugin.

Table of Contents

Introduction

This repository aims to provide a variety of code snippets that can be used with Elementor to add custom functionalities and styles to your WordPress site. Each snippet is organized in its own file for easy access and implementation.

Installation

To use these snippets, follow these steps:

  1. Clone the repository or download the ZIP file.
  2. Extract the files if necessary.
  3. Copy the desired snippet from the file.
  4. Paste the snippet into your WordPress theme's functions.php file or use a custom code snippets plugin.
git clone https://github.com/yourusername/elementor-snippets.git

Usage

Each snippet comes with its own instructions and comments. Simply follow the guidance provided within the snippet file. Generally, you will:

  1. Locate the snippet you want to use.
  2. Open the snippet file to read the instructions and comments.
  3. Copy the provided code.
  4. Paste the code into your theme's functions.php file or a custom code plugin.

Snippets

Below is a list of available snippets in this repository:

  • Snippet 1: Add Query to Elementor Toggle Element (toggle-dynamic-query.php).
  • Snippet 2: Add Section Container Field in Elementor Form (form-fields/form-section-divider-field.php).

For detailed information and code, refer to each snippet file in the repository.

Contributing

We welcome contributions to this repository! If you have a useful snippet that you would like to share, please follow these steps:

  1. Fork the repository.
  2. Create a new branch: git checkout -b my-new-snippet
  3. Add your snippet file to the appropriate directory.
  4. Commit your changes: git commit -am 'Add new snippet'
  5. Push to the branch: git push origin my-new-snippet
  6. Submit a pull request.

Please ensure your snippet includes clear instructions and comments for ease of use.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages