Extending Slides widget help
-
Hi,
I’ve been working on extending some base Elementor widgets for a project I’m working on and I’ve succeeded with the Button widget only by now. But I ran into a problem extending widgets that contain repeater controls, such as the Slides.
My idea is to extend the slides (items) with an extra control that I’ve created, add it at the beginning of the “Content” tab. Also applying my own URL to a particular slide when the widget is rendered in the frontend.
The image below shows a successful injection of my component, but sadly not in the right place (add_action(‘elementor/element/slides/section_slides/after_section_start’, function(){})). I would like to place it somehow in the content section of all slides items: https://imgur.com/a/jac3zVS
The page I need help with: [log in to see the link]
- The topic ‘Extending Slides widget help’ is closed to new replies.