PluginProbe
Elementor Website Builder – more than just a page builder / 3.21.4
Elementor Website Builder – more than just a page builder v3.21.4
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 4.1.0-beta1 4.1.0-dev1 4.0.7 All 451 releases
elementor / includes / editor-templates / panel-elements.php

panel-elements.php in Elementor Website Builder – more than just a page builder 3.21.4, at includes/editor-templates/panel-elements.php

103 lines 5.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2 namespace Elementor;
3
4 use Elementor\Utils;
5 use Elementor\Core\Utils\Promotions\Filtered_Promotions_Manager;
6
7 if ( ! defined( 'ABSPATH' ) ) {
8 exit; // Exit if accessed directly.
9 }
10 ?>
11 <script type="text/template" id="tmpl-elementor-panel-elements">
12 <div id="elementor-panel-elements-navigation" class="elementor-panel-navigation">
13 <button class="elementor-component-tab elementor-panel-navigation-tab" data-tab="categories"><?php echo esc_html__( 'Elements', 'elementor' ); ?></button>
14 <button class="elementor-component-tab elementor-panel-navigation-tab" data-tab="global"><?php echo esc_html__( 'Globals', 'elementor' ); ?></button>
15 </div>
16 <div id="elementor-panel-elements-search-area"></div>
17 <div id="elementor-panel-elements-notice-area"></div>
18 <div id="elementor-panel-elements-wrapper"></div>
19 </script>
20
21 <script type="text/template" id="tmpl-elementor-panel-categories">
22 <div id="elementor-panel-categories"></div>
23 <?php
24 $get_pro_details = apply_filters( 'elementor/editor/panel/get_pro_details', [
25 'link' => 'https://go.elementor.com/pro-widgets/',
26 'message' => __( 'Get more with Elementor Pro', 'elementor' ),
27 'button_text' => __( 'Upgrade Now', 'elementor' ),
28 ] );
29 $promotion_data_sticky = [
30 'url' => 'https://go.elementor.com/go-pro-sticky-widget-panel/',
31 'message' => __( 'Access all Pro widgets.', 'elementor' ),
32 'button_text' => __( 'Upgrade Now', 'elementor' ),
33 ];
34 $promotion_data_sticky = Filtered_Promotions_Manager::get_filtered_promotion_data( $promotion_data_sticky, 'elementor/editor/panel/get_pro_details-sticky', 'url' );
35 $has_pro = Utils::has_pro();
36 ?>
37 <div id="elementor-panel-get-pro-elements" class="elementor-nerd-box">
38 <img class="elementor-nerd-box-icon" src="<?php echo ELEMENTOR_ASSETS_URL . 'images/go-pro.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Upgrade', 'elementor' ); ?>" />
39 <div class="elementor-nerd-box-message"><?php echo esc_html( $get_pro_details['message'] ); ?></div>
40 <a class="elementor-button go-pro" target="_blank" href="<?php echo esc_url( $get_pro_details['link'] ); ?>"><?php echo esc_html( $get_pro_details['button_text'] ); ?></a>
41 </div>
42 <?php if ( ! $has_pro ) : ?>
43 <div id="elementor-panel-get-pro-elements-sticky">
44 <img class="elementor-nerd-box-icon" src="<?php echo ELEMENTOR_ASSETS_URL . 'images/unlock-sticky.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Upgrade', 'elementor' ); ?>"/>
45 <div class="elementor-get-pro-sticky-message">
46 <?php echo esc_html( $promotion_data_sticky['message'] ); ?>
47 <a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a>
48 </div>
49 </div>
50 <?php endif; ?>
51 </script>
52
53 <script type="text/template" id="tmpl-elementor-panel-elements-category">
54 <button class="elementor-panel-heading elementor-panel-category-title">
55 <span class="elementor-panel-heading-toggle">
56 <i class="eicon" aria-hidden="true"></i>
57 </span>
58 <span class="elementor-panel-heading-title">{{{ title }}}</span>
59 <# if ( 'undefined' !== typeof promotion && promotion ) { #>
60 <span class="elementor-panel-heading-promotion">
61 <a href="{{{ promotion.url }}}" target="_blank">
62 <i class="eicon-upgrade-crown"></i><?php echo esc_html__( 'Upgrade', 'elementor' ); ?>
63 </a>
64 </span>
65 <# } #>
66 </button>
67 <div class="elementor-panel-category-items elementor-responsive-panel"></div>
68 </script>
69
70 <script type="text/template" id="tmpl-elementor-panel-elements-notice">
71 <div class="elementor-panel-notice">
72 </div>
73 </script>
74
75 <script type="text/template" id="tmpl-elementor-panel-element-search">
76 <label for="elementor-panel-elements-search-input" class="screen-reader-text"><?php echo esc_html__( 'Search Widget:', 'elementor' ); ?></label>
77 <input type="search" id="elementor-panel-elements-search-input" placeholder="<?php esc_attr_e( 'Search Widget...', 'elementor' ); ?>" autocomplete="off"/>
78 <i class="eicon-search-bold" aria-hidden="true"></i>
79 </script>
80
81 <script type="text/template" id="tmpl-elementor-element-library-element">
82 <button class="elementor-element">
83 <# if ( false === obj.editable ) { #>
84 <i class="eicon-lock"></i>
85 <# } #>
86 <div class="icon">
87 <i class="{{ icon }}" aria-hidden="true"></i>
88 </div>
89 <div class="title-wrapper">
90 <div class="title">{{{ title }}}</div>
91 </div>
92 </button>
93 </script>
94
95 <script type="text/template" id="tmpl-elementor-panel-global">
96 <div class="elementor-nerd-box">
97 <img class="elementor-nerd-box-icon" src="<?php echo ELEMENTOR_ASSETS_URL . 'images/information.svg'; // phpcs:ignore WordPress.Security.EscapeOutput.OutputNotEscaped ?>" loading="lazy" alt="<?php echo esc_attr__( 'Elementor', 'elementor' ); ?>" />
98 <div class="elementor-nerd-box-title"><?php echo esc_html__( 'Meet Our Global Widget', 'elementor' ); ?></div>
99 <div class="elementor-nerd-box-message"><?php echo esc_html__( 'With this feature, you can save a widget as global, then add it to multiple areas. All areas will be editable from one single place.', 'elementor' ); ?></div>
100 <a class="elementor-button go-pro" target="_blank" href="https://go.elementor.com/pro-global/"><?php echo esc_html__( 'Upgrade Now', 'elementor' ); ?></a>
101 </div>
102 </script>
103