start_controls_section( 'mep_event_city_list_settings', [ 'label' => __( 'Event City List Settings', 'mage-eventpress' ), 'tab' => Controls_Manager::TAB_CONTENT, ] ); $this->add_control( 'mep_event_city_list_icon', [ 'label' => __( 'Icon Before Title', 'mage-eventpress' ), 'type' => Controls_Manager::ICON, 'include' => [ 'fas fa-check-circle', 'fas fa-check', 'fas fa-check-square', 'far fa-check-square', 'far fa-check-circle', 'fas fa-check-double', 'fas fa-calendar-check' ], 'default' => 'fas fa-check-circle', ] ); $this->end_controls_section(); $this->start_controls_section( 'mep_event_city_style_settings', [ 'label' => __( 'Event City Style Settings', 'mage-eventpress' ), 'tab' => Controls_Manager::TAB_CONTENT, ] ); $this->add_control( 'mep_event_city_title_color', [ 'label' => __( 'Event City Title Color', 'mage-eventpress' ), 'type' => Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .mep-elementor-event-city-list-widget .mep-city-list ul li a' => 'color: {{VALUE}};', ], ] ); $this->add_control( 'mep_event_city_icon_color', [ 'label' => __( 'Event City Icon Color', 'mage-eventpress' ), 'type' => Controls_Manager::COLOR, 'selectors' => [ '{{WRAPPER}} .mep-elementor-event-city-list-widget .mep-city-list ul li a i' => 'color: {{VALUE}};', ], ] ); $this->end_controls_section(); } protected function render() { $settings = $this->get_settings_for_display(); $mep_event_city_list_icon_html = ''; ?>