1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
|
<?php $array = array( 'base' => 'ultimate_info_table', // shortcode base 'presets' => array( // presets array //1 array( 'title' => 'STYLE 1', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'icon_type' => 'selector', 'icon' => 'Defaults-lightbulb-o', 'icon_img' => '', 'img_width' => '48', 'icon_size' => '50', 'icon_color' => '#e77e22', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_color_border' => '#c66613', 'icon_border_style' => 'solid', 'icon_border_size' => '4', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'color_scheme' => 'custom', 'color_bg_main' => '#ffffff', 'color_bg_highlight' => '#e77e22', 'package_heading' => 'CREATIVE IDEA', 'package_sub_heading' => 'Explore it', 'icon_type' => 'selector', 'icon' => 'Defaults-lightbulb-o', 'icon_size' => '50', 'icon_color' => '#e77e22', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_border_style' => 'solid', 'icon_color_border' => '#c66613', 'icon_border_size' => '4', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'content' => '
This is dummy description, you can see the styles we have implemented here.
', ) ), // end of preset //2 array( 'title' => 'STYLE 2', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'icon_type' => 'selector', 'icon' => 'Defaults-linkedin-square', 'icon_img' => '', 'img_width' => '48', 'icon_size' => '50', 'icon_color' => '#0078a8', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_color_border' => '#0078a8', 'icon_border_style' => 'solid', 'icon_border_size' => '2', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'design_style' => 'design03', 'color_scheme' => 'custom', 'color_bg_main' => '#0078a8', 'color_bg_highlight' => '#f9f9f9', 'package_heading' => 'LINKEDIN', 'package_sub_heading' => 'Grow Your Business', 'icon_type' => 'selector', 'icon' => 'Defaults-linkedin-square', 'icon_size' => '50', 'icon_color' => '#0078a8', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_border_style' => 'solid', 'icon_color_border' => '#0078a8', 'icon_border_size' => '2', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'content' => '
This is dummy description, you can see the styles we have implemented here.
', ) ), // end of preset //3 array( 'title' => 'STYLE 3', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'icon_type' => 'selector', 'icon' => 'Defaults-dollar usd', 'icon_img' => '', 'img_width' => '48', 'icon_size' => '50', 'icon_color' => '#1e73be', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_color_border' => '#1e73be', 'icon_border_style' => 'outset', 'icon_border_size' => '4', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'design_style' => 'design04', 'color_scheme' => 'custom', 'color_bg_main' => '#f2f2f2', 'color_txt_main' => '#777777', 'color_bg_highlight' => '#1e73be', 'color_txt_highlight' => '#ffffff', 'package_heading' => 'DOLLAR', 'package_sub_heading' => 'US Dollar', 'icon_type' => 'selector', 'icon' => 'Defaults-dollar usd', 'icon_size' => '50', 'icon_color' => '#1e73be', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_border_style' => 'outset', 'icon_color_border' => '#1e73be', 'icon_border_size' => '4', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'content' => '
This is dummy description, you can see the styles we have implemented here.
', ) ), // end of preset //4 array( 'title' => 'STYLE 4', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'icon_type' => 'selector', 'icon' => 'Defaults-flask', 'icon_img' => '', 'img_width' => '48', 'icon_size' => '50', 'icon_color' => '#3085a4', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_color_border' => '#3085a4', 'icon_border_style' => 'dashed', 'icon_border_size' => '1', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'design_style' => 'design06', 'color_scheme' => 'gray', 'package_heading' => 'EXPERIMENTED', 'package_sub_heading' => 'Innovative thing', 'icon_type' => 'selector', 'icon' => 'Defaults-flask', 'icon_size' => '50', 'icon_color' => '#3085a4', 'icon_style' => 'advanced', 'icon_color_bg' => '#ffffff', 'icon_border_style' => 'dashed', 'icon_color_border' => '#3085a4', 'icon_border_size' => '1', 'icon_border_radius' => '500', 'icon_border_spacing' => '100', 'content' => '
This is dummy description, you can see the styles we have implemented here.
', ) ), // end of preset //5 array( 'title' => 'STYLE 5', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'icon_type' => 'selector', 'icon' => 'Defaults-shield', 'icon_img' => '', 'img_width' => '48', 'icon_size' => '50', 'icon_color' => '#ffffff', 'icon_style' => 'none', 'icon_color_bg' => '#ffffff', 'icon_color_border' => '#333333', 'icon_border_style' => '', 'icon_border_size' => '1', 'icon_border_radius' => '500', 'icon_border_spacing' => '50', 'design_style' => 'design05', 'color_scheme' => 'custom', 'color_bg_main' => '#ddd4d4', 'color_txt_main' => '#666666', 'color_bg_highlight' => '#dd3333', 'color_txt_highlight' => '#ffffff', 'package_heading' => 'LISTING 1', 'package_sub_heading' => 'Manage your listing here', 'icon_type' => 'selector', 'icon' => 'Defaults-shield', 'icon_size' => '50', 'icon_color' => '#ffffff', 'use_cta_btn' => 'true', 'package_btn_text' => 'MORE INFORMATION', 'content' => '
This is dummy description, you can alter.
This is dummy description, you can alter.
This is dummy description, you can alter.
', ) ), // end of preset ) );
|