id = uniqid(); $this->section = Banner::TYPE; $this->position = 60; $this->name = __( 'Banner 6', 'yaymail' ); $this->elements = [ ColumnLayout::get_object_data( 3, [ 'inner_background_color' => '#ffffff00', 'background_image' => [ 'url' => 'https://images.wpbrandy.com/uploads/yaymail-banner-6-img-1.png', 'position' => 'custom', 'x_position' => 100, 'y_position' => 0, 'size' => 'cover', 'repeat' => 'no-repeat', ], 'padding' => [ 'top' => 0, 'bottom' => 0, 'left' => 5, 'right' => 5, ], 'children' => [ Column::get_object_data( 45, [ 'children' => [ Text::get_object_data( [ 'rich_text' => '
Join our community
', 'background_color' => '#ffffff00', 'padding' => [ 'top' => 20, 'bottom' => 5, 'right' => 30, 'left' => 25, ], 'text_color' => '#ffffff', ] ), Text::get_object_data( [ 'rich_text' => 'Let\'s Make a Plan: Become a Pro+ membership! learn today, apply tomorrow.
', 'background_color' => '#ffffff00', 'padding' => [ 'top' => 5, 'bottom' => 20, 'right' => 30, 'left' => 25, ], 'text_color' => '#ffffff', ] ), ], ] ), Column::get_object_data( 25, [ 'children' => [ Button::get_object_data( [ 'text' => 'Shop Now', 'font_size' => 16, 'border_radius' => [ 'top_left' => 7, 'top_right' => 7, 'bottom_left' => 7, 'bottom_right' => 7, ], 'padding' => [ 'top' => 20, 'bottom' => 20, 'left' => 15, 'right' => 15, ], 'background_color' => '#ffffff00', 'button_background_color' => '#ffffff', 'text_color' => '#323dc7', 'width' => 100, ] ), ], ] ), Column::get_object_data( 30, [ 'children' => [ Image::get_object_data( [ 'src' => 'https://images.wpbrandy.com/uploads/yaymail-banner-6-img-2.png', 'padding' => [ 'top' => 40, 'bottom' => 0, 'right' => 10, 'left' => 10, ], 'align' => 'right', 'background_color' => '#ffffff00', 'width' => 190, ] ), ], ] ), ], ] ), ]; } }