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' ),
'layout_six' => __( 'Layout Six', 'wallox-addon' ),
]
]
);
$this->end_controls_section();
include wallox_get_elementor_option( 'blog-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', [ 'layout_one', 'layout_two' , 'layout_three' ] );
wallox_elementor_general_style_options( $this, 'Section Sub Title', '{{WRAPPER}} .sec-title__tagline', [ 'layout_one', 'layout_two' , 'layout_three' ] );
wallox_elementor_general_style_options( $this, 'Post Title', '{{WRAPPER}} .blog-card__title a,{{WRAPPER}} .blog-card-three__title,{{WRAPPER}} .blog-three__item__title ', [ 'layout_one', 'layout_two' , 'layout_three', 'layout_four', 'layout_five', 'layout_six' ] );
wallox_elementor_general_style_options( $this, 'Post Meta', '{{WRAPPER}} .blog-one .blog-card__meta li a,{{WRAPPER}} .blog-card-three__meta__item span,{{WRAPPER}} .blog-card__meta__item span a,{{WRAPPER}} .blog-three__item__meta__item span a', [ 'layout_one', 'layout_two' , 'layout_three', 'layout_four', 'layout_five', 'layout_six' ] );
wallox_elementor_general_style_options( $this, 'Meta Icon', '{{WRAPPER}} .blog-card__meta__item i,{{WRAPPER}} .blog-card-three__meta__item i,{{WRAPPER}} .blog-three__item__meta__item span i', [ 'layout_one', 'layout_two' , 'layout_three', 'layout_four', 'layout_five', 'layout_six' ] );
wallox_elementor_general_style_options( $this, 'Day', '{{WRAPPER}} .blog-card__date__day,{{WRAPPER}} .blog-card-three__date__day,{{WRAPPER}} .blog-three__item__date__day', [ 'layout_one', 'layout_two' , 'layout_three', 'layout_four', 'layout_five', 'layout_six' ] );
wallox_elementor_general_style_options( $this, 'Month', '{{WRAPPER}} .blog-card__date__month, {{WRAPPER}} .blog-card-three__date__month,{{WRAPPER}} .blog-three__item__date__month', [ 'layout_one', 'layout_two' , 'layout_three', 'layout_four', 'layout_five', 'layout_six' ] );
wallox_elementor_general_style_options( $this, 'Bottom Title', '{{WRAPPER}} .client-carousel__text', [ 'layout_three' ] );
wallox_elementor_general_style_options( $this, 'Bottom Icon', '{{WRAPPER}} .client-carousel__text a i', [ 'layout_three' ] );
$this->end_controls_section();
wallox_get_elementor_carousel_options( $this, [ 'layout_three', 'layout_five' ] );
}
protected function render() {
$settings = $this->get_settings_for_display();
include wallox_get_template( 'blog-one.php' );
include wallox_get_template( 'blog-two.php' );
include wallox_get_template( 'blog-three.php' );
include wallox_get_template( 'blog-four.php' );
include wallox_get_template( 'blog-five.php' );
include wallox_get_template( 'blog-six.php' );
}
}