dynamic url for popups
-
please change the link code to the code below so users can assign popups on your element. I found it quite frustrating that I couldn’t assign any popup triggers on your image element.
$this->add_control( 'eihe_link', [ 'label' => esc_html__( 'Link', 'eihe-lang' ), 'type' => Controls_Manager::URL, 'dynamic' => [ 'active' => true, ], 'default' => [ 'url' => '', ], 'separator' => 'before', ] );
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘dynamic url for popups’ is closed to new replies.