• DYNAMIC TAGS NOW ACTIVE!

    I solved the issue of displaying the dynamic tag in the image of the Elementor Pro component using only one directive within the plugin code

    “dynamic” => [“active” => true],

    Simply access the file [garden-gnome-package/include/elementor_widget.php] And add this snippet: “dynamic” => [“active” => true],

    inside the block example:

    $this->add_control(
    ‘image’,
    [
    ‘label’ => __( ‘Choose Garden Gnome Package’, ‘ggpkg’ ),
    ‘type’ => Controls_Manager::MEDIA,
    ‘default’ => [
    ‘url’ => Utils::get_placeholder_image_src(),
    ],
    “dynamic” => [“active” => true],
    ]
    );

    The page I need help with: [log in to see the link]

  • The topic ‘How to active dynamic tags on elementor pro’ is closed to new replies.