• Resolved dvizhenia

    (@dvizhenia)


    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)
  • Hi,

    We have enabled the dynamic options in the plugin.
    We will roll out an update ASAP.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘dynamic url for popups’ is closed to new replies.