PluginProbe
Elementor Website Builder – more than just a page builder / 4.3.0
Elementor Website Builder – more than just a page builder v4.3.0
4.3.1 4.3.0 4.3.0-beta3 4.3.0-beta2 4.3.0-beta1 4.2.4 4.2.3 4.2.2 4.2.1 4.2.0 4.1.5 4.2.0-beta2 4.2.0-dev2 4.2.0-beta1 4.1.4 4.1.3 4.1.2 4.1.1 4.1.0 4.1.0-beta3 4.1.0-dev3 4.0.9 4.1.0-beta2 4.1.0-dev2 4.0.8 All 454 releases
elementor / modules / atomic-widgets / elements / atomic-collection-loop / collection-loop-promotion.html.twig

collection-loop-promotion.html.twig in Elementor Website Builder – more than just a page builder 4.3.0, at modules/atomic-widgets/elements/atomic-collection-loop/collection-loop-promotion.html.twig

19 lines 1.1 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 {% import 'elementor/macros' as m %}
2 {% set classes = ['e-con', 'e-atomic-element', base_styles.base, m.default_tag_class('div')] | merge(settings.classes | default([])) | join(' ') %}
3 <div class="{{ classes }} {{ editor_classes | default('') }}"
4 data-id="{{ id }}"
5 data-element_type="{{ type }}"
6 data-e-type="{{ type }}"
7 data-interaction-id="{{ interaction_id }}"
8 {{ editor_attributes | default('') | raw }}>
9 <div class="e-pro-promotion-placeholder">
10 <i class="eicon-upgrade-crown-full e-pro-promotion-placeholder__icon"></i>
11 <div class="e-pro-promotion-placeholder__title">Loop is a Pro feature</div>
12 <div class="e-pro-promotion-placeholder__description">Upgrade now to display dynamic content in a repeating layout with full query control.</div>
13 <div class="e-pro-promotion-placeholder__actions">
14 <button type="button" class="e-pro-promotion-placeholder__remove-btn">Remove</button>
15 <a href="https://go.elementor.com/go-pro-loop-canvas-upgrade/" target="_blank" rel="noopener noreferrer" class="e-pro-promotion-placeholder__unlock-btn">Unlock with Pro</a>
16 </div>
17 </div>
18 </div>
19