/
home
/
altere25
/
public_html
/
wp-content
/
plugins
/
th-widget-pack
/
elements
/
/home/altere25/public_html/wp-content/plugins/th-widget-pack/elements
mkdir
upload
Name
Size
Mode
Actions
MPHB/
-
0755
rm
WPBS/
-
0755
rm
accommodation_listing.php
107587
0644
edit
dl
rm
accommodation_search.php
26245
0644
edit
dl
rm
appointments.php
4701
0644
edit
dl
rm
blog.php
14998
0644
edit
dl
rm
blog_2.php
47841
0644
edit
dl
rm
button.php
14551
0644
edit
dl
rm
call-to-action.php
20765
0644
edit
dl
rm
course-guide.php
27902
0644
edit
dl
rm
expand-list.php
8482
0644
edit
dl
rm
formidable-form.php
9346
0644
edit
dl
rm
google-maps.php
30130
0644
edit
dl
rm
header.php
47963
0644
edit
dl
rm
image-carousel-timeline.php
29345
0644
edit
dl
rm
image-gallery.php
10640
0644
edit
dl
rm
info-bar.php
22709
0644
edit
dl
rm
info-card.php
20111
0644
edit
dl
rm
itinerary.php
8598
0644
edit
dl
rm
package.php
19432
0644
edit
dl
rm
package_2.php
23844
0644
edit
dl
rm
portfolio-grid.php
53489
0644
edit
dl
rm
pricing-list.php
60651
0644
edit
dl
rm
pricing.php
37705
0644
edit
dl
rm
room-grid.php
52166
0644
edit
dl
rm
room-info.php
19974
0644
edit
dl
rm
service-block.php
20917
0644
edit
dl
rm
slider.php
53674
0644
edit
dl
rm
tabs.php
26094
0644
edit
dl
rm
team.php
18910
0644
edit
dl
rm
team_2.php
23871
0644
edit
dl
rm
testimonial.php
15511
0644
edit
dl
rm
tour-grid.php
29581
0644
edit
dl
rm
tour-info.php
19743
0644
edit
dl
rm
Edit:
/home/altere25/public_html/wp-content/plugins/th-widget-pack/elements/button.php
(14551B)
<?php namespace Elementor; if ( ! defined( 'ABSPATH' ) ) exit; // Exit if accessed directly class Themo_Widget_Button extends Widget_Base { public function get_name() { return 'themo-button'; } public function get_title() { return __( 'Button', 'th-widget-pack' ); } public function get_icon() { return 'th-editor-icon-button'; } public function get_categories() { return [ 'themo-elements' ]; } public function get_help_url() { return 'https://help.themovation.com/' . $this->get_name(); } protected function register_controls() { $this->start_controls_section( 'section_button_1', [ 'label' => __( 'Button 1', 'th-widget-pack' ), ] ); $this->add_control( 'button_1_text', [ 'label' => __( 'Button Text', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'default' => __( 'Button Text', 'th-widget-pack' ), 'placeholder' => __( 'Button Text', 'th-widget-pack' ), 'separator' => 'before', 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'button_1_style', [ 'label' => __( 'Button Style', 'th-widget-pack' ), 'type' => Controls_Manager::SELECT, 'default' => 'standard-primary', 'options' => [ 'standard-primary' => __( 'Standard Primary', 'th-widget-pack' ), 'standard-accent' => __( 'Standard Accent', 'th-widget-pack' ), 'standard-light' => __( 'Standard Light', 'th-widget-pack' ), 'standard-dark' => __( 'Standard Dark', 'th-widget-pack' ), 'ghost-primary' => __( 'Ghost Primary', 'th-widget-pack' ), 'ghost-accent' => __( 'Ghost Accent', 'th-widget-pack' ), 'ghost-light' => __( 'Ghost Light', 'th-widget-pack' ), 'ghost-dark' => __( 'Ghost Dark', 'th-widget-pack' ), 'cta-primary' => __( 'CTA Primary', 'th-widget-pack' ), 'cta-accent' => __( 'CTA Accent', 'th-widget-pack' ), ], ] ); $this->add_control( 'button_1_image', [ 'label' => __( 'Button Graphic', 'th-widget-pack' ), 'type' => Controls_Manager::MEDIA, 'default' => [ //'url' => Utils::get_placeholder_image_src(), ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'button_1_link', [ 'label' => __( 'Link', 'th-widget-pack' ), 'type' => Controls_Manager::URL, 'placeholder' => __( '#buttonlink', 'th-widget-pack' ), 'default' => [ 'url' => '#', ], 'dynamic' => [ 'active' => true, ], ] ); $this->end_controls_section(); $this->start_controls_section( 'section_button_2', [ 'label' => __( 'Button 2', 'th-widget-pack' ), ] ); $this->add_control( 'button_2_text', [ 'label' => __( 'Button Text', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'placeholder' => __( 'Button Text', 'th-widget-pack' ), 'separator' => 'before', 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'button_2_style', [ 'label' => __( 'Button Style', 'th-widget-pack' ), 'type' => Controls_Manager::SELECT, 'default' => 'standard-primary', 'options' => [ 'standard-primary' => __( 'Standard Primary', 'th-widget-pack' ), 'standard-accent' => __( 'Standard Accent', 'th-widget-pack' ), 'standard-light' => __( 'Standard Light', 'th-widget-pack' ), 'standard-dark' => __( 'Standard Dark', 'th-widget-pack' ), 'ghost-primary' => __( 'Ghost Primary', 'th-widget-pack' ), 'ghost-accent' => __( 'Ghost Accent', 'th-widget-pack' ), 'ghost-light' => __( 'Ghost Light', 'th-widget-pack' ), 'ghost-dark' => __( 'Ghost Dark', 'th-widget-pack' ), 'cta-primary' => __( 'CTA Primary', 'th-widget-pack' ), 'cta-accent' => __( 'CTA Accent', 'th-widget-pack' ), ], ] ); $this->add_control( 'button_2_image', [ 'label' => __( 'Button Graphic', 'th-widget-pack' ), 'type' => Controls_Manager::MEDIA, 'default' => [ //'url' => Utils::get_placeholder_image_src(), ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'button_2_link', [ 'label' => __( 'Link', 'th-widget-pack' ), 'type' => Controls_Manager::URL, 'placeholder' => __( '#buttonlink', 'th-widget-pack' ), 'dynamic' => [ 'active' => true, ], ] ); $this->end_controls_section(); $this->start_controls_section( 'button_alignment', [ 'label' => __( 'Button Alignment', 'th-widget-pack' ), 'type' => Controls_Manager::SECTION, ] ); $this->add_responsive_control( 'button_align', [ 'label' => __( 'Alignment', 'th-widget-pack' ), 'type' => Controls_Manager::CHOOSE, 'options' => [ 'left' => [ 'title' => __( 'Left', 'th-widget-pack' ), 'icon' => 'fa fa-align-left', ], 'center' => [ 'title' => __( 'Center', 'th-widget-pack' ), 'icon' => 'fa fa-align-center', ], 'right' => [ 'title' => __( 'Right', 'th-widget-pack' ), 'icon' => 'fa fa-align-right', ], ], 'separator' => 'none', 'prefix_class' => 'th-btn-align%s-', ] ); $this->end_controls_section(); } protected function render() { $settings = $this->get_settings_for_display(); // BUTTON 1 // Graphic Button $button_1_image = false; if ( isset( $settings['button_1_image']['id'] ) && $settings['button_1_image']['id'] > "" ) { $button_1_image = wp_get_attachment_image( $settings['button_1_image']['id'], "th_img_xs", false, array( 'class' => '' ) ); }elseif ( ! empty( $settings['button_1_image']['url'] ) ) { $this->add_render_attribute( 'button_1_image', 'src', esc_url( $settings['button_1_image']['url'] ) ); $this->add_render_attribute( 'button_1_image', 'alt', esc_attr( Control_Media::get_image_alt( $settings['button_1_image'] ) ) ); $this->add_render_attribute( 'button_1_image', 'title', esc_attr( Control_Media::get_image_title( $settings['button_1_image'] ) ) ); $button_1_image = '<img ' . $this->get_render_attribute_string( 'button_1_image' ) . '>'; } // Graphic Button URL Styling if ( isset($button_1_image) && ! empty( $button_1_image ) ) { // image button $this->add_render_attribute( 'btn-1-link', 'class', 'btn-1' ); $this->add_render_attribute( 'btn-1-link', 'class', 'th-btn' ); $this->add_render_attribute( 'btn-1-link', 'class', 'btn-image' ); }else{ // Bootstrap Button URL Styling $this->add_render_attribute( 'btn-1-link', 'class', 'btn-1' ); $this->add_render_attribute( 'btn-1-link', 'class', 'btn' ); $this->add_render_attribute( 'btn-1-link', 'class', 'th-btn' ); $this->add_render_attribute( 'btn-1-link', 'class', 'btn-' . esc_attr( $settings['button_1_style'] ) ); } // Button URL if ( empty( $settings['button_1_link']['url'] ) ) { $settings['button_1_link']['url'] = '#'; }; if ( ! empty( $settings['button_1_link']['url'] ) ) { $this->add_render_attribute( 'btn-1-link', 'href', esc_url( $settings['button_1_link']['url'] ) ); if ( ! empty( $settings['button_1_link']['is_external'] ) ) { $this->add_render_attribute( 'btn-1-link', 'target', '_blank' ); } } // BUTTON 2 // Graphic Button $button_2_image = false; if ( isset( $settings['button_2_image']['id'] ) && $settings['button_2_image']['id'] > "" ) { $button_2_image = wp_get_attachment_image( $settings['button_2_image']['id'], "th_img_xs", false, array( 'class' => '' ) ); }elseif ( ! empty( $settings['button_2_image']['url'] ) ) { $this->add_render_attribute( 'button_2_image', 'src', esc_url( $settings['button_2_image']['url'] ) ); $this->add_render_attribute( 'button_2_image', 'alt', esc_attr( Control_Media::get_image_alt( $settings['button_2_image'] ) ) ); $this->add_render_attribute( 'button_2_image', 'title', esc_attr( Control_Media::get_image_title( $settings['button_2_image'] ) ) ); $button_1_image = '<img ' . $this->get_render_attribute_string( 'button_2_image' ) . '>'; } // Graphic Button URL Styling if ( isset($button_2_image) && ! empty( $button_2_image ) ) { // image button $this->add_render_attribute( 'btn-2-link', 'class', 'btn-2' ); $this->add_render_attribute( 'btn-2-link', 'class', 'th-btn' ); $this->add_render_attribute( 'btn-2-link', 'class', 'btn-image' ); }else{ // Bootstrap Button URL Styling $this->add_render_attribute( 'btn-2-link', 'class', 'btn-2' ); $this->add_render_attribute( 'btn-2-link', 'class', 'btn' ); $this->add_render_attribute( 'btn-2-link', 'class', 'th-btn' ); $this->add_render_attribute( 'btn-2-link', 'class', 'btn-' . esc_attr( $settings['button_2_style'] ) ); } // Button URL if ( empty( $settings['button_2_link']['url'] ) ) { $settings['button_2_link']['url'] = '#'; }; if ( ! empty( $settings['button_2_link']['url'] ) ) { $this->add_render_attribute( 'btn-2-link', 'href', esc_url( $settings['button_2_link']['url'] ) ); if ( ! empty( $settings['button_2_link']['is_external'] ) ) { $this->add_render_attribute( 'btn-2-link', 'target', '_blank' ); } } ?> <?php //echo $button_1_image ;?> <?php if ( isset($button_1_image) && ! empty( $button_1_image ) ) : ?> <?php if ( ! empty( $settings['button_1_link']['url'] ) ) : ?> <a <?php echo $this->get_render_attribute_string( 'btn-1-link' ); ?>> <?php echo wp_kses_post( $button_1_image ); ?> </a> <?php else : ?> <?php echo wp_kses_post( $button_1_image ); ?> <?php endif; ?> <?php elseif ( ! empty( $settings['button_1_text'] ) ) : ?> <a <?php echo $this->get_render_attribute_string( 'btn-1-link' ); ?>> <?php if ( ! empty( $settings['button_1_text'] ) ) : ?> <?php echo esc_html( $settings['button_1_text'] ); ?> <?php endif; ?> </a> <?php endif; ?> <?php if ( isset($button_2_image) && ! empty( $button_2_image ) ) : ?> <?php if ( ! empty( $settings['button_2_link']['url'] ) ) : ?> <a <?php echo $this->get_render_attribute_string( 'btn-2-link' ); ?>> <?php echo wp_kses_post( $button_2_image ); ?> </a> <?php else : ?> <?php echo wp_kses_post( $button_2_image ); ?> <?php endif; ?> <?php elseif ( ! empty( $settings['button_2_text'] ) ) : ?> <a <?php echo $this->get_render_attribute_string( 'btn-2-link' ); ?>> <?php if ( ! empty( $settings['button_2_text'] ) ) : ?> <?php echo esc_html( $settings['button_2_text'] ); ?> <?php endif; ?> </a> <?php endif; ?> <?php } protected function content_template() { ?> <# var button_1_link_url = '#'; if ( settings.button_1_link.url ) { var button_1_link_url = settings.button_1_link.url } var button_2_link_url = '#'; if ( settings.button_2_link.url ) { var button_2_link_url = settings.button_2_link.url } #> <# if ( settings.button_1_image && '' !== settings.button_1_image.url ) { #> <a class="btn-1 th-btn btn-image" href="{{ button_1_link_url }}"> <img src="{{{ settings.button_1_image.url }}}" /> </a> <# } else if ( button_1_link_url ) { #> <a class="btn btn-1 th-btn btn-{{ settings.button_1_style }}" href="{{ button_1_link_url }}"> {{{ settings.button_1_text }}} </a> <# } #> <# if ( settings.button_2_image && '' !== settings.button_2_image.url ) { #> <a class="btn-2 th-btn btn-image" href="{{ button_2_link_url }}"> <img src="{{{ settings.button_2_image.url }}}" /> </a> <# } else if ( button_2_link_url && settings.button_2_text) { #> <a class="btn btn-2 th-btn btn-{{ settings.button_2_style }}" href="{{ button_2_link_url }}"> {{{ settings.button_2_text }}} </a> <# } #> <?php } public function add_wpml_support() { add_filter( 'wpml_elementor_widgets_to_translate', [ $this, 'wpml_widgets_to_translate_filter' ] ); } public function wpml_widgets_to_translate_filter( $widgets ) { $widgets[ $this->get_name() ] = [ 'conditions' => [ 'widgetType' => $this->get_name() ], 'fields' => [ [ 'field' => 'button_1_text', 'type' => __( 'Button Text 1', 'th-widget-pack' ), 'editor_type' => 'LINE' ], 'button_1_link' => [ 'field' => 'url', 'field_id' => 'button_1_link', // New key 'type' => __('Button URL 1', 'th-widget-pack'), 'editor_type' => 'LINK' // Or 'LINK' but then relative links won't work ], [ 'field' => 'button_2_text', 'type' => __( 'Button Text 2', 'th-widget-pack' ), 'editor_type' => 'LINE' ], 'button_2_link' => [ 'field' => 'url', 'field_id' => 'button_2_link', // New key 'type' => __('Button URL 2', 'th-widget-pack'), 'editor_type' => 'LINK' // Or 'LINK' but then relative links won't work ], ], ]; return $widgets; } } Plugin::instance()->widgets_manager->register( new Themo_Widget_Button() );
Save
cmd:
run