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
|
<?php $array = array( 'base' => 'ultimate_pricing', // 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( 'color_scheme' => 'custom', 'color_bg_highlight' => '#34a8c8', 'package_heading' => 'PRICING PLAN 3', 'package_sub_heading' => 'For Business', 'package_price' => '$200', 'package_unit' => 'Per Month', 'package_btn_text' => 'BUY NOW', 'package_featured' => 'enable', 'content' => '
50 Emails Accounts
200 GB Bandwidth
30 MySQL Database
Daily Backup
Web File Management
', ) ), // 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( 'design_style' => 'design02', 'color_scheme' => 'custom', 'color_bg_highlight' => '#54a1d8', 'package_heading' => 'GOLD PLAN', 'package_sub_heading' => 'Grow your business from now', 'package_price' => '$50', 'package_unit' => 'Per Month', 'package_btn_text' => 'BUY NOW', 'package_featured' => 'enable', 'content' => '
120 GB Storage
Free Maintenance
Fully SEO Featured
Unlimited Data Transfer
Easy Payment
24/7 Support
Firewall Protection
Dedicated Environment
Telephonic Support
Upgrades On Time
', ) ), // 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( 'design_style' => 'design03', 'color_scheme' => 'custom', 'color_bg_main' => '#3f3f3f', 'color_txt_main' => '#c9c9c9', 'color_bg_highlight' => '#7a7877', 'color_txt_highlight' => '#ffffff', 'package_heading' => 'DESIGN PLAN 2', 'package_sub_heading' => 'Professional Plan', 'package_price' => '$45', 'package_unit' => 'per two months', 'package_btn_text' => 'BUY NOW', 'package_featured' => 'enable', 'content' => '
E-commerce Enabled
Daily Backup
One Click Restore
50 Products
On Time Reports
Blog Enabled
Social Marketing
Customizing Tool
', ) ), // 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( 'design_style' => 'design04', 'color_scheme' => 'custom', 'color_bg_main' => '#f9f9f9', 'color_bg_highlight' => '#ff2b2b', 'package_heading' => 'STARTER LIST CARD', 'package_sub_heading' => 'Pro', 'package_price' => '20$', 'package_unit' => 'Per Month', 'package_btn_text' => 'SIGN UP', 'package_featured' => 'enable', 'content' => '
10 Emails
20 GB Bandwidth
x
Email Support
5 GB Storage
', ) ), // 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( 'design_style' => 'design05', 'color_scheme' => 'custom', 'color_bg_highlight' => '#0ea36a', 'package_heading' => 'DEVELOPMENT', 'package_sub_heading' => 'Wordpress Projects ', 'package_price' => '$20', 'package_unit' => 'per project', 'package_btn_text' => 'HIRE NOW', 'package_featured' => 'enable', 'content' => '
Highly Responsive in Nature
Quick Development
Bug Free Projects
On Time Resolution
Code Optimization
', ) ), // end of preset //6 array( 'title' => 'Style 6', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'design_style' => 'design06', 'color_scheme' => 'yellow', 'package_heading' => 'WEB PLAN 2', 'package_sub_heading' => 'Pro Plan', 'package_price' => '$100', 'package_unit' => 'Per Month', 'package_btn_text' => 'BUY NOW', 'content' => '
E-commerce Enabled
Daily Backup
One Click Restore
50 Products
On Time Reports
Blog Enabled
Social Marketing
Customizing Tool
', ) ), // end of preset //7 array( 'title' => 'Style 7', // Title of preset 'default' => false, // set true if if want to load this preset on newly created element 'settings' => array( 'color_scheme' => 'custom', 'color_bg_main' => '#333333', 'color_bg_highlight' => '#b5ce52', 'package_heading' => 'BUSINESS', 'package_sub_heading' => 'Grow Your Business', 'package_price' => '$100', 'package_unit' => 'Per Month', 'package_btn_text' => 'LET\'S GET STARTED', 'package_featured' => 'enable', 'content' => '
500 GB Storage
Free Maintenance
Fully SEO Featured
Unlimited Data Transfer
Easy Payment
24/7 Support
Gift Voucher
Report Generation
Auto Backup
Advance Report Generation
', ) ), // end of preset ) );
|