Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nechodom authored Aug 5, 2024
1 parent 4cedd10 commit b364470
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Elementor Read More Plugin

Elementor Read More Plugin adds a "Read More" button with expandable content for Elementor. Users can set a character limit for the content, customize the button text, and style the button directly in the Elementor editor.

## Features

- Set a character limit for content.
- Customize the "Read More" button text.
- Style the button (colors, border, border radius, etc.) via Elementor editor.

## Installation

1. Download or clone the repository to your WordPress `plugins` directory.
2. Activate the plugin through the 'Plugins' menu in WordPress.

## Usage

1. Open Elementor editor.
2. Add the "Read More" widget to your section.
3. Configure the content, character limit, and button text in the widget settings.
4. Customize the button's appearance in the style settings.

## Files

- `elementor-read-more-plugin.php`: Main plugin file.
- `widgets/read-more-widget.php`: Widget definition and rendering logic.
- `css/style.css`: Default styles for the "Read More" button and content.

## Screenshots

![screenshot1](https://i.imgur.com/muOBjLQ.png)

### CSS TAB

![CSS TAB](https://i.imgur.com/iq003Ak.png)

0 comments on commit b364470

Please sign in to comment.