Warning: session_start(): Session cannot be started after headers have already been sent in /home/tvrreohg/public_html/manga.php on line 13
start_controls_section(
'layout_section',
[
'label' => __( 'Layout', 'wallox-addon' ),
'tab' => \Elementor\Controls_Manager::TAB_CONTENT,
]
);
$this->add_control(
'layout_type',
[
'label' => __( 'Select Layout', 'wallox-addon' ),
'type' => \Elementor\Controls_Manager::SELECT2,
'default' => 'layout_one',
'options' => [
'layout_one' => __( 'Layout One', 'wallox-addon' ),
'layout_two'=> __( 'Layout Two', 'wallox-addon' ),
'layout_three' => __( 'Layout Three', 'wallox-addon' ),
'layout_four' => __( 'Layout Four', 'wallox-addon' ),
'layout_five' => __( 'Layout Five', 'wallox-addon' ),
]
]
);
$this->end_controls_section();
include wallox_get_elementor_option( 'team-one-option.php' );
include wallox_get_elementor_option( 'team-two-option.php' );
include wallox_get_elementor_option( 'team-three-option.php' );
include wallox_get_elementor_option( 'team-four-option.php' );
include wallox_get_elementor_option( 'team-five-option.php' );
//General style
$this->start_controls_section(
'general_style',
[
'label' => esc_html__( 'Content Style', 'wallox-addon' ),
'tab' => \Elementor\Controls_Manager::TAB_STYLE,
]
);
wallox_elementor_general_style_options( $this, 'Section Title', '{{WRAPPER}} .sec-title__title,{{WRAPPER}} .team-details__content__title', [ 'layout_one', 'layout_two', 'layout_three' ] );
wallox_elementor_general_style_options( $this, 'Section Sub Title', '{{WRAPPER}} .sec-title__tagline,{{WRAPPER}} .team-details__content__subtitle', [ 'layout_one', 'layout_two', 'layout_three' ] );
wallox_elementor_button_style_options( $this, 'Button', '{{WRAPPER}} .team-two__top__right .wallox-btn,{{WRAPPER}} .wallox-btn.wallox-btn--border', '{{WRAPPER}} .wallox-btn::before, {{WRAPPER}} .wallox-btn::before', [ 'layout_one', 'layout_two', 'layout_three' ] );
wallox_elementor_general_style_options( $this, 'Name', '{{WRAPPER}} .team-two__item__title,{{WRAPPER}} .team-card__content__title', [ 'layout_one', 'layout_two', 'layout_three', 'layout_four', 'layout_five' ] );
wallox_elementor_general_style_options( $this, 'Active Name', '{{WRAPPER}} .team-two__item.active .team-two__item__title', [ 'layout_one'] );
wallox_elementor_general_style_options( $this, 'Designation', '{{WRAPPER}} .team-two__item__subtitle,{{WRAPPER}} .team-card__content__dec', [ 'layout_one', 'layout_two', 'layout_three', 'layout_four', 'layout_five' ] );
wallox_elementor_general_style_options( $this, 'Social Icon', '{{WRAPPER}} .team-two__author__item__social a i,{{WRAPPER}} .team-card__social a i', [ 'layout_one', 'layout_two', 'layout_three', 'layout_four', 'layout_five' ] );
$this->end_controls_section();
wallox_get_elementor_carousel_options( $this, [ 'layout_five' ] );
}
protected function render() {
$settings = $this->get_settings_for_display();
include wallox_get_template( 'team-one.php' );
include wallox_get_template( 'team-two.php' );
include wallox_get_template( 'team-three.php' );
include wallox_get_template( 'team-four.php' );
include wallox_get_template( 'team-five.php' );
}
}