PluginProbe
Elementor Website Builder – more than just a page builder / 3.20.0-dev3
Elementor Website Builder – more than just a page builder v3.20.0-dev3
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.20.0-dev3, at includes/editor-templates/panel-elements.php

100 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"><?php echo esc_html( $promotion_data_sticky['message'] ); ?><a target="_blank" href="<?php echo esc_url( $promotion_data_sticky['url'] ); ?>"><?php echo esc_html( $promotion_data_sticky['button_text'] ); ?></a></div>
46 </div>
47 <?php endif; ?>
48 </script>
49
50 <script type="text/template" id="tmpl-elementor-panel-elements-category">
51 <button class="elementor-panel-heading elementor-panel-category-title">
52 <span class="elementor-panel-heading-toggle">
53 <i class="eicon" aria-hidden="true"></i>
54 </span>
55 <span class="elementor-panel-heading-title">{{{ title }}}</span>
56 <# if ( 'undefined' !== typeof promotion && promotion ) { #>
57 <span class="elementor-panel-heading-promotion">
58 <a href="{{{ promotion.url }}}" target="_blank">
59 <i class="eicon-upgrade-crown"></i><?php echo esc_html__( 'Upgrade', 'elementor' ); ?>
60 </a>
61 </span>
62 <# } #>
63 </button>
64 <div class="elementor-panel-category-items elementor-responsive-panel"></div>
65 </script>
66
67 <script type="text/template" id="tmpl-elementor-panel-elements-notice">
68 <div class="elementor-panel-notice">
69 </div>
70 </script>
71
72 <script type="text/template" id="tmpl-elementor-panel-element-search">
73 <label for="elementor-panel-elements-search-input" class="screen-reader-text"><?php echo esc_html__( 'Search Widget:', 'elementor' ); ?></label>
74 <input type="search" id="elementor-panel-elements-search-input" placeholder="<?php esc_attr_e( 'Search Widget...', 'elementor' ); ?>" autocomplete="off"/>
75 <i class="eicon-search-bold" aria-hidden="true"></i>
76 </script>
77
78 <script type="text/template" id="tmpl-elementor-element-library-element">
79 <button class="elementor-element">
80 <# if ( false === obj.editable ) { #>
81 <i class="eicon-lock"></i>
82 <# } #>
83 <div class="icon">
84 <i class="{{ icon }}" aria-hidden="true"></i>
85 </div>
86 <div class="title-wrapper">
87 <div class="title">{{{ title }}}</div>
88 </div>
89 </button>
90 </script>
91
92 <script type="text/template" id="tmpl-elementor-panel-global">
93 <div class="elementor-nerd-box">
94 <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' ); ?>" />
95 <div class="elementor-nerd-box-title"><?php echo esc_html__( 'Meet Our Global Widget', 'elementor' ); ?></div>
96 <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>
97 <a class="elementor-button go-pro" target="_blank" href="https://go.elementor.com/pro-global/"><?php echo esc_html__( 'Upgrade Now', 'elementor' ); ?></a>
98 </div>
99 </script>
100