/home/altere25/infinet.finance/wp-content/plugins/th-widget-pack/elements
NameSizeModeActions
MPHB/-0755rm
WPBS/-0755rm
accommodation_listing.php1076000644editdlrm
accommodation_search.php262600644editdlrm
appointments.php47150644editdlrm
blog.php150120644editdlrm
blog_2.php478550644editdlrm
button.php145650644editdlrm
call-to-action.php207790644editdlrm
course-guide.php279160644editdlrm
expand-list.php84960644editdlrm
formidable-form.php93600644editdlrm
google-maps.php301440644editdlrm
header.php479770644editdlrm
image-carousel-timeline.php293590644editdlrm
image-gallery.php106540644editdlrm
info-bar.php227230644editdlrm
info-card.php201250644editdlrm
itinerary.php86120644editdlrm
package.php194460644editdlrm
package_2.php238580644editdlrm
portfolio-grid.php535030644editdlrm
pricing-list.php606650644editdlrm
pricing.php377190644editdlrm
room-grid.php521800644editdlrm
room-info.php199880644editdlrm
service-block.php209310644editdlrm
slider.php536880644editdlrm
tabs.php261070644editdlrm
team.php189240644editdlrm
team_2.php238850644editdlrm
testimonial.php155250644editdlrm
tour-grid.php295950644editdlrm
tour-info.php197570644editdlrm
Edit: /home/altere25/infinet.finance/wp-content/plugins/th-widget-pack/elements/google-maps.php (30144B)
get_name(); } protected function _register_controls() { $this->start_controls_section( 'section_map', [ 'label' => __( 'Map', 'th-widget-pack' ), ] ); $default_latitude = 49.293753; $default_logitude = -123.053398; // $this->add_control( // 'address', // [ // 'label' => __( 'Map Address', 'th-widget-pack' ), // 'type' => Controls_Manager::TEXT, // 'placeholder' => $default_address, // 'default' => $default_address, // 'label_block' => true, // ] // ); $this->add_control( 'latitude', [ 'label' => __( 'Map Address : Latitude', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'placeholder' => $default_latitude, 'default' => $default_latitude, 'label_block' => true, 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'longitude', [ 'label' => __( 'Map Address : Longitude', 'th-widget-pack' ), 'description' => __( 'Find your Latitude & Longitude', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'placeholder' => $default_logitude, 'default' => $default_logitude, 'label_block' => true, 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'zoom', [ 'label' => __( 'Zoom Level', 'th-widget-pack' ), 'type' => Controls_Manager::SLIDER, 'default' => [ 'size' => 12, ], 'range' => [ 'px' => [ 'min' => 1, 'max' => 20, ], ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'style', [ 'label' => __( 'Style', 'th-widget-pack' ), 'type' => Controls_Manager::SELECT, 'options' => [ 'standard' => __( 'Standard', 'th-widget-pack' ), 'ultra_light' => __( 'Ultra Light', 'th-widget-pack' ), 'light_dream' => __( 'Light Dream', 'th-widget-pack' ), 'shades_of_gray' => __( 'Shades of Gray', 'th-widget-pack' ), 'subtle_grayscale' => __( 'Subtle Grayscale', 'th-widget-pack' ), 'retro' => __( 'Retro', 'th-widget-pack' ), 'apple_esque' => __( 'Apple-esque', 'th-widget-pack' ), 'blue_essence' => __( 'Blue Essence', 'th-widget-pack' ), ], 'default' => 'standard', ] ); $this->add_control( 'api', [ 'label' => __( 'Google Maps API Key', 'th-widget-pack' ), 'description' => __( 'Setup your Google Maps API Key', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'separator' => 'before', 'dynamic' => [ 'active' => true, ], 'label_block' => true, ] ); $this->add_responsive_control( 'height', [ 'label' => __( 'Height', 'th-widget-pack' ), 'type' => Controls_Manager::SLIDER, 'default' => [ 'size' => 400, ], 'range' => [ 'px' => [ 'min' => 40, 'max' => 1440, ], ], 'selectors' => [ '{{WRAPPER}} .th-map' => 'height: {{SIZE}}{{UNIT}};', ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'prevent_scroll', [ 'label' => __( 'Prevent Scroll', 'th-widget-pack' ), 'type' => Controls_Manager::SWITCHER, 'default' => 'yes', 'label_on' => __( 'Yes', 'th-widget-pack' ), 'label_off' => __( 'No', 'th-widget-pack' ), ] ); $this->add_control( 'view', [ 'label' => __( 'View', 'th-widget-pack' ), 'type' => Controls_Manager::HIDDEN, 'default' => 'traditional', ] ); $this->end_controls_section(); $this->start_controls_section( 'section_text_block', [ 'label' => __( 'Text Block', 'th-widget-pack' ), ] ); $this->add_control( 'title', [ 'label' => __( 'Title', 'th-widget-pack' ), 'default' => __( 'Company Co.', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'separator' => 'before', 'dynamic' => [ 'active' => true, ], 'label_block' => true, ] ); $this->add_control( 'business_address', [ 'label' => __( 'Business Address', 'th-widget-pack' ), 'default' => __( "1366 Main Street\nVancouver Canada\nV8V 3K6", 'th-widget-pack' ), 'type' => Controls_Manager::TEXTAREA, 'dynamic' => [ 'active' => true, ], 'separator' => 'before', ] ); $this->add_control( 'hours', [ 'label' => __( 'Hours', 'th-widget-pack' ), 'default' => __( "Monday to Friday: 10am - 6pm\nSaturday: 11am - 4pm\nSunday: Closed", 'th-widget-pack' ), 'type' => Controls_Manager::TEXTAREA, 'separator' => 'before', 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'link_1_text', [ 'label' => __( 'Link 1 Text', 'th-widget-pack' ), 'default' => __( 'Call Us', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'separator' => 'before', 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'link_1_url', [ 'label' => __( 'Link 1 URL', 'th-widget-pack' ), 'type' => Controls_Manager::URL, 'placeholder' => __( 'http://your-link.com', 'th-widget-pack' ), 'default' => [ 'url' => 'tel:222-2222', ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'link_2_text', [ 'label' => __( 'Link 2 Text', 'th-widget-pack' ), 'default' => __( 'Email Us', 'th-widget-pack' ), 'type' => Controls_Manager::TEXT, 'separator' => 'before', 'dynamic' => [ 'active' => true, ], ] ); $this->add_control( 'link_2_url', [ 'label' => __( 'Link 2 URL', 'th-widget-pack' ), 'type' => Controls_Manager::URL, 'placeholder' => __( 'http://your-link.com', 'th-widget-pack' ), 'default' => [ 'url' => 'mailto:info@companyco.com', ], 'dynamic' => [ 'active' => true, ], ] ); $this->add_responsive_control( 'header_horizontal_position', [ 'label' => __( 'Horizontal Position', 'th-widget-pack' ), 'type' => Controls_Manager::CHOOSE, 'options' => [ 'left' => [ 'title' => __( 'Left', 'th-widget-pack' ), 'icon' => 'eicon-h-align-left', ], 'center' => [ 'title' => __( 'Center', 'th-widget-pack' ), 'icon' => 'eicon-h-align-center', ], 'right' => [ 'title' => __( 'Right', 'th-widget-pack' ), 'icon' => 'eicon-h-align-right', ], ], 'selectors' => [ '{{WRAPPER}} .map-info' => '{{VALUE}}', ], 'selectors_dictionary' => [ 'left' => 'left: 15px; right: auto;', 'center' => 'left: 50%; transform: translate(-50%, 0);', 'right' => 'left: auto; right: 15px;', ], 'default' => 'left', ] ); $this->end_controls_section(); $this->start_controls_section( 'section_style_background', [ 'label' => __( 'Content', 'th-widget-pack' ), 'tab' => Controls_Manager::TAB_STYLE, ] ); $this->add_control( 'section_content_title_heading', [ 'label' => __( 'Title', 'elementor' ), 'type' => Controls_Manager::HEADING, ] ); $this->add_control( 'title_color', [ 'label' => __( 'Color', 'th-widget-pack' ), 'type' => Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .map-info > h3' => 'color: {{VALUE}};', ], ] ); $this->add_group_control( Group_Control_Typography::get_type(), [ 'label' => __( 'Typography', 'elementor' ), 'name' => 'section_content_title_typography', 'selector' => '{{WRAPPER}} .map-info > h3', ] ); $this->add_control( 'section_content_address_heading', [ 'label' => __( 'Business Address', 'elementor' ), 'type' => Controls_Manager::HEADING, 'separator' => 'before', ] ); $this->add_control( 'address_color', [ 'label' => __( 'Color', 'th-widget-pack' ), 'type' => Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .map-info .th-gmap-address p' => 'color: {{VALUE}};', ], ] ); $this->add_group_control( Group_Control_Typography::get_type(), [ 'label' => __( 'Typography', 'elementor' ), 'name' => 'section_content_address_typography', 'selector' => '{{WRAPPER}} .map-info .th-gmap-address p', ] ); $this->add_control( 'section_content_hours_heading', [ 'label' => __( 'Hours', 'elementor' ), 'type' => Controls_Manager::HEADING, 'separator' => 'before', ] ); $this->add_control( 'hours_color', [ 'label' => __( 'Color', 'th-widget-pack' ), 'type' => Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .map-info .th-gmap-hoursop p' => 'color: {{VALUE}};', ], ] ); $this->add_group_control( Group_Control_Typography::get_type(), [ 'label' => __( 'Typography', 'elementor' ), 'name' => 'section_content_hours_typography', 'selector' => '{{WRAPPER}} .map-info .th-gmap-hoursop p', ] ); $this->add_control( 'section_content_links_heading', [ 'label' => __( 'Link', 'elementor' ), 'type' => Controls_Manager::HEADING, 'separator' => 'before', ] ); $this->add_control( 'link_colour', [ 'label' => __( 'Link Color', 'th-widget-pack' ), 'type' => Controls_Manager::COLOR, 'default' => '', 'selectors' => [ '{{WRAPPER}} .map-info .th-gmap-links a' => 'color: {{VALUE}};', ], ] ); $this->add_group_control( Group_Control_Typography::get_type(), [ 'label' => __( 'Typography', 'elementor' ), 'name' => 'section_content_link_typography', 'selector' => '{{WRAPPER}} .map-info .th-gmap-links a', ] ); $this->end_controls_section(); $this->start_controls_section( 'section_style_css_map', [ 'label' => __( 'Map', 'th-widget-pack' ), 'tab' => Controls_Manager::TAB_STYLE, ] ); $this->add_group_control( Group_Control_Css_Filter::get_type(), [ 'name' => 'css_filters', 'label' => __( 'CSS Filters', 'elementor' ), 'selector' => '{{WRAPPER}} .th-map', ] ); $this->end_controls_section(); $this->start_controls_section( 'section_style_gmap_border', [ 'label' => __( 'Appearance', 'th-widget-pack' ), 'tab' => Controls_Manager::TAB_STYLE, ] ); $this->add_responsive_control( 'blog_section_padding', [ 'label' => __( 'Padding', 'elementor' ), 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', 'em', '%' ], 'selectors' => [ '{{WRAPPER}} .th-gmap-wrap .map-info' => 'padding: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', ], ] ); $this->add_responsive_control( 'section_title_space_above', [ 'label' => __( 'Space Above', 'elementor' ), 'type' => Controls_Manager::SLIDER, 'range' => [ 'px' => [ 'min' => 0, 'max' => 100, ], ], 'selectors' => [ '{{WRAPPER}} .th-gmap-wrap .map-info' => 'top: {{SIZE}}{{UNIT}}', ], 'dynamic' => [ 'active' => true, ], ] ); // Add colour bg here $this->add_control( 'bg_colour', [ 'label' => __( 'Background', 'th-widget-pack' ), 'type' => Controls_Manager::COLOR, 'default' => '', 'selectors' => [ '{{WRAPPER}} .map-info' => 'background-color: {{VALUE}};', ], ] ); $this->end_controls_section(); $this->start_controls_section( 'section_border_content', [ 'label' => __( 'Border', 'th-widget-pack' ), 'tab' => Controls_Manager::TAB_STYLE, ] ); $this->add_group_control( Group_Control_Border::get_type(), [ 'name' => 'map_border', 'selector' => '{{WRAPPER}} .th-gmap-wrap .map-info', 'separator' => 'before', ] ); $this->add_responsive_control( 'map_border_radius', [ 'label' => __( 'Border Radius', 'elementor' ), 'type' => Controls_Manager::DIMENSIONS, 'size_units' => [ 'px', '%' ], 'selectors' => [ '{{WRAPPER}} .th-gmap-wrap .map-info' => 'border-radius: {{TOP}}{{UNIT}} {{RIGHT}}{{UNIT}} {{BOTTOM}}{{UNIT}} {{LEFT}}{{UNIT}};', ], ] ); $this->add_group_control( Group_Control_Box_Shadow::get_type(), [ 'name' => 'map_box_shadow', 'exclude' => [ 'box_shadow_position', ], 'selector' => '{{WRAPPER}} .th-gmap-wrap .map-info', ] ); $this->end_controls_section(); } protected function render() { $settings = $this->get_settings_for_display(); global $th_map_id; $map_id = 'th-map-' . ++$th_map_id; if ( 0 === absint( $settings['zoom']['size'] ) ) $settings['zoom']['size'] = 12; if ( '' === $settings['api'] ) $settings['api'] = ''; if ( '' === $settings['latitude'] ) $settings['latitude'] = 49.293753; if ( '' === $settings['longitude'] ) $settings['longitude'] = -123.053398; // styles switch ($settings['style']) { case 'ultra_light': $th_map_style = '[{"featureType":"water","elementType":"geometry","stylers":[{"color":"#e9e9e9"},{"lightness":17}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#f5f5f5"},{"lightness":20}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#ffffff"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#ffffff"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#ffffff"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#ffffff"},{"lightness":16}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#f5f5f5"},{"lightness":21}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#dedede"},{"lightness":21}]},{"elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#ffffff"},{"lightness":16}]},{"elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#333333"},{"lightness":40}]},{"elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#f2f2f2"},{"lightness":19}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#fefefe"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#fefefe"},{"lightness":17},{"weight":1.2}]}]'; break; case 'subtle_grayscale': $th_map_style = '[{"featureType":"administrative","elementType":"all","stylers":[{"saturation":"-100"}]},{"featureType":"administrative.province","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"landscape","elementType":"all","stylers":[{"saturation":-100},{"lightness":65},{"visibility":"on"}]},{"featureType":"poi","elementType":"all","stylers":[{"saturation":-100},{"lightness":"50"},{"visibility":"simplified"}]},{"featureType":"road","elementType":"all","stylers":[{"saturation":"-100"}]},{"featureType":"road.highway","elementType":"all","stylers":[{"visibility":"simplified"}]},{"featureType":"road.arterial","elementType":"all","stylers":[{"lightness":"30"}]},{"featureType":"road.local","elementType":"all","stylers":[{"lightness":"40"}]},{"featureType":"transit","elementType":"all","stylers":[{"saturation":-100},{"visibility":"simplified"}]},{"featureType":"water","elementType":"geometry","stylers":[{"hue":"#ffff00"},{"lightness":-25},{"saturation":-97}]},{"featureType":"water","elementType":"labels","stylers":[{"lightness":-25},{"saturation":-100}]}]'; break; case 'shades_of_gray': $th_map_style = '[{"featureType":"all","elementType":"labels.text.fill","stylers":[{"saturation":36},{"color":"#000000"},{"lightness":40}]},{"featureType":"all","elementType":"labels.text.stroke","stylers":[{"visibility":"on"},{"color":"#000000"},{"lightness":16}]},{"featureType":"all","elementType":"labels.icon","stylers":[{"visibility":"off"}]},{"featureType":"administrative","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":17},{"weight":1.2}]},{"featureType":"landscape","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":20}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":21}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#000000"},{"lightness":17}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#000000"},{"lightness":29},{"weight":0.2}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":18}]},{"featureType":"road.local","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":16}]},{"featureType":"transit","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":19}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#000000"},{"lightness":17}]}]'; break; case 'light_dream': $th_map_style = '[{"featureType":"landscape","stylers":[{"hue":"#FFBB00"},{"saturation":43.400000000000006},{"lightness":37.599999999999994},{"gamma":1}]},{"featureType":"road.highway","stylers":[{"hue":"#FFC200"},{"saturation":-61.8},{"lightness":45.599999999999994},{"gamma":1}]},{"featureType":"road.arterial","stylers":[{"hue":"#FF0300"},{"saturation":-100},{"lightness":51.19999999999999},{"gamma":1}]},{"featureType":"road.local","stylers":[{"hue":"#FF0300"},{"saturation":-100},{"lightness":52},{"gamma":1}]},{"featureType":"water","stylers":[{"hue":"#0078FF"},{"saturation":-13.200000000000003},{"lightness":2.4000000000000057},{"gamma":1}]},{"featureType":"poi","stylers":[{"hue":"#00FF6A"},{"saturation":-1.0989010989011234},{"lightness":11.200000000000017},{"gamma":1}]}]'; break; case 'retro': $th_map_style = '[{"elementType":"geometry","stylers":[{"color":"#ebe3cd"}]},{"elementType":"labels.text.fill","stylers":[{"color":"#523735"}]},{"elementType":"labels.text.stroke","stylers":[{"color":"#f5f1e6"}]},{"featureType":"administrative","elementType":"geometry.stroke","stylers":[{"color":"#c9b2a6"}]},{"featureType":"administrative.land_parcel","elementType":"geometry.stroke","stylers":[{"color":"#dcd2be"}]},{"featureType":"administrative.land_parcel","elementType":"labels.text.fill","stylers":[{"color":"#ae9e90"}]},{"featureType":"landscape.natural","elementType":"geometry","stylers":[{"color":"#dfd2ae"}]},{"featureType":"poi","elementType":"geometry","stylers":[{"color":"#dfd2ae"}]},{"featureType":"poi","elementType":"labels.text.fill","stylers":[{"color":"#93817c"}]},{"featureType":"poi.park","elementType":"geometry.fill","stylers":[{"color":"#a5b076"}]},{"featureType":"poi.park","elementType":"labels.text.fill","stylers":[{"color":"#447530"}]},{"featureType":"road","elementType":"geometry","stylers":[{"color":"#f5f1e6"}]},{"featureType":"road.arterial","elementType":"geometry","stylers":[{"color":"#fdfcf8"}]},{"featureType":"road.highway","elementType":"geometry","stylers":[{"color":"#f8c967"}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#e9bc62"}]},{"featureType":"road.highway.controlled_access","elementType":"geometry","stylers":[{"color":"#e98d58"}]},{"featureType":"road.highway.controlled_access","elementType":"geometry.stroke","stylers":[{"color":"#db8555"}]},{"featureType":"road.local","elementType":"labels.text.fill","stylers":[{"color":"#806b63"}]},{"featureType":"transit.line","elementType":"geometry","stylers":[{"color":"#dfd2ae"}]},{"featureType":"transit.line","elementType":"labels.text.fill","stylers":[{"color":"#8f7d77"}]},{"featureType":"transit.line","elementType":"labels.text.stroke","stylers":[{"color":"#ebe3cd"}]},{"featureType":"transit.station","elementType":"geometry","stylers":[{"color":"#dfd2ae"}]},{"featureType":"water","elementType":"geometry.fill","stylers":[{"color":"#b9d3c2"}]},{"featureType":"water","elementType":"labels.text.fill","stylers":[{"color":"#92998d"}]}]'; break; case 'blue_essence': $th_map_style = '[{"featureType":"landscape.natural","elementType":"geometry.fill","stylers":[{"visibility":"on"},{"color":"#e0efef"}]},{"featureType":"poi","elementType":"geometry.fill","stylers":[{"visibility":"on"},{"hue":"#1900ff"},{"color":"#c0e8e8"}]},{"featureType":"road","elementType":"geometry","stylers":[{"lightness":100},{"visibility":"simplified"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"transit.line","elementType":"geometry","stylers":[{"visibility":"on"},{"lightness":700}]},{"featureType":"water","elementType":"all","stylers":[{"color":"#7dcdcd"}]}]'; break; case 'apple_esque': $th_map_style = '[{"featureType":"landscape.man_made","elementType":"geometry","stylers":[{"color":"#f7f1df"}]},{"featureType":"landscape.natural","elementType":"geometry","stylers":[{"color":"#d0e3b4"}]},{"featureType":"landscape.natural.terrain","elementType":"geometry","stylers":[{"visibility":"off"}]},{"featureType":"poi","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"poi.business","elementType":"all","stylers":[{"visibility":"off"}]},{"featureType":"poi.medical","elementType":"geometry","stylers":[{"color":"#fbd3da"}]},{"featureType":"poi.park","elementType":"geometry","stylers":[{"color":"#bde6ab"}]},{"featureType":"road","elementType":"geometry.stroke","stylers":[{"visibility":"off"}]},{"featureType":"road","elementType":"labels","stylers":[{"visibility":"off"}]},{"featureType":"road.highway","elementType":"geometry.fill","stylers":[{"color":"#ffe15f"}]},{"featureType":"road.highway","elementType":"geometry.stroke","stylers":[{"color":"#efd151"}]},{"featureType":"road.arterial","elementType":"geometry.fill","stylers":[{"color":"#ffffff"}]},{"featureType":"road.local","elementType":"geometry.fill","stylers":[{"color":"black"}]},{"featureType":"transit.station.airport","elementType":"geometry.fill","stylers":[{"color":"#cfb2db"}]},{"featureType":"water","elementType":"geometry","stylers":[{"color":"#a2daf2"}]}]'; break; default: $th_map_style = false; } // Link 1 if ( empty( $settings['link_1_url']['url'] ) ) { $settings['link_1_url']['url'] = '#'; }; if ( ! empty( $settings['link_1_url']['url'] ) ) { $this->add_render_attribute( 'link-1', 'href', esc_url( $settings['link_1_url']['url'] ) ); if ( ! empty( $settings['link_1_url']['is_external'] ) ) { $this->add_render_attribute( 'link-1', 'target', '_blank' ); } } // Link 2 if ( empty( $settings['link_2_url']['url'] ) ) { $settings['link_2_url']['url'] = '#'; }; if ( ! empty( $settings['link_2_url']['url'] ) ) { $this->add_render_attribute( 'link-2', 'href', esc_url( $settings['link_2_url']['url'] ) ); if ( ! empty( $settings['link_2_url']['is_external'] ) ) { $this->add_render_attribute( 'link-2', 'target', '_blank' ); } } ?>

"; echo wpautop( wp_kses_post( $settings['business_address'] ) ); echo "
"; }; ?> "; echo wpautop( wp_kses_post( $settings['hours'] ) ); echo "
"; }; ?>
" data-map-style=''>
get_name() ] = [ 'conditions' => [ 'widgetType' => $this->get_name() ], 'fields' => [ [ 'field' => 'title', 'type' => __( 'Title', 'th-widget-pack' ), 'editor_type' => 'LINE' ], [ 'field' => 'business_address', 'type' => __( 'Business Address', 'th-widget-pack' ), 'editor_type' => 'AREA' ], [ 'field' => 'hours', 'type' => __( 'Hours', 'th-widget-pack' ), 'editor_type' => 'AREA' ], [ 'field' => 'link_1_text', 'type' => __( 'Link 1 Text', 'th-widget-pack' ), 'editor_type' => 'LINE' ], 'link_1_url' => [ 'field' => 'url', 'field_id' => 'link_1_url', // New key 'type' => __('Link 1 URL', 'th-widget-pack'), 'editor_type' => 'LINK' // Or 'LINK' but then relative links won't work ], [ 'field' => 'link_2_text', 'type' => __( 'Link 2 Text', 'th-widget-pack' ), 'editor_type' => 'LINE' ], 'link_2_url' => [ 'field' => 'url', 'field_id' => 'link_2_url', // New key 'type' => __('Link 2 URL', 'th-widget-pack'), 'editor_type' => 'LINK' // Or 'LINK' but then relative links won't work ], ], ]; return $widgets; } } Plugin::instance()->widgets_manager->register_widget_type( new Themo_Widget_GoogleMaps() );