PluginProbe
GetResponse Forms by Optin Cat / 1.3.5
GetResponse Forms by Optin Cat v1.3.5
1.3.4 1.3.5 1.3.6 1.3.8 1.3.9 1.4.0 1.4.1 1.4.2 1.5.0 1.5.1 1.5.2 1.5.4 1.5.5 1.5.6 1.5.7 1.5.8 1.6.1 1.6.2 1.6.3 1.7.0 1.7.1 1.7.2 1.8.0 1.8.1 2.0.0 All 36 releases
getresponse / layouts / postbox / postbox_5 / layout.php

layout.php in GetResponse Forms by Optin Cat 1.3.5, at layouts/postbox/postbox_5/layout.php

119 lines 4.2 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 <?php
2
3 /**
4 * @package Optin Cat
5 */
6
7 $layout = array(
8
9 'name' => __( 'Postbox 5' ),
10
11 'editables' => array(
12
13 // Added to the fieldset "Form Background"
14 'form' => array(
15 '.fca_eoi_postbox_5' => array(
16 'background-color' => array( __( 'Form Background' ), '#f6f6f6' ),
17 'border-color' => array( __( 'Border Color' ), '#ccc' ),
18 ),
19 ),
20
21 // Added to the fieldset "Headline"
22 'headline' => array(
23 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_headline_copy_wrapper' => array(
24 'font-size' => array( __('Font Size'), '28px'),
25 'color' => array( __('Font Color'), '#1A78D7'),
26 ),
27 ),
28 'description' => array(
29 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_description_copy_wrapper p' => array(
30 ),
31 ),
32 'name_field' => array(
33 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_name_field_wrapper, .fca_eoi_postbox_5 .fca_eoi_postbox_5_name_field_wrapper input' => array(
34 'font-size' => array( __( 'Font Size' ), '18px' ),
35 'color' => array( __( 'Font Color' ), '#777' ),
36 'background-color' => array( __( 'Background Color' ), '#FFF' ),
37 ),
38 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_name_field_wrapper' => array(
39 'border-color' => array( __('Border Color'), '#CCC'),
40 ),
41 ),
42 'email_field' => array(
43 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_email_field_wrapper, .fca_eoi_postbox_5 .fca_eoi_postbox_5_email_field_wrapper input' => array(
44 'font-size' => array( __( 'Font Size' ), '18px' ),
45 'color' => array( __( 'Font Color' ), '#777' ),
46 'background-color' => array( __( 'Background Color' ), '#FFF'),
47 ),
48 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_email_field_wrapper' => array(
49 'border-color' => array( __( 'Border Color' ), '#CCC'),
50 ),
51 ),
52 'button' => array(
53 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input' => array(
54 'font-size' => array( __('Font Size'), '18px' ),
55 'color' => array( __( 'Font Color' ), '#FFF' ),
56 'background-color' => array( __( 'Button Color' ), '#E67E22' ),
57 ),
58 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input:hover' => array(
59 'background-color' => array( __( 'Hover Background Color' ), '##D35400' ),
60 ),
61 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper' => array(
62 'background-color' => array( __( 'Container Background Color' ), '#D35400' ),
63 'border-color' => array( __( 'Container Bottom Bolor' ), '#D35400' ),
64 ),
65 ),
66 'privacy' => array(
67 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_privacy_copy_wrapper' => array(
68 'font-size' => array( __('Font Size'), '14px'),
69 'color' => array( __('Font Color'), '#8F8F8F'),
70 ),
71 ),
72 'fatcatapps' => array(
73 '.fca_eoi_postbox_5 .fca_eoi_postbox_5_fatcatapps_link_wrapper a, .fca_eoi_postbox_5 .fca_eoi_postbox_5_fatcatapps_link_wrapper a:hover' => array(
74 'color' => array( __('Font Color'), '#8F8F8F'),
75 ),
76 ),
77 ),
78
79 'autocolors' => array(
80 array(
81 'source' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input][background-color]',
82 'destination' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input:hover][background-color]',
83 'operations' => array(
84 'spin' => '-4.277009381951832',
85 'saturate' => '20.32520325203253',
86 'darken' => '10.392156862745106',
87 ),
88 ),
89 array(
90 'source' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input][background-color]',
91 'destination' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper][background-color]',
92 'operations' => array(
93 'spin' => '-4.277009381951832',
94 'saturate' => '20.32520325203253',
95 'darken' => '10.392156862745106',
96 ),
97 ),
98 array(
99 'source' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper input][background-color]',
100 'destination' => '[.fca_eoi_postbox_5 .fca_eoi_postbox_5_submit_button_wrapper][border-color]',
101 'operations' => array(
102 'spin' => '-4.277009381951832',
103 'saturate' => '20.32520325203253',
104 'darken' => '10.392156862745106',
105 ),
106 ),
107
108 ),
109
110 'texts' => array(
111 'headline_copy' => 'Free Email Updates',
112 'description_copy' => 'Get the latest content first.',
113 'name_placeholder' => 'Name',
114 'email_placeholder' => 'Email',
115 'button_copy' => 'Join Now',
116 'privacy_copy' => "100% Privacy. We don't spam.",
117 ),
118 );
119