| 开发者 |
mmubashirtaqi
lmscrafter |
|---|---|
| 更新时间 | 2026年4月28日 01:56 |
| PHP版本: | 7.4 及以上 |
| WordPress版本: | 6.9 |
| 版权: | 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 new "Gradient Text" dynamic tag is also registered under Elementor's Site group — open the dynamic-content menu inside any text field and pick it to apply gradient styling without dragging a widget. The tag works inside any Elementor field that preserves HTML markup (Heading, Text Editor, HTML widget, button labels with wp_kses_post rendering, and most theme builder fields).
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, the text alignment can be set independently for desktop, tablet, and mobile devices.
No. The plugin is extremely lightweight. It uses pure CSS for gradient rendering with no JavaScript, no jQuery, and no external API calls. Zero impact on page load performance.
No. The plugin uses properly namespaced CSS classes (prefixed with lmsc-gte-) and PHP functions (prefixed with lmsc_gte_) to avoid conflicts. It does not modify any existing Elementor widgets or WordPress functionality.
Yes! This plugin includes a built-in gradient animation feature. Simply enable the "Gradient Animation" toggle in the Style tab, and your gradient text will have a smooth, flowing color animation. You can control the animation speed (1-20 seconds) and choose from three directions: horizontal, vertical, or diagonal. The animation is pure CSS — no JavaScript — so it has zero impact on performance.
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.