8889841cwp-content/plugins/elementor-pro/modules/woocommerce/widgets/archive-products-deprecated.php 0000644 00000007026 15044747236 0035153 0 ustar 00 home/clixcotz/bimatime.clix.co.tz deprecated_notice( Plugin::get_title(), '2.5.0', '', esc_html__( 'Archive Products', 'elementor-pro' ) ); parent::register_controls(); $this->start_injection( [ 'at' => 'before', 'of' => 'columns', ] ); $this->add_control( 'wc_notice_do_not_use_customizer', [ 'type' => Controls_Manager::RAW_HTML, 'raw' => esc_html__( 'Note that these layout settings will override settings made in Appearance > Customize', 'elementor-pro' ), 'content_classes' => 'elementor-panel-alert elementor-panel-alert-info', ] ); $this->end_injection(); $this->update_control( 'rows', [ 'default' => 4, ], [ 'recursive' => true, ] ); $this->update_control( 'paginate', [ 'default' => 'yes', ] ); $this->update_control( 'section_query', [ 'type' => 'hidden', ] ); $this->update_control( 'query_post_type', [ 'default' => 'current_query', ] ); $this->start_controls_section( 'section_advanced', [ 'label' => esc_html__( 'Advanced', 'elementor-pro' ), ] ); $this->add_control( 'nothing_found_message', [ 'label' => esc_html__( 'Nothing Found Message', 'elementor-pro' ), 'type' => Controls_Manager::TEXTAREA, 'default' => esc_html__( 'It seems we can\'t find what you\'re looking for.', 'elementor-pro' ), ] ); $this->end_controls_section(); $this->start_controls_section( 'section_nothing_found_style', [ 'tab' => Controls_Manager::TAB_STYLE, 'label' => esc_html__( 'Nothing Found Message', 'elementor-pro' ), 'condition' => [ 'nothing_found_message!' => '', ], ] ); $this->add_control( 'nothing_found_color', [ 'label' => esc_html__( 'Color', 'elementor-pro' ), 'type' => Controls_Manager::COLOR, 'global' => [ 'default' => Global_Colors::COLOR_TEXT, ], 'selectors' => [ '{{WRAPPER}} .elementor-products-nothing-found' => 'color: {{VALUE}};', ], ] ); $this->add_group_control( Group_Control_Typography::get_type(), [ 'name' => 'nothing_found_typography', 'global' => [ 'default' => Global_Typography::TYPOGRAPHY_TEXT, ], 'selector' => '{{WRAPPER}} .elementor-products-nothing-found', ] ); $this->end_controls_section(); } public function render_no_results() { echo '