getAssetUrl('popup.png');
}
public function getBody(): array {
return [
[
'type' => 'image',
'id' => 'image',
'params' => [
'class_name' => 'is-style-default',
'align' => '',
'url' => $this->getAssetUrl('2714165.jpg'),
'alt' => '',
'title' => '',
'caption' => '',
'link_destination' => 'none',
'link' => '',
'href' => '',
'link_class' => '',
'rel' => '',
'link_target' => '',
'id' => '',
'size_slug' => 'large',
'width' => '',
'height' => '',
],
],
[
'type' => 'columns',
'body' => [
[
'type' => 'column',
'params' => [
'class_name' => '',
'vertical_alignment' => '',
'width' => '10',
],
],
[
'type' => 'column',
'params' => [
'class_name' => '',
'vertical_alignment' => '',
'width' => '80',
],
'body' => [
[
'type' => 'divider',
'params' => [
'class_name' => '',
'height' => '20',
'type' => 'spacer',
'style' => 'solid',
'divider_height' => '1',
'divider_width' => '100',
'color' => 'black',
],
'id' => 'divider',
'name' => 'Divider',
],
[
'type' => 'heading',
'id' => 'heading',
'params' => [
'content' => '' . _x('BOO! DON’T BE SCARED!', 'Text in a web form', 'mailpoet') . '',
'level' => '1',
'align' => 'center',
'font_size' => '35',
'text_color' => '#ffffff',
'line_height' => '1',
'background_color' => '',
'anchor' => '',
'class_name' => '',
],
],
[
'type' => 'paragraph',
'id' => 'paragraph',
'params' => [
'content' => '' . _x('There aren’t any tricks here, only treats!', 'Text in a web form.', 'mailpoet') . '
' . _x('Subscribe to claim your exclusive Halloween offer from us.', 'Text in a web form. Keep HTML tags!', 'mailpoet'),
'drop_cap' => '0',
'align' => 'center',
'font_size' => '15',
'line_height' => '1.5',
'text_color' => '',
'background_color' => '',
'class_name' => '',
],
],
[
'type' => 'text',
'params' => [
'label' => _x('Email Address', 'Form label', 'mailpoet'),
'class_name' => '',
'required' => '1',
'label_within' => '1',
],
'id' => 'email',
'name' => 'Email',
'styles' => [
'full_width' => '1',
'bold' => '1',
'background_color' => '#ffffff',
'font_color' => '#595656',
'border_size' => '0',
'border_radius' => '4',
],
],
[
'type' => 'submit',
'params' => [
'label' => _x('DARE TO SUBSCRIBE?!', 'Form label', 'mailpoet'),
'class_name' => '',
],
'id' => 'submit',
'name' => 'Submit',
'styles' => [
'full_width' => '1',
'bold' => '1',
'background_color' => '#ce4e09',
'font_size' => '16',
'font_color' => '#ffffff',
'border_size' => '0',
'border_radius' => '4',
'padding' => '10',
'font_family' => 'Sue Ellen Francisco',
],
],
[
'type' => 'paragraph',
'id' => 'paragraph',
'params' => [
'content' => '' . $this->replacePrivacyLinkTags(_x('We don’t spam! Read our [link]privacy policy[/link] for more info.', 'Text in a web form.', 'mailpoet'), '#') . '',
'drop_cap' => '0',
'align' => 'center',
'font_size' => '13',
'line_height' => '1.5',
'text_color' => '',
'background_color' => '',
'class_name' => '',
],
],
[
'type' => 'divider',
'params' => [
'class_name' => '',
'height' => '10',
'type' => 'spacer',
'style' => 'solid',
'divider_height' => '1',
'divider_width' => '100',
'color' => '#185f70',
],
'id' => 'divider',
'name' => 'Divider',
],
],
],
[
'type' => 'column',
'params' => [
'class_name' => '',
'vertical_alignment' => '',
'width' => '10',
],
],
],
'params' => [
'vertical_alignment' => '',
'class_name' => '',
'text_color' => '',
'background_color' => '',
'gradient' => '',
],
],
];
}
public function getSettings(): array {
return [
'on_success' => 'message',
'success_message' => '',
'segments' => [],
'segments_selected_by' => 'admin',
'alignment' => 'left',
'border_radius' => '8',
'border_size' => '0',
'form_padding' => '0',
'input_padding' => '10',
'success_validation_color' => '#00d084',
'error_validation_color' => '#cf2e2e',
'close_button' => 'square_black',
'font_family' => 'Oxygen',
'fontSize' => '16',
'form_placement' => [
'popup' => [
'enabled' => '1',
'styles' => [
'width' => [
'unit' => 'pixel',
'value' => '420',
],
],
'animation' => 'slideup',
],
'fixed_bar' => [
'enabled' => '',
],
'below_posts' => [
'enabled' => '',
],
'slide_in' => [
'enabled' => '',
],
'others' => [],
],
'backgroundColor' => '#1a1a1a',
'background_image_url' => '',
'background_image_display' => 'scale',
'fontColor' => '#ffffff',
];
}
public function getStyles(): string {
return << span {
width: 5px;
height: 5px;
background-color: #5b5b5b;
}
h2.mailpoet-heading {
margin: 0 0 20px 0;
}
h1.mailpoet-heading {
margin: 0 0 10px;
}
EOL;
}
}