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' ),
]
]
);
$this->end_controls_section();
include wallox_get_elementor_option( 'gift-one-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, 'Title', '{{WRAPPER}} .gift-card-one__title a', [ 'layout_one', 'layout_two' ] );
wallox_elementor_general_style_options( $this, 'Price', '{{WRAPPER}} .gift-card-one__price', [ 'layout_one', 'layout_two' ] );
wallox_elementor_general_style_options( $this, 'Promo Code', '{{WRAPPER}} .gift-card-one__code', [ 'layout_one', 'layout_two' ] );
wallox_elementor_general_style_options( $this, 'Promo Title', '{{WRAPPER}} .gift-card-one__text', [ 'layout_one', 'layout_two' ] );
$this->end_controls_section();
//button style
$this->start_controls_section(
'button_style',
[
'label' => esc_html__( 'Button Style', 'wallox-addon' ),
'tab' => \Elementor\Controls_Manager::TAB_STYLE,
]
);
wallox_elementor_button_style_options( $this, 'Button', '{{WRAPPER}} .wallox-btn--base::before', '{{WRAPPER}} .wallox-btn--base::after', [ 'layout_one', 'layout_two', 'layout_three' ] );
$this->end_controls_section();
wallox_elementor_column_count_options( $this, [ 'layout_one' ] );
wallox_get_elementor_carousel_options( $this, [ 'layout_two' ] );
}
protected function render() {
$settings = $this->get_settings_for_display();
include wallox_get_template( 'gift-one.php' );
include wallox_get_template( 'gift-two.php' );
}
}