C:\xampp\htdocs\landing\wp-content\plugins\Ultimate_VC_Addons\presets\Ultimate_Flip_Box.php


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
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
<?php
$array 
= array(
    
'base' => 'icon_counter'// shortcode base
    
'presets' => array( // presets array
        //1
        
array(
            
'title' => 'Flip Horizontal From left'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'solid',
                
'box_border_size' => '1',
                
'icon' => 'Defaults-rocket',
                
'icon_size' => '110',
                
'icon_color' => '#de5034',
                
'block_title_front' => 'Quick & Easy',
                
'block_desc_front' => 'Built with you in mind, it\'s super clean, sleek and simply pleasure to use.',
                
'block_text_color' => '#444444',
                
'block_front_color' => '#f7f7f7',
                
'box_border_color' => '#e4e4e4',
                
'block_title_back' => 'Fully Documented',
                
'block_desc_back' => 'We give a lot of time and effort to ensure our users love to use our themes. It makes us smile. We give a lot of time and effort to ensure our',
                
'block_back_text_color' => '#444444',
                
'block_back_color' => '#f7f7f7',
                
'box_border_color_back' => '#eaeaea',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'See Details!',
                
'button_bg' => '#de5034',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //2
        
array(
            
'title' => 'Flip Horizontal Form Right'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3162',
                
'img_width' => '90',
                
'block_title_front' => 'Frozen Custard',
                
'block_desc_front' => '$17.29',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //3
        
array(
            
'title' => 'Flip Vertical From Top'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'vertical_flip_bottom',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3163',
                
'img_width' => '90',
                
'block_title_front' => 'Valley Wines',
                
'block_desc_front' => '$15.50',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //4
        
array(
            
'title' => 'Flip Vertical From Bottom'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'vertical_flip_bottom',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3159',
                
'img_width' => '90',
                
'block_title_front' => 'Veggie Burger',
                
'block_desc_front' => '$10.99',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //5
        
array(
            
'title' => 'Vertical Door Flip'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'vertical_door_flip',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3160',
                
'img_width' => '90',
                
'block_title_front' => 'Belgian Pastry',
                
'block_desc_front' => '$17.29',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //6
        
array(
            
'title' => 'Reverse Vertical Door Flip'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'reverse_vertical_door_flip',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3164',
                
'img_width' => '90',
                
'block_title_front' => 'Pizza Romana',
                
'block_desc_front' => '$23.32',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //7
        
array(
            
'title' => 'Book Flip'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'style_9',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3161',
                
'img_width' => '90',
                
'block_title_front' => 'French Fries',
                
'block_desc_front' => '$17.29',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //8
        
array(
            
'title' => 'Flip From Right'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'flip_right',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3161',
                
'img_width' => '90',
                
'block_title_front' => 'French Fries',
                
'block_desc_front' => '$17.29',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //9
        
array(
            
'title' => 'Flip From Left'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'flip_left',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3164',
                
'img_width' => '90',
                
'block_title_front' => 'Pizza Romana',
                
'block_desc_front' => '$23.32',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //10
        
array(
            
'title' => 'Flip From Bottom'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'flip_bottom',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3161',
                
'img_width' => '90',
                
'block_title_front' => 'French Fries',
                
'block_desc_front' => '$17.29',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
        //11
        
array(
            
'title' => 'Flip From Top'// Title of preset
            
'default' => false// set true if if want to load this preset on newly created element
            
'settings' => array(
                
'flip_type' => 'flip_top',
                
'flip_box_style' => 'advanced',
                
'box_border_style' => 'dashed',
                
'box_border_size' => '5',
                
'icon_type' => 'custom',
                
'icon_img' => '3164',
                
'img_width' => '90',
                
'block_title_front' => 'Pizza Romana',
                
'block_desc_front' => '$23.32',
                
'block_text_color' => '#ffffff',
                
'block_front_color' => '#ab1e17',
                
'box_border_color' => '#ab1e17',
                
'block_title_back' => 'More info',
                
'block_desc_back' => 'Sed porttitor lectus nibh. Praesent sapien massa.',
                
'block_back_text_color' => '#ffffff',
                
'block_back_color' => '#351908',
                
'box_border_color_back' => '#351908',
                
'custom_link' => '1',
                
'button_link' => 'url:%23||',
                
'button_text' => 'Buy Now!',
                
'button_bg' => '#543f2e',
                
'button_txt' => '#ffffff',
            )
        ), 
// end of preset
    
)
);
x

Windows NT KPTV 6.2 build 9200 (Windows Server 2012 Datacenter Edition) i586