| 开发者 |
mmubashirtaqi
lmscrafter |
|---|---|
| 更新时间 | 2026年8月11日 18:33 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 7.0 |
| 版权: | GPLv2 or later |
| 版权网址: | 版权信息 |
lmsc-gte-) to avoid conflicts with themes and other pluginslmsc_gte_preset_gradients filter so theme and plugin authors can register custom presets without forking:
add_filter( 'lmsc_gte_preset_gradients', function ( $presets ) {
$presets['brand'] = [
'label' => __( 'Brand', 'my-theme' ),
'colors' => [ '#0a3d62', '#3c6382' ],
];
return $presets;
} );
A "Gradient Text" dynamic tag is also registered under Elementor's Site group. Use it in text fields that preserve dynamic-tag HTML output; fields that deliberately escape HTML will show plain markup instead. The plugin now loads its shared fallback stylesheet even when a page uses only the dynamic tag or a preset utility class.
lmscrafter-gradient-text-for-elementor folder to /wp-content/plugins/Install and activate this plugin, then edit any page with Elementor. Search for "Gradient Text" in the widget panel, drag the widget onto your page, and choose a preset gradient or create a custom one. No CSS knowledge required!
No! This plugin works with the free version of Elementor. You don't need Elementor Pro to create gradient text.
Yes! The Gradient Text Editor widget provides a full WYSIWYG rich text editor with gradient support. You can add gradient effects to paragraphs, lists, bold text, and any formatted content.
Yes. In custom mode you can enable up to five color stops, so you can build anything from a simple two-color gradient all the way to vivid multi-stop rainbow effects.
Yes. Text alignment, gradient direction, animation direction, animation state, and animation travel can be adjusted by device where applicable.
The frontend effect is CSS-based and has no jQuery or external API dependency. A small preview helper runs only inside Elementor editing screens. As with any plugin, measure the result with your own theme, page, and optimization stack.
The plugin uses prefixed CSS classes and PHP functions. Its native-widget feature adds an opt-in Style section only to Elementor Heading, Text Editor, and Button widgets; it does not replace their render methods or change their content when the feature is disabled.
Yes. Enable the "Gradient Animation" toggle in the Style tab to add a flowing color animation. You can control the animation speed (1–20 seconds), choose horizontal, vertical, or diagonal movement, limit repetitions, and pause motion by device or user preference. The frontend animation is CSS-based and does not require JavaScript.
Gradient Text is a heading-style widget, perfect for titles, H1-H6 tags, and short gradient text. Gradient Text Editor is a WYSIWYG-based widget, perfect for longer content, paragraphs, lists, and rich formatted text with gradient effects.
conic-gradient(from <angle>, …) joins linear and radial as a third gradient type for sweeping color-wheel effects on text.ease).background-clip: text support — added a @supports not CSS fallback that recovers them to a readable solid color.