| @@ -58,9 +58,9 @@ | ||
| 58 | 58 | * @access public |
| 59 | 59 | */ |
| 60 | 60 | public function content_template() { |
| 61 | 61 | ?> |
| 62 | - <div class="elementor-control-field {{ data.content_classes }}"> | |
| 62 | + <div class="elementor-control-field"> | |
| 63 | 63 | <# if ( data.label ) {#> |
| 64 | 64 | <label for="<?php $this->print_control_uid(); ?>" class="elementor-control-title">{{{ data.label }}}</label> |
| 65 | 65 | <# } #> |
| 66 | 66 | <div class="elementor-control-input-wrapper elementor-control-unit-5"> |
| @@ -67,10 +67,9 @@ | ||
| 67 | 67 | <select id="<?php $this->print_control_uid(); ?>" data-setting="{{ data.name }}"> |
| 68 | 68 | <# |
| 69 | 69 | var printOptions = function( options ) { |
| 70 | 70 | _.each( options, function( option_title, option_value ) { #> |
| 71 | - <?php // If the option title is array of title & icon. ?> | |
| 72 | - <option value="{{ option_value }}">{{{ option_title?.title || option_title }}}</option> | |
| 71 | + <option value="{{ option_value }}">{{{ option_title }}}</option> | |
| 73 | 72 | <# } ); |
| 74 | 73 | }; |
| 75 | 74 | |
| 76 | 75 | if ( data.groups ) { |