-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
35 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |