1
I'm trying to add a new TEXTAREA field into elementor pro gallery widget
Source: elementor/elementor#25514 · opened by @serxhio27
Prerequisites • I have searched for similar feature requests in both open and closed discussions and cannot find an existing request. • I have verified that the feature is still missing from the latest stable versions of Elementor or Elementor Pro. What problem is your feature request going to solve? Please describe.. when the gallery is set to type = multiple, it adds a repeater gallery which contains (title, images) after the title i want to add the new TEXTAREA (description) Describe the solution you'd like. i came up with this code add_action('elementor/element/before_section_end', function ($section, $section_id, $args) { if ($section->get_name() == 'gallery') { // we are at the end of the "section_image" area of the "image-box" $section->start_injection([ 'at' => 'before', 'of' => 'multiple_gallery', ]); …
No pledges yet. Be the first to back this.
Comments
Similar requests
Add Alt Text to the Gallery Widget.
4 votes · 0 comments
Alt text is available for the Basic Gallery widget, but it is absent from the Pro Gallery widget
2 votes · 0 comments
Load More button on galleries
6 votes · 0 comments
Sort gallery by ACF
2 votes · 0 comments
Gallery Layouts
1 vote · 0 comments
No comments yet.