Gutenberg Blocks – ACF Blocks Suite - Version 2.0.0

Version Description

  • Added Typography
  • Added Margin
  • Added Padding Note: This update may require you to update your content typography, margin & padding for the blocks you have already used.
Download this release

Release Info

Developer munirkamal
Plugin Icon 128x128 Gutenberg Blocks – ACF Blocks Suite
Version 2.0.0
Comparing to
See all releases

Code changes from version 1.7.1 to 2.0.0

Files changed (109) hide show
  1. acf-blocks.php +143 -1
  2. acf-json/group_5cbd743876860.json +183 -49
  3. acf-json/group_5cbd9e696a100.json +206 -55
  4. acf-json/group_5cbdba3909312.json +122 -11
  5. acf-json/group_5cbdd1a0caf81.json +272 -107
  6. acf-json/group_5cbef16c004be.json +94 -23
  7. acf-json/group_5cc04e691b1a8.json +152 -26
  8. acf-json/group_5cc6b8e86e751.json +121 -27
  9. acf-json/group_5cc6cf92e231a.json +121 -27
  10. acf-json/group_5cc6dfe67784b.json +179 -50
  11. acf-json/group_5cc7092c01eb4.json +144 -31
  12. acf-json/group_5cd00bce35670.json +285 -82
  13. acf-json/group_5cde975abf269.json +168 -21
  14. acf-json/group_5cf238e5e1203.json +103 -12
  15. acf-json/group_5cfe3ba49f760.json +144 -31
  16. acf-json/group_5cff80b5c59d1.json +133 -39
  17. acf-json/group_5cff8a6c26332.json +150 -39
  18. acf-json/group_5d7b6d4b9609e.json +236 -164
  19. acf-json/group_5d7f7f7dd9f24.json +215 -78
  20. acf-json/group_5d80d38c44b1c.json +168 -51
  21. acf-json/group_5d85f76783fa0.json +221 -104
  22. acf-json/group_5d88ac7ea4495.json +103 -11
  23. acf-json/group_5d89edcb99f5e.json +149 -51
  24. acf-json/group_5d8c7aea13336.json +93 -22
  25. acf-json/group_5d9c6dc7208c4.json +102 -13
  26. acf-json/group_5d9c78624c0c3.json +104 -15
  27. acf-json/group_5d9f3016200d1.json +126 -32
  28. acf-json/group_5d9f3dcad2c3d.json +296 -101
  29. acf-json/group_5da1986955b15.json +496 -215
  30. acf-json/group_5db1a62d812f2.json +314 -119
  31. acf-json/group_5e41243deaf30.json +171 -0
  32. acf-json/group_5e4264a59e5d4.json +733 -0
  33. acf-json/group_5e4a64dc6c677.json +357 -0
  34. acf-json/group_5e4bae0ee904c.json +176 -0
  35. acf-json/group_5e4e45f4d189d.json +752 -0
  36. acf-json/group_5e4fc1d5b0411.json +454 -0
  37. acf-json/group_5e50e811bbbf0.json +312 -0
  38. acf-json/group_5e870239ddce9.json +1523 -0
  39. admin/admin-script.js +34 -0
  40. admin/admin-styles.css +60 -0
  41. admin/class-acf-admin-page.php +11 -1
  42. block-templates/free/acfb-accordion.php +30 -2
  43. block-templates/free/acfb-business-hours.php +215 -0
  44. block-templates/free/acfb-clicktotweet.php +35 -3
  45. block-templates/free/acfb-counternumber.php +30 -2
  46. block-templates/free/acfb-image-slider.php +28 -1
  47. block-templates/free/acfb-multibuttons.php +32 -1
  48. block-templates/free/acfb-photocollage.php +16 -1
  49. block-templates/free/acfb-posts.php +54 -10
  50. block-templates/free/acfb-pricelist.php +29 -2
  51. block-templates/free/acfb-pricingbox.php +56 -8
  52. block-templates/free/acfb-progressbar.php +30 -2
  53. block-templates/free/acfb-scrollable-image.php +15 -0
  54. block-templates/free/acfb-socialsharing.php +34 -0
  55. block-templates/free/acfb-starrating.php +28 -2
  56. block-templates/free/acfb-tabs.php +37 -3
  57. block-templates/free/acfb-team.php +39 -5
  58. block-templates/free/acfb-testimonial.php +42 -4
  59. block-templates/free/acfb-toggle.php +29 -2
  60. block-templates/functions/function.php +35 -0
  61. css/acfblocks.css +406 -36
  62. css/animated-headline.css +1207 -0
  63. css/magnific-popup.css +0 -351
  64. fields/class-acfb-acf-field-margin-v5.php +753 -0
  65. fields/class-acfb-acf-field-padding-v5.php +751 -0
  66. fields/class-acfb-acf-field-typography-v5.php +962 -0
  67. free-acf-blocks.php +26 -0
  68. freemius/assets/css/admin/account.css +1 -1
  69. freemius/assets/css/admin/add-ons.css +2 -2
  70. freemius/assets/css/admin/common.css +2 -2
  71. freemius/assets/css/admin/connect.css +1 -1
  72. freemius/assets/css/admin/debug.css +1 -1
  73. freemius/assets/css/admin/dialog-boxes.css +1 -1
  74. freemius/assets/css/admin/plugins.css +1 -0
  75. freemius/assets/css/customizer.css +1 -1
  76. freemius/assets/img/acf-blocks.svg +0 -1
  77. freemius/assets/scss/_colors.scss +0 -79
  78. freemius/assets/scss/_functions.scss +0 -0
  79. freemius/assets/scss/_load.scss +0 -4
  80. freemius/assets/scss/_mixins.scss +0 -270
  81. freemius/assets/scss/_start.scss +0 -4
  82. freemius/assets/scss/_vars.scss +0 -6
  83. freemius/assets/scss/admin/_ajax-loader.scss +0 -49
  84. freemius/assets/scss/admin/_auto-install.scss +0 -33
  85. freemius/assets/scss/admin/_buttons.scss +0 -28
  86. freemius/assets/scss/admin/_deactivation-feedback.scss +0 -55
  87. freemius/assets/scss/admin/_gdpr-consent.scss +0 -81
  88. freemius/assets/scss/admin/_license-activation.scss +0 -47
  89. freemius/assets/scss/admin/_license-key-resend.scss +0 -68
  90. freemius/assets/scss/admin/_modal-common.scss +0 -194
  91. freemius/assets/scss/admin/_multisite-options.scss +0 -40
  92. freemius/assets/scss/admin/_plugin-upgrade-notice.scss +0 -8
  93. freemius/assets/scss/admin/_subscription-cancellation.scss +0 -30
  94. freemius/assets/scss/admin/_themes.scss +0 -21
  95. freemius/assets/scss/admin/_tooltip.scss +0 -66
  96. freemius/assets/scss/admin/account.scss +0 -302
  97. freemius/assets/scss/admin/add-ons.scss +0 -449
  98. freemius/assets/scss/admin/affiliation.scss +0 -97
  99. freemius/assets/scss/admin/checkout.scss +0 -5
  100. freemius/assets/scss/admin/common.scss +0 -220
  101. freemius/assets/scss/admin/connect.scss +0 -548
  102. freemius/assets/scss/admin/debug.scss +0 -135
  103. freemius/assets/scss/admin/dialog-boxes.scss +0 -10
  104. freemius/assets/scss/admin/gdpr-optin-notice.scss +0 -17
  105. freemius/assets/scss/admin/index.php +0 -3
  106. freemius/assets/scss/customizer.scss +0 -125
  107. freemius/assets/scss/index.php +0 -3
  108. freemius/config.php +3 -3
  109. freemius/includes/class-freemius.php +3233 -694
acf-blocks.php CHANGED
@@ -4,7 +4,7 @@
4
  * Plugin Name: ACF Blocks
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
- * Version: 1.7.1
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
@@ -435,6 +435,12 @@ if ( function_exists( 'acfb_fs' ) ) {
435
  false,
436
  '1.0.0'
437
  );
 
 
 
 
 
 
438
  }
439
 
440
  function acfb_enqueue_scripts()
@@ -443,6 +449,142 @@ if ( function_exists( 'acfb_fs' ) ) {
443
  }
444
 
445
  add_action( 'wp_enqueue_scripts', 'acfb_enqueue_scripts', 999 );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
446
  }
447
 
448
  // freemius end
4
  * Plugin Name: ACF Blocks
5
  * Plugin URI: https://acfblocks.com/
6
  * Description: Supercharge your Gutenberg editor with high quality beautiful WordPress blocks. Ready-to-use ACF Blocks!
7
+ * Version: 2.0.0
8
  * Author: munirkamal
9
  * Author URI: https://munirkamal.wordpress.com
10
  * License: GPL2
435
  false,
436
  '1.0.0'
437
  );
438
+ wp_enqueue_script(
439
+ 'acfb_admin_scirpt',
440
+ plugin_dir_url( __FILE__ ) . '/admin/admin-script.js',
441
+ false,
442
+ ''
443
+ );
444
  }
445
 
446
  function acfb_enqueue_scripts()
449
  }
450
 
451
  add_action( 'wp_enqueue_scripts', 'acfb_enqueue_scripts', 999 );
452
+ // Acf Custom field
453
+ // check if class already exists
454
+
455
+ if ( !class_exists( 'acfb_acf_plugin_typography' ) ) {
456
+ class acfb_acf_plugin_typography
457
+ {
458
+ // vars
459
+ var $settings ;
460
+ function __construct()
461
+ {
462
+ // settings
463
+ // - these will be passed into the field class.
464
+ $this->settings = array(
465
+ 'version' => '2.0.0',
466
+ 'url' => plugin_dir_url( __FILE__ ),
467
+ 'path' => plugin_dir_path( __FILE__ ),
468
+ );
469
+ // include field
470
+ add_action( 'acf/include_field_types', array( $this, 'include_field' ) );
471
+ // v5
472
+ add_action( 'acf/register_fields', array( $this, 'include_field' ) );
473
+ // v4
474
+ }
475
+
476
+ function include_field( $version = false )
477
+ {
478
+ // include
479
+ include_once 'fields/class-acfb-acf-field-typography-v' . $version . '.php';
480
+ include_once 'fields/class-acfb-acf-field-padding-v' . $version . '.php';
481
+ include_once 'fields/class-acfb-acf-field-margin-v' . $version . '.php';
482
+ }
483
+
484
+ }
485
+ // initialize
486
+ new acfb_acf_plugin_typography();
487
+ // class_exists check
488
+ }
489
+
490
+ function get_value( $field_id, $fields )
491
+ {
492
+ $value = get_field( $field_id );
493
+
494
+ if ( is_null( $value ) ) {
495
+ $defaults = get_field_object( $field_id );
496
+ $v = array();
497
+ foreach ( $fields as $field ) {
498
+ $v[$field] = $defaults[$field];
499
+ }
500
+ return $v;
501
+ } else {
502
+ return $value;
503
+ }
504
+
505
+ }
506
+
507
+ function build_css( $selectors )
508
+ {
509
+ foreach ( $selectors as $key => $css ) {
510
+ if ( $css !== 'default' and $css !== '' ) {
511
+ echo $key . ':' . $css . ';' ;
512
+ }
513
+ }
514
+ }
515
+
516
+ function get_typo_field( $typo_name )
517
+ {
518
+ ?>
519
+ font-size: <?php
520
+ echo $typo_name['font_size'] ;
521
+ ?>px;
522
+ <?php
523
+ echo build_css( array(
524
+ 'font-family' => get_family( $typo_name['font_family'] ),
525
+ 'font-weight' => $typo_name['font_weight'],
526
+ 'text-transform' => $typo_name['font_transform'],
527
+ 'font-style' => $typo_name['font_style'],
528
+ 'text-decoration' => $typo_name['font_decoration'],
529
+ ) ) ;
530
+ ?>
531
+ <?php
532
+
533
+ if ( $typo_name['font_line_height'] > 0.1 ) {
534
+ ?>
535
+ line-height: <?php
536
+ echo $typo_name['font_line_height'] ;
537
+ ?>;
538
+ <?php
539
+ }
540
+
541
+ ?>
542
+ <?php
543
+
544
+ if ( $typo_name['font_letter_spacing'] ) {
545
+ ?>
546
+ letter-spacing: <?php
547
+ echo $typo_name['font_letter_spacing'] ;
548
+ ?>px;
549
+ <?php
550
+ }
551
+
552
+ }
553
+
554
+ function acfb_padding_name( $acfb_pname )
555
+ {
556
+ return get_value( $acfb_pname, array(
557
+ 'padding_top',
558
+ 'padding_right',
559
+ 'padding_bottom',
560
+ 'padding_left'
561
+ ) );
562
+ }
563
+
564
+ function acfb_margin_name( $acfb_mname )
565
+ {
566
+ return get_value( $acfb_mname, array(
567
+ 'margin_top',
568
+ 'margin_right',
569
+ 'margin_bottom',
570
+ 'margin_left'
571
+ ) );
572
+ }
573
+
574
+ function acfb_ffaimly_name( $acfb_fname )
575
+ {
576
+ return get_value( $acfb_fname, array(
577
+ 'font_family',
578
+ 'font_size',
579
+ 'font_weight',
580
+ 'font_transform',
581
+ 'font_style',
582
+ 'font_decoration',
583
+ 'font_line_height',
584
+ 'font_letter_spacing'
585
+ ) );
586
+ }
587
+
588
  }
589
 
590
  // freemius end
acf-json/group_5cbd743876860.json CHANGED
@@ -179,6 +179,109 @@
179
  "placement": "top",
180
  "endpoint": 0
181
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
182
  {
183
  "key": "field_5cbd95e83fdd9",
184
  "label": "Background Color",
@@ -210,10 +313,10 @@
210
  "default_value": "#191e23"
211
  },
212
  {
213
- "key": "field_5cbd96f33fddc",
214
- "label": "Text Size",
215
- "name": "acfb_testimonial_text_size",
216
- "type": "range",
217
  "instructions": "",
218
  "required": 0,
219
  "conditional_logic": 0,
@@ -222,18 +325,13 @@
222
  "class": "",
223
  "id": ""
224
  },
225
- "default_value": 18,
226
- "min": "",
227
- "max": 200,
228
- "step": "",
229
- "prepend": "",
230
- "append": "px"
231
  },
232
  {
233
- "key": "field_5cbd967a3fddb",
234
- "label": "Image Size",
235
- "name": "acfb_testimonial_image_size",
236
- "type": "range",
237
  "instructions": "",
238
  "required": 0,
239
  "conditional_logic": 0,
@@ -242,17 +340,12 @@
242
  "class": "",
243
  "id": ""
244
  },
245
- "default_value": 55,
246
- "min": "",
247
- "max": 200,
248
- "step": "",
249
- "prepend": "",
250
- "append": "px"
251
  },
252
  {
253
- "key": "field_5dc42ebadf2d6",
254
- "label": "Image Border Color",
255
- "name": "acfb_testimonial_image_border_color",
256
  "type": "color_picker",
257
  "instructions": "",
258
  "required": 0,
@@ -262,13 +355,13 @@
262
  "class": "",
263
  "id": ""
264
  },
265
- "default_value": "#000000"
266
  },
267
  {
268
- "key": "field_5cbd97143fddd",
269
- "label": "Name Color",
270
- "name": "acfb_testimonial_name_color",
271
- "type": "color_picker",
272
  "instructions": "",
273
  "required": 0,
274
  "conditional_logic": 0,
@@ -277,12 +370,14 @@
277
  "class": "",
278
  "id": ""
279
  },
280
- "default_value": "#191e23"
 
 
281
  },
282
  {
283
- "key": "field_5cbd97423fdde",
284
- "label": "Name Size",
285
- "name": "acfb_testimonial_name_size",
286
  "type": "range",
287
  "instructions": "",
288
  "required": 0,
@@ -292,7 +387,7 @@
292
  "class": "",
293
  "id": ""
294
  },
295
- "default_value": 18,
296
  "min": "",
297
  "max": 200,
298
  "step": "",
@@ -300,10 +395,10 @@
300
  "append": "px"
301
  },
302
  {
303
- "key": "field_5cbd977a3fddf",
304
- "label": "Position Color",
305
- "name": "acfb_testimonial_position_color",
306
- "type": "color_picker",
307
  "instructions": "",
308
  "required": 0,
309
  "conditional_logic": 0,
@@ -312,13 +407,15 @@
312
  "class": "",
313
  "id": ""
314
  },
315
- "default_value": "#191e23"
 
 
316
  },
317
  {
318
- "key": "field_5cbd979b3fde0",
319
- "label": "Position Size",
320
- "name": "acfb_testimonial_position_size",
321
- "type": "range",
322
  "instructions": "",
323
  "required": 0,
324
  "conditional_logic": 0,
@@ -327,12 +424,49 @@
327
  "class": "",
328
  "id": ""
329
  },
330
- "default_value": 14,
331
- "min": "",
332
- "max": 200,
333
- "step": "",
334
- "prepend": "",
335
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
336
  }
337
  ],
338
  "location": [
@@ -352,5 +486,5 @@
352
  "hide_on_screen": "",
353
  "active": 1,
354
  "description": "",
355
- "modified": 1573209881
356
  }
179
  "placement": "top",
180
  "endpoint": 0
181
  },
182
+ {
183
+ "key": "field_5ea17ead22b20",
184
+ "label": "Typography",
185
+ "name": "",
186
+ "type": "accordion",
187
+ "instructions": "",
188
+ "required": 0,
189
+ "conditional_logic": 0,
190
+ "wrapper": {
191
+ "width": "",
192
+ "class": "",
193
+ "id": ""
194
+ },
195
+ "open": 0,
196
+ "multi_expand": 0,
197
+ "endpoint": 0
198
+ },
199
+ {
200
+ "key": "field_5ea96a10e01f5",
201
+ "label": "Text",
202
+ "name": "acfb_testimonial_text_typo",
203
+ "type": "typography",
204
+ "instructions": "",
205
+ "required": 0,
206
+ "conditional_logic": 0,
207
+ "wrapper": {
208
+ "width": "",
209
+ "class": "",
210
+ "id": ""
211
+ },
212
+ "font_family_enable": 0,
213
+ "font_family": "default",
214
+ "font_size": 18,
215
+ "font_weight": "default",
216
+ "font_transform": "default",
217
+ "font_style": "default",
218
+ "font_decoration": "default",
219
+ "font_line_height": "0.1",
220
+ "font_letter_spacing": 0
221
+ },
222
+ {
223
+ "key": "field_5ea96fa348aed",
224
+ "label": "Name",
225
+ "name": "acfb_testimonial_name_typo",
226
+ "type": "typography",
227
+ "instructions": "",
228
+ "required": 0,
229
+ "conditional_logic": 0,
230
+ "wrapper": {
231
+ "width": "",
232
+ "class": "",
233
+ "id": ""
234
+ },
235
+ "font_family_enable": 0,
236
+ "font_family": "default",
237
+ "font_size": 18,
238
+ "font_weight": "default",
239
+ "font_transform": "default",
240
+ "font_style": "default",
241
+ "font_decoration": "default",
242
+ "font_line_height": "0.1",
243
+ "font_letter_spacing": 0
244
+ },
245
+ {
246
+ "key": "field_5ea9705148aee",
247
+ "label": "Position",
248
+ "name": "acfb_testimonial_position_typo",
249
+ "type": "typography",
250
+ "instructions": "",
251
+ "required": 0,
252
+ "conditional_logic": 0,
253
+ "wrapper": {
254
+ "width": "",
255
+ "class": "",
256
+ "id": ""
257
+ },
258
+ "font_family_enable": 0,
259
+ "font_family": "default",
260
+ "font_size": 14,
261
+ "font_weight": "default",
262
+ "font_transform": "default",
263
+ "font_style": "default",
264
+ "font_decoration": "default",
265
+ "font_line_height": "0.1",
266
+ "font_letter_spacing": 0
267
+ },
268
+ {
269
+ "key": "field_5ea17f175e850",
270
+ "label": "Colors",
271
+ "name": "",
272
+ "type": "accordion",
273
+ "instructions": "",
274
+ "required": 0,
275
+ "conditional_logic": 0,
276
+ "wrapper": {
277
+ "width": "",
278
+ "class": "",
279
+ "id": ""
280
+ },
281
+ "open": 0,
282
+ "multi_expand": 0,
283
+ "endpoint": 0
284
+ },
285
  {
286
  "key": "field_5cbd95e83fdd9",
287
  "label": "Background Color",
313
  "default_value": "#191e23"
314
  },
315
  {
316
+ "key": "field_5dc42ebadf2d6",
317
+ "label": "Image Border Color",
318
+ "name": "acfb_testimonial_image_border_color",
319
+ "type": "color_picker",
320
  "instructions": "",
321
  "required": 0,
322
  "conditional_logic": 0,
325
  "class": "",
326
  "id": ""
327
  },
328
+ "default_value": "#000000"
 
 
 
 
 
329
  },
330
  {
331
+ "key": "field_5cbd97143fddd",
332
+ "label": "Name Color",
333
+ "name": "acfb_testimonial_name_color",
334
+ "type": "color_picker",
335
  "instructions": "",
336
  "required": 0,
337
  "conditional_logic": 0,
340
  "class": "",
341
  "id": ""
342
  },
343
+ "default_value": "#191e23"
 
 
 
 
 
344
  },
345
  {
346
+ "key": "field_5cbd977a3fddf",
347
+ "label": "Position Color",
348
+ "name": "acfb_testimonial_position_color",
349
  "type": "color_picker",
350
  "instructions": "",
351
  "required": 0,
355
  "class": "",
356
  "id": ""
357
  },
358
+ "default_value": "#191e23"
359
  },
360
  {
361
+ "key": "field_5ea17ee15e84f",
362
+ "label": "Sizing",
363
+ "name": "",
364
+ "type": "accordion",
365
  "instructions": "",
366
  "required": 0,
367
  "conditional_logic": 0,
370
  "class": "",
371
  "id": ""
372
  },
373
+ "open": 0,
374
+ "multi_expand": 0,
375
+ "endpoint": 0
376
  },
377
  {
378
+ "key": "field_5cbd967a3fddb",
379
+ "label": "Image Size",
380
+ "name": "acfb_testimonial_image_size",
381
  "type": "range",
382
  "instructions": "",
383
  "required": 0,
387
  "class": "",
388
  "id": ""
389
  },
390
+ "default_value": 55,
391
  "min": "",
392
  "max": 200,
393
  "step": "",
395
  "append": "px"
396
  },
397
  {
398
+ "key": "field_5ea17ec922b21",
399
+ "label": "Spacing",
400
+ "name": "",
401
+ "type": "accordion",
402
  "instructions": "",
403
  "required": 0,
404
  "conditional_logic": 0,
407
  "class": "",
408
  "id": ""
409
  },
410
+ "open": 0,
411
+ "multi_expand": 0,
412
+ "endpoint": 0
413
  },
414
  {
415
+ "key": "field_5ea181a5be60a",
416
+ "label": "Margin",
417
+ "name": "acfb_testimonial_margin",
418
+ "type": "margin",
419
  "instructions": "",
420
  "required": 0,
421
  "conditional_logic": 0,
424
  "class": "",
425
  "id": ""
426
  },
427
+ "margin_top": 0,
428
+ "margin_right": 0,
429
+ "margin_bottom": 0,
430
+ "margin_left": 0,
431
+ "margin_enable": 0
432
+ },
433
+ {
434
+ "key": "field_5ea1809513b58",
435
+ "label": "Padding",
436
+ "name": "acfb_testimonial_padding",
437
+ "type": "padding",
438
+ "instructions": "",
439
+ "required": 0,
440
+ "conditional_logic": 0,
441
+ "wrapper": {
442
+ "width": "",
443
+ "class": "",
444
+ "id": ""
445
+ },
446
+ "padding_enable": 0,
447
+ "padding_top": 0,
448
+ "padding_right": 0,
449
+ "padding_bottom": 0,
450
+ "padding_left": 0
451
+ },
452
+ {
453
+ "key": "field_5ead2cbcb3aaa",
454
+ "label": "Inner Padding",
455
+ "name": "acfb_testimonial_inner_padding",
456
+ "type": "padding",
457
+ "instructions": "",
458
+ "required": 0,
459
+ "conditional_logic": 0,
460
+ "wrapper": {
461
+ "width": "",
462
+ "class": "",
463
+ "id": ""
464
+ },
465
+ "padding_enable": 0,
466
+ "padding_top": 50,
467
+ "padding_right": 50,
468
+ "padding_bottom": 50,
469
+ "padding_left": 50
470
  }
471
  ],
472
  "location": [
486
  "hide_on_screen": "",
487
  "active": 1,
488
  "description": "",
489
+ "modified": 1588407566
490
  }
acf-json/group_5cbd9e696a100.json CHANGED
@@ -224,10 +224,10 @@
224
  "endpoint": 0
225
  },
226
  {
227
- "key": "field_5cbdb1729c361",
228
- "label": "Background Color",
229
- "name": "acfb_team_background_color",
230
- "type": "color_picker",
231
  "instructions": "",
232
  "required": 0,
233
  "conditional_logic": 0,
@@ -236,13 +236,15 @@
236
  "class": "",
237
  "id": ""
238
  },
239
- "default_value": "#f3f4f5"
 
 
240
  },
241
  {
242
- "key": "field_5cbdb1ba9c362",
243
- "label": "Image Size",
244
- "name": "acfb_team_image_size",
245
- "type": "range",
246
  "instructions": "",
247
  "required": 0,
248
  "conditional_logic": 0,
@@ -251,18 +253,21 @@
251
  "class": "",
252
  "id": ""
253
  },
254
- "default_value": 150,
255
- "min": "",
256
- "max": 500,
257
- "step": "",
258
- "prepend": "",
259
- "append": "px"
 
 
 
260
  },
261
  {
262
- "key": "field_5dcbeb17af50e",
263
- "label": "Image Radius",
264
- "name": "acfb_team_image_radius",
265
- "type": "range",
266
  "instructions": "",
267
  "required": 0,
268
  "conditional_logic": 0,
@@ -271,12 +276,70 @@
271
  "class": "",
272
  "id": ""
273
  },
274
- "default_value": 100,
275
- "min": "",
276
- "max": "",
277
- "step": "",
278
- "prepend": "",
279
- "append": "%"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
280
  },
281
  {
282
  "key": "field_5cbdb1fb9c363",
@@ -294,10 +357,10 @@
294
  "default_value": "#191e23"
295
  },
296
  {
297
- "key": "field_5cbdb2429c364",
298
- "label": "Name Size",
299
- "name": "acfb_team_name_size",
300
- "type": "range",
301
  "instructions": "",
302
  "required": 0,
303
  "conditional_logic": 0,
@@ -306,17 +369,12 @@
306
  "class": "",
307
  "id": ""
308
  },
309
- "default_value": 25,
310
- "min": "",
311
- "max": 200,
312
- "step": "",
313
- "prepend": "",
314
- "append": "px"
315
  },
316
  {
317
- "key": "field_5cbdb2749c365",
318
- "label": "Position Color",
319
- "name": "acfb_team_position_color",
320
  "type": "color_picker",
321
  "instructions": "",
322
  "required": 0,
@@ -329,9 +387,26 @@
329
  "default_value": "#191e23"
330
  },
331
  {
332
- "key": "field_5cbdb2a39c366",
333
- "label": "Position Size",
334
- "name": "acfb_team_position_size",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
335
  "type": "range",
336
  "instructions": "",
337
  "required": 0,
@@ -341,18 +416,18 @@
341
  "class": "",
342
  "id": ""
343
  },
344
- "default_value": 18,
345
  "min": "",
346
- "max": 200,
347
  "step": "",
348
  "prepend": "",
349
  "append": "px"
350
  },
351
  {
352
- "key": "field_5cbdb2da9c367",
353
- "label": "Description Color",
354
- "name": "acfb_team_description_color",
355
- "type": "color_picker",
356
  "instructions": "",
357
  "required": 0,
358
  "conditional_logic": 0,
@@ -361,12 +436,88 @@
361
  "class": "",
362
  "id": ""
363
  },
364
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
365
  },
366
  {
367
- "key": "field_5cbdb3069c368",
368
- "label": "Description Size",
369
- "name": "acfb_team_description_size",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
370
  "type": "range",
371
  "instructions": "",
372
  "required": 0,
@@ -376,12 +527,12 @@
376
  "class": "",
377
  "id": ""
378
  },
379
- "default_value": 18,
380
  "min": "",
381
- "max": 200,
382
  "step": "",
383
  "prepend": "",
384
- "append": "px"
385
  }
386
  ],
387
  "location": [
@@ -401,5 +552,5 @@
401
  "hide_on_screen": "",
402
  "active": 1,
403
  "description": "",
404
- "modified": 1573649401
405
  }
224
  "endpoint": 0
225
  },
226
  {
227
+ "key": "field_5ea976cb3c1c4",
228
+ "label": "Typography",
229
+ "name": "",
230
+ "type": "accordion",
231
  "instructions": "",
232
  "required": 0,
233
  "conditional_logic": 0,
236
  "class": "",
237
  "id": ""
238
  },
239
+ "open": 0,
240
+ "multi_expand": 0,
241
+ "endpoint": 0
242
  },
243
  {
244
+ "key": "field_5ea977e480a62",
245
+ "label": "Name",
246
+ "name": "acfb_team_name_typo",
247
+ "type": "typography",
248
  "instructions": "",
249
  "required": 0,
250
  "conditional_logic": 0,
253
  "class": "",
254
  "id": ""
255
  },
256
+ "font_family_enable": 0,
257
+ "font_family": "default",
258
+ "font_size": 25,
259
+ "font_weight": "default",
260
+ "font_transform": "default",
261
+ "font_style": "default",
262
+ "font_decoration": "default",
263
+ "font_line_height": "0.1",
264
+ "font_letter_spacing": 0
265
  },
266
  {
267
+ "key": "field_5ea9780d80a63",
268
+ "label": "Position",
269
+ "name": "acfb_team_position_typo",
270
+ "type": "typography",
271
  "instructions": "",
272
  "required": 0,
273
  "conditional_logic": 0,
276
  "class": "",
277
  "id": ""
278
  },
279
+ "font_family_enable": 0,
280
+ "font_family": "default",
281
+ "font_size": 18,
282
+ "font_weight": "default",
283
+ "font_transform": "default",
284
+ "font_style": "default",
285
+ "font_decoration": "default",
286
+ "font_line_height": "0.1",
287
+ "font_letter_spacing": 0
288
+ },
289
+ {
290
+ "key": "field_5ea9782080a65",
291
+ "label": "Description",
292
+ "name": "acfb_team_description_typo",
293
+ "type": "typography",
294
+ "instructions": "",
295
+ "required": 0,
296
+ "conditional_logic": 0,
297
+ "wrapper": {
298
+ "width": "",
299
+ "class": "",
300
+ "id": ""
301
+ },
302
+ "font_family_enable": 0,
303
+ "font_family": "default",
304
+ "font_size": 18,
305
+ "font_weight": "default",
306
+ "font_transform": "default",
307
+ "font_style": "default",
308
+ "font_decoration": "default",
309
+ "font_line_height": "0.1",
310
+ "font_letter_spacing": 0
311
+ },
312
+ {
313
+ "key": "field_5ea976df3c1c5",
314
+ "label": "Colors",
315
+ "name": "",
316
+ "type": "accordion",
317
+ "instructions": "",
318
+ "required": 0,
319
+ "conditional_logic": 0,
320
+ "wrapper": {
321
+ "width": "",
322
+ "class": "",
323
+ "id": ""
324
+ },
325
+ "open": 0,
326
+ "multi_expand": 0,
327
+ "endpoint": 0
328
+ },
329
+ {
330
+ "key": "field_5cbdb1729c361",
331
+ "label": "Background Color",
332
+ "name": "acfb_team_background_color",
333
+ "type": "color_picker",
334
+ "instructions": "",
335
+ "required": 0,
336
+ "conditional_logic": 0,
337
+ "wrapper": {
338
+ "width": "",
339
+ "class": "",
340
+ "id": ""
341
+ },
342
+ "default_value": "#f3f4f5"
343
  },
344
  {
345
  "key": "field_5cbdb1fb9c363",
357
  "default_value": "#191e23"
358
  },
359
  {
360
+ "key": "field_5cbdb2749c365",
361
+ "label": "Position Color",
362
+ "name": "acfb_team_position_color",
363
+ "type": "color_picker",
364
  "instructions": "",
365
  "required": 0,
366
  "conditional_logic": 0,
369
  "class": "",
370
  "id": ""
371
  },
372
+ "default_value": "#191e23"
 
 
 
 
 
373
  },
374
  {
375
+ "key": "field_5cbdb2da9c367",
376
+ "label": "Description Color",
377
+ "name": "acfb_team_description_color",
378
  "type": "color_picker",
379
  "instructions": "",
380
  "required": 0,
387
  "default_value": "#191e23"
388
  },
389
  {
390
+ "key": "field_5ea976e43c1c6",
391
+ "label": "Sizing",
392
+ "name": "",
393
+ "type": "accordion",
394
+ "instructions": "",
395
+ "required": 0,
396
+ "conditional_logic": 0,
397
+ "wrapper": {
398
+ "width": "",
399
+ "class": "",
400
+ "id": ""
401
+ },
402
+ "open": 0,
403
+ "multi_expand": 0,
404
+ "endpoint": 0
405
+ },
406
+ {
407
+ "key": "field_5cbdb1ba9c362",
408
+ "label": "Image Size",
409
+ "name": "acfb_team_image_size",
410
  "type": "range",
411
  "instructions": "",
412
  "required": 0,
416
  "class": "",
417
  "id": ""
418
  },
419
+ "default_value": 150,
420
  "min": "",
421
+ "max": 500,
422
  "step": "",
423
  "prepend": "",
424
  "append": "px"
425
  },
426
  {
427
+ "key": "field_5ea976eb3c1c7",
428
+ "label": "Spacing",
429
+ "name": "",
430
+ "type": "accordion",
431
  "instructions": "",
432
  "required": 0,
433
  "conditional_logic": 0,
436
  "class": "",
437
  "id": ""
438
  },
439
+ "open": 0,
440
+ "multi_expand": 0,
441
+ "endpoint": 0
442
+ },
443
+ {
444
+ "key": "field_5ea977583c1c9",
445
+ "label": "Margin",
446
+ "name": "acfb_team_margin",
447
+ "type": "margin",
448
+ "instructions": "",
449
+ "required": 0,
450
+ "conditional_logic": 0,
451
+ "wrapper": {
452
+ "width": "",
453
+ "class": "",
454
+ "id": ""
455
+ },
456
+ "margin_enable": 0,
457
+ "margin_top": 0,
458
+ "margin_right": 0,
459
+ "margin_bottom": 0,
460
+ "margin_left": 0
461
  },
462
  {
463
+ "key": "field_5ea9777c3c1ca",
464
+ "label": "Padding",
465
+ "name": "acfb_team_padding",
466
+ "type": "padding",
467
+ "instructions": "",
468
+ "required": 0,
469
+ "conditional_logic": 0,
470
+ "wrapper": {
471
+ "width": "",
472
+ "class": "",
473
+ "id": ""
474
+ },
475
+ "padding_enable": 0,
476
+ "padding_top": 0,
477
+ "padding_right": 0,
478
+ "padding_bottom": 0,
479
+ "padding_left": 0
480
+ },
481
+ {
482
+ "key": "field_5ead2f7747954",
483
+ "label": "Inner Padding",
484
+ "name": "acfb_team_inner_padding",
485
+ "type": "padding",
486
+ "instructions": "",
487
+ "required": 0,
488
+ "conditional_logic": 0,
489
+ "wrapper": {
490
+ "width": "",
491
+ "class": "",
492
+ "id": ""
493
+ },
494
+ "padding_enable": 0,
495
+ "padding_top": 60,
496
+ "padding_right": 35,
497
+ "padding_bottom": 60,
498
+ "padding_left": 35
499
+ },
500
+ {
501
+ "key": "field_5ea977383c1c8",
502
+ "label": "Other Setting",
503
+ "name": "",
504
+ "type": "accordion",
505
+ "instructions": "",
506
+ "required": 0,
507
+ "conditional_logic": 0,
508
+ "wrapper": {
509
+ "width": "",
510
+ "class": "",
511
+ "id": ""
512
+ },
513
+ "open": 0,
514
+ "multi_expand": 0,
515
+ "endpoint": 0
516
+ },
517
+ {
518
+ "key": "field_5dcbeb17af50e",
519
+ "label": "Image Radius",
520
+ "name": "acfb_team_image_radius",
521
  "type": "range",
522
  "instructions": "",
523
  "required": 0,
527
  "class": "",
528
  "id": ""
529
  },
530
+ "default_value": 100,
531
  "min": "",
532
+ "max": "",
533
  "step": "",
534
  "prepend": "",
535
+ "append": "%"
536
  }
537
  ],
538
  "location": [
552
  "hide_on_screen": "",
553
  "active": 1,
554
  "description": "",
555
+ "modified": 1588408395
556
  }
acf-json/group_5cbdba3909312.json CHANGED
@@ -174,10 +174,10 @@
174
  "endpoint": 0
175
  },
176
  {
177
- "key": "field_5cbdc740d7da5",
178
- "label": "Text Size",
179
- "name": "acfb_multibutton_text_size",
180
- "type": "range",
181
  "instructions": "",
182
  "required": 0,
183
  "conditional_logic": 0,
@@ -186,12 +186,123 @@
186
  "class": "",
187
  "id": ""
188
  },
189
- "default_value": 16,
190
- "min": "",
191
- "max": "",
192
- "step": "",
193
- "prepend": "",
194
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
195
  },
196
  {
197
  "key": "field_5dc54face28d5",
@@ -251,5 +362,5 @@
251
  "hide_on_screen": "",
252
  "active": 1,
253
  "description": "",
254
- "modified": 1575887631
255
  }
174
  "endpoint": 0
175
  },
176
  {
177
+ "key": "field_5eaa9d41c1bcb",
178
+ "label": "Typography",
179
+ "name": "",
180
+ "type": "accordion",
181
  "instructions": "",
182
  "required": 0,
183
  "conditional_logic": 0,
186
  "class": "",
187
  "id": ""
188
  },
189
+ "open": 0,
190
+ "multi_expand": 0,
191
+ "endpoint": 0
192
+ },
193
+ {
194
+ "key": "field_5eaa9d55c1bcd",
195
+ "label": "Text",
196
+ "name": "acfb_multibutton_text_typo",
197
+ "type": "typography",
198
+ "instructions": "",
199
+ "required": 0,
200
+ "conditional_logic": 0,
201
+ "wrapper": {
202
+ "width": "",
203
+ "class": "",
204
+ "id": ""
205
+ },
206
+ "font_family_enable": 0,
207
+ "font_family": "default",
208
+ "font_size": 16,
209
+ "font_weight": "default",
210
+ "font_transform": "default",
211
+ "font_style": "default",
212
+ "font_decoration": "default",
213
+ "font_line_height": "0.1",
214
+ "font_letter_spacing": 0
215
+ },
216
+ {
217
+ "key": "field_5eaa9d88c225d",
218
+ "label": "Spacing",
219
+ "name": "",
220
+ "type": "accordion",
221
+ "instructions": "",
222
+ "required": 0,
223
+ "conditional_logic": 0,
224
+ "wrapper": {
225
+ "width": "",
226
+ "class": "",
227
+ "id": ""
228
+ },
229
+ "open": 0,
230
+ "multi_expand": 0,
231
+ "endpoint": 0
232
+ },
233
+ {
234
+ "key": "field_5eaa9d90c225e",
235
+ "label": "Margin",
236
+ "name": "acfb_multibutton_margin",
237
+ "type": "margin",
238
+ "instructions": "",
239
+ "required": 0,
240
+ "conditional_logic": 0,
241
+ "wrapper": {
242
+ "width": "",
243
+ "class": "",
244
+ "id": ""
245
+ },
246
+ "margin_enable": 0,
247
+ "margin_top": 0,
248
+ "margin_right": 0,
249
+ "margin_bottom": 0,
250
+ "margin_left": 0
251
+ },
252
+ {
253
+ "key": "field_5eaa9da4c225f",
254
+ "label": "Padding",
255
+ "name": "acfb_multibutton_padding",
256
+ "type": "padding",
257
+ "instructions": "",
258
+ "required": 0,
259
+ "conditional_logic": 0,
260
+ "wrapper": {
261
+ "width": "",
262
+ "class": "",
263
+ "id": ""
264
+ },
265
+ "padding_enable": 0,
266
+ "padding_top": 0,
267
+ "padding_right": 0,
268
+ "padding_bottom": 0,
269
+ "padding_left": 0
270
+ },
271
+ {
272
+ "key": "field_5eaa9dc1c2260",
273
+ "label": "Button Padding",
274
+ "name": "acfb_multibutton_button_padding",
275
+ "type": "padding",
276
+ "instructions": "",
277
+ "required": 0,
278
+ "conditional_logic": 0,
279
+ "wrapper": {
280
+ "width": "",
281
+ "class": "",
282
+ "id": ""
283
+ },
284
+ "padding_enable": 0,
285
+ "padding_top": 15,
286
+ "padding_right": 20,
287
+ "padding_bottom": 15,
288
+ "padding_left": 20
289
+ },
290
+ {
291
+ "key": "field_5eaa9d4ac1bcc",
292
+ "label": "Other Setting",
293
+ "name": "",
294
+ "type": "accordion",
295
+ "instructions": "",
296
+ "required": 0,
297
+ "conditional_logic": 0,
298
+ "wrapper": {
299
+ "width": "",
300
+ "class": "",
301
+ "id": ""
302
+ },
303
+ "open": 0,
304
+ "multi_expand": 0,
305
+ "endpoint": 0
306
  },
307
  {
308
  "key": "field_5dc54face28d5",
362
  "hide_on_screen": "",
363
  "active": 1,
364
  "description": "",
365
+ "modified": 1588239856
366
  }
acf-json/group_5cbdd1a0caf81.json CHANGED
@@ -228,10 +228,10 @@
228
  "endpoint": 0
229
  },
230
  {
231
- "key": "field_5cbedec77e229",
232
- "label": "Background Color",
233
- "name": "acfb_pricingbox_background_color",
234
- "type": "color_picker",
235
  "instructions": "",
236
  "required": 0,
237
  "conditional_logic": 0,
@@ -240,13 +240,15 @@
240
  "class": "",
241
  "id": ""
242
  },
243
- "default_value": "#f3f4f5"
 
 
244
  },
245
  {
246
- "key": "field_5cbedef97e22a",
247
- "label": "Image Size",
248
- "name": "acfb_pricingbox_image_size",
249
- "type": "range",
250
  "instructions": "",
251
  "required": 0,
252
  "conditional_logic": 0,
@@ -255,18 +257,21 @@
255
  "class": "",
256
  "id": ""
257
  },
258
- "default_value": 30,
259
- "min": "",
260
- "max": "",
261
- "step": "",
262
- "prepend": "",
263
- "append": "%"
 
 
 
264
  },
265
  {
266
- "key": "field_5cbedf427e22b",
267
- "label": "Title Color",
268
- "name": "acfb_pricingbox_title_color",
269
- "type": "color_picker",
270
  "instructions": "",
271
  "required": 0,
272
  "conditional_logic": 0,
@@ -275,13 +280,21 @@
275
  "class": "",
276
  "id": ""
277
  },
278
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
279
  },
280
  {
281
- "key": "field_5cbedf607e22c",
282
- "label": "Title Size",
283
- "name": "acfb_pricingbox_title_size",
284
- "type": "range",
285
  "instructions": "",
286
  "required": 0,
287
  "conditional_logic": 0,
@@ -290,18 +303,21 @@
290
  "class": "",
291
  "id": ""
292
  },
293
- "default_value": 32,
294
- "min": "",
295
- "max": 200,
296
- "step": "",
297
- "prepend": "",
298
- "append": "px"
 
 
 
299
  },
300
  {
301
- "key": "field_5cbedf8d7e22d",
302
- "label": "Prefix Color",
303
- "name": "acfb_pricingbox_prefix_color",
304
- "type": "color_picker",
305
  "instructions": "",
306
  "required": 0,
307
  "conditional_logic": 0,
@@ -310,13 +326,21 @@
310
  "class": "",
311
  "id": ""
312
  },
313
- "default_value": "#191e23"
 
 
 
 
 
 
 
 
314
  },
315
  {
316
- "key": "field_5cbedfc07e22e",
317
- "label": "Prefix Size",
318
- "name": "acfb_pricingbox_prefix_size",
319
- "type": "range",
320
  "instructions": "",
321
  "required": 0,
322
  "conditional_logic": 0,
@@ -325,17 +349,83 @@
325
  "class": "",
326
  "id": ""
327
  },
328
- "default_value": 22,
329
- "min": "",
330
- "max": "",
331
- "step": "",
332
- "prepend": "",
333
- "append": "px"
 
 
 
334
  },
335
  {
336
- "key": "field_5cbee0017e22f",
337
- "label": "Price Color",
338
- "name": "acfb_pricingbox_price_color",
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
339
  "type": "color_picker",
340
  "instructions": "",
341
  "required": 0,
@@ -345,13 +435,13 @@
345
  "class": "",
346
  "id": ""
347
  },
348
- "default_value": "#191e23"
349
  },
350
  {
351
- "key": "field_5cbee0227e230",
352
- "label": "Price Size",
353
- "name": "acfb_pricingbox_price_size",
354
- "type": "range",
355
  "instructions": "",
356
  "required": 0,
357
  "conditional_logic": 0,
@@ -360,17 +450,12 @@
360
  "class": "",
361
  "id": ""
362
  },
363
- "default_value": 65,
364
- "min": "",
365
- "max": 200,
366
- "step": "",
367
- "prepend": "",
368
- "append": "px"
369
  },
370
  {
371
- "key": "field_5cbee05a7e231",
372
- "label": "Suffix Color",
373
- "name": "acfb_pricingbox_suffix_color",
374
  "type": "color_picker",
375
  "instructions": "",
376
  "required": 0,
@@ -383,10 +468,10 @@
383
  "default_value": "#191e23"
384
  },
385
  {
386
- "key": "field_5cbee06f7e232",
387
- "label": "Suffix Size",
388
- "name": "acfb_pricingbox_suffix_size",
389
- "type": "range",
390
  "instructions": "",
391
  "required": 0,
392
  "conditional_logic": 0,
@@ -395,17 +480,12 @@
395
  "class": "",
396
  "id": ""
397
  },
398
- "default_value": 28,
399
- "min": "",
400
- "max": "",
401
- "step": "",
402
- "prepend": "",
403
- "append": "px"
404
  },
405
  {
406
- "key": "field_5cbee14952a42",
407
- "label": "Sub Text Color",
408
- "name": "acfb_pricingbox_subtext_color",
409
  "type": "color_picker",
410
  "instructions": "",
411
  "required": 0,
@@ -415,13 +495,13 @@
415
  "class": "",
416
  "id": ""
417
  },
418
- "default_value": "rgba(25, 30, 35, 0.3)"
419
  },
420
  {
421
- "key": "field_5cbee16d52a43",
422
- "label": "Sub Text Size",
423
- "name": "acfb_pricingbox_subtext_size",
424
- "type": "range",
425
  "instructions": "",
426
  "required": 0,
427
  "conditional_logic": 0,
@@ -430,12 +510,7 @@
430
  "class": "",
431
  "id": ""
432
  },
433
- "default_value": 14,
434
- "min": "",
435
- "max": "",
436
- "step": "",
437
- "prepend": "",
438
- "append": "px"
439
  },
440
  {
441
  "key": "field_5cbee1a752a44",
@@ -498,10 +573,10 @@
498
  "default_value": "#191e23"
499
  },
500
  {
501
- "key": "field_5cbee1e452a45",
502
- "label": "Button Size",
503
- "name": "acfb_pricingbox_button_size",
504
- "type": "range",
505
  "instructions": "",
506
  "required": 0,
507
  "conditional_logic": 0,
@@ -510,18 +585,13 @@
510
  "class": "",
511
  "id": ""
512
  },
513
- "default_value": 19,
514
- "min": "",
515
- "max": "",
516
- "step": "",
517
- "prepend": "",
518
- "append": "px"
519
  },
520
  {
521
- "key": "field_5cbee2f852a4a",
522
- "label": "Description Color",
523
- "name": "acfb_pricingbox_description_color",
524
- "type": "color_picker",
525
  "instructions": "",
526
  "required": 0,
527
  "conditional_logic": 0,
@@ -530,12 +600,14 @@
530
  "class": "",
531
  "id": ""
532
  },
533
- "default_value": "#191e23"
 
 
534
  },
535
  {
536
- "key": "field_5cbee31552a4b",
537
- "label": "Description Size",
538
- "name": "acfb_pricingbox_description_size",
539
  "type": "range",
540
  "instructions": "",
541
  "required": 0,
@@ -545,12 +617,105 @@
545
  "class": "",
546
  "id": ""
547
  },
548
- "default_value": 18,
549
  "min": "",
550
  "max": "",
551
  "step": "",
552
  "prepend": "",
553
- "append": "px"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
554
  }
555
  ],
556
  "location": [
@@ -570,5 +735,5 @@
570
  "hide_on_screen": "",
571
  "active": 1,
572
  "description": "",
573
- "modified": 1573210941
574
  }
228
  "endpoint": 0
229
  },
230
  {
231
+ "key": "field_5eaa89b79c384",
232
+ "label": "Typography",
233
+ "name": "",
234
+ "type": "accordion",
235
  "instructions": "",
236
  "required": 0,
237
  "conditional_logic": 0,
240
  "class": "",
241
  "id": ""
242
  },
243
+ "open": 0,
244
+ "multi_expand": 0,
245
+ "endpoint": 0
246
  },
247
  {
248
+ "key": "field_5eaa8ae29c38c",
249
+ "label": "Title",
250
+ "name": "acfb_pricingbox_title_typo",
251
+ "type": "typography",
252
  "instructions": "",
253
  "required": 0,
254
  "conditional_logic": 0,
257
  "class": "",
258
  "id": ""
259
  },
260
+ "font_family_enable": 0,
261
+ "font_family": "default",
262
+ "font_size": 32,
263
+ "font_weight": 700,
264
+ "font_transform": "default",
265
+ "font_style": "default",
266
+ "font_decoration": "default",
267
+ "font_line_height": "0.1",
268
+ "font_letter_spacing": 0
269
  },
270
  {
271
+ "key": "field_5eaa8aff9c38d",
272
+ "label": "Prefix",
273
+ "name": "acfb_pricingbox_prefix_typo",
274
+ "type": "typography",
275
  "instructions": "",
276
  "required": 0,
277
  "conditional_logic": 0,
280
  "class": "",
281
  "id": ""
282
  },
283
+ "font_family_enable": 0,
284
+ "font_family": "default",
285
+ "font_size": 22,
286
+ "font_weight": "default",
287
+ "font_transform": "default",
288
+ "font_style": "default",
289
+ "font_decoration": "default",
290
+ "font_line_height": "0.1",
291
+ "font_letter_spacing": 0
292
  },
293
  {
294
+ "key": "field_5eaa8b139c38e",
295
+ "label": "Price",
296
+ "name": "acfb_pricingbox_price_typo",
297
+ "type": "typography",
298
  "instructions": "",
299
  "required": 0,
300
  "conditional_logic": 0,
303
  "class": "",
304
  "id": ""
305
  },
306
+ "font_family_enable": 0,
307
+ "font_family": "default",
308
+ "font_size": 65,
309
+ "font_weight": "default",
310
+ "font_transform": "default",
311
+ "font_style": "default",
312
+ "font_decoration": "default",
313
+ "font_line_height": "0.1",
314
+ "font_letter_spacing": 0
315
  },
316
  {
317
+ "key": "field_5eaa8b279c38f",
318
+ "label": "Suffix",
319
+ "name": "acfb_pricingbox_suffix_typo",
320
+ "type": "typography",
321
  "instructions": "",
322
  "required": 0,
323
  "conditional_logic": 0,
326
  "class": "",
327
  "id": ""
328
  },
329
+ "font_family_enable": 0,
330
+ "font_family": "default",
331
+ "font_size": 28,
332
+ "font_weight": "default",
333
+ "font_transform": "default",
334
+ "font_style": "default",
335
+ "font_decoration": "default",
336
+ "font_line_height": "0.1",
337
+ "font_letter_spacing": 0
338
  },
339
  {
340
+ "key": "field_5eaa8b499c391",
341
+ "label": "Sub Text",
342
+ "name": "acfb_pricingbox_subtext_typo",
343
+ "type": "typography",
344
  "instructions": "",
345
  "required": 0,
346
  "conditional_logic": 0,
349
  "class": "",
350
  "id": ""
351
  },
352
+ "font_family_enable": 0,
353
+ "font_family": "default",
354
+ "font_size": 14,
355
+ "font_weight": "default",
356
+ "font_transform": "default",
357
+ "font_style": "default",
358
+ "font_decoration": "default",
359
+ "font_line_height": "0.1",
360
+ "font_letter_spacing": 0
361
  },
362
  {
363
+ "key": "field_5eaa8b689c393",
364
+ "label": "Description",
365
+ "name": "acfb_pricingbox_description_typo",
366
+ "type": "typography",
367
+ "instructions": "",
368
+ "required": 0,
369
+ "conditional_logic": 0,
370
+ "wrapper": {
371
+ "width": "",
372
+ "class": "",
373
+ "id": ""
374
+ },
375
+ "font_family_enable": 0,
376
+ "font_family": "default",
377
+ "font_size": 18,
378
+ "font_weight": "default",
379
+ "font_transform": "default",
380
+ "font_style": "default",
381
+ "font_decoration": "default",
382
+ "font_line_height": "0.1",
383
+ "font_letter_spacing": 0
384
+ },
385
+ {
386
+ "key": "field_5eaa8b489c390",
387
+ "label": "Button",
388
+ "name": "acfb_pricingbox_button_typo",
389
+ "type": "typography",
390
+ "instructions": "",
391
+ "required": 0,
392
+ "conditional_logic": 0,
393
+ "wrapper": {
394
+ "width": "",
395
+ "class": "",
396
+ "id": ""
397
+ },
398
+ "font_family_enable": 0,
399
+ "font_family": "default",
400
+ "font_size": 19,
401
+ "font_weight": "default",
402
+ "font_transform": "default",
403
+ "font_style": "default",
404
+ "font_decoration": "default",
405
+ "font_line_height": "0.1",
406
+ "font_letter_spacing": 0
407
+ },
408
+ {
409
+ "key": "field_5eaa89c39c385",
410
+ "label": "Colors",
411
+ "name": "",
412
+ "type": "accordion",
413
+ "instructions": "",
414
+ "required": 0,
415
+ "conditional_logic": 0,
416
+ "wrapper": {
417
+ "width": "",
418
+ "class": "",
419
+ "id": ""
420
+ },
421
+ "open": 0,
422
+ "multi_expand": 0,
423
+ "endpoint": 0
424
+ },
425
+ {
426
+ "key": "field_5cbedec77e229",
427
+ "label": "Background Color",
428
+ "name": "acfb_pricingbox_background_color",
429
  "type": "color_picker",
430
  "instructions": "",
431
  "required": 0,
435
  "class": "",
436
  "id": ""
437
  },
438
+ "default_value": "#f3f4f5"
439
  },
440
  {
441
+ "key": "field_5cbedf427e22b",
442
+ "label": "Title Color",
443
+ "name": "acfb_pricingbox_title_color",
444
+ "type": "color_picker",
445
  "instructions": "",
446
  "required": 0,
447
  "conditional_logic": 0,
450
  "class": "",
451
  "id": ""
452
  },
453
+ "default_value": "#191e23"
 
 
 
 
 
454
  },
455
  {
456
+ "key": "field_5cbedf8d7e22d",
457
+ "label": "Prefix Color",
458
+ "name": "acfb_pricingbox_prefix_color",
459
  "type": "color_picker",
460
  "instructions": "",
461
  "required": 0,
468
  "default_value": "#191e23"
469
  },
470
  {
471
+ "key": "field_5cbee0017e22f",
472
+ "label": "Price Color",
473
+ "name": "acfb_pricingbox_price_color",
474
+ "type": "color_picker",
475
  "instructions": "",
476
  "required": 0,
477
  "conditional_logic": 0,
480
  "class": "",
481
  "id": ""
482
  },
483
+ "default_value": "#191e23"
 
 
 
 
 
484
  },
485
  {
486
+ "key": "field_5cbee05a7e231",
487
+ "label": "Suffix Color",
488
+ "name": "acfb_pricingbox_suffix_color",
489
  "type": "color_picker",
490
  "instructions": "",
491
  "required": 0,
495
  "class": "",
496
  "id": ""
497
  },
498
+ "default_value": "#191e23"
499
  },
500
  {
501
+ "key": "field_5cbee14952a42",
502
+ "label": "Sub Text Color",
503
+ "name": "acfb_pricingbox_subtext_color",
504
+ "type": "color_picker",
505
  "instructions": "",
506
  "required": 0,
507
  "conditional_logic": 0,
510
  "class": "",
511
  "id": ""
512
  },
513
+ "default_value": "rgba(25, 30, 35, 0.3)"
 
 
 
 
 
514
  },
515
  {
516
  "key": "field_5cbee1a752a44",
573
  "default_value": "#191e23"
574
  },
575
  {
576
+ "key": "field_5cbee2f852a4a",
577
+ "label": "Description Color",
578
+ "name": "acfb_pricingbox_description_color",
579
+ "type": "color_picker",
580
  "instructions": "",
581
  "required": 0,
582
  "conditional_logic": 0,
585
  "class": "",
586
  "id": ""
587
  },
588
+ "default_value": "#191e23"
 
 
 
 
 
589
  },
590
  {
591
+ "key": "field_5eaa89c99c386",
592
+ "label": "Sizing",
593
+ "name": "",
594
+ "type": "accordion",
595
  "instructions": "",
596
  "required": 0,
597
  "conditional_logic": 0,
600
  "class": "",
601
  "id": ""
602
  },
603
+ "open": 0,
604
+ "multi_expand": 0,
605
+ "endpoint": 0
606
  },
607
  {
608
+ "key": "field_5cbedef97e22a",
609
+ "label": "Image Size",
610
+ "name": "acfb_pricingbox_image_size",
611
  "type": "range",
612
  "instructions": "",
613
  "required": 0,
617
  "class": "",
618
  "id": ""
619
  },
620
+ "default_value": 30,
621
  "min": "",
622
  "max": "",
623
  "step": "",
624
  "prepend": "",
625
+ "append": "%"
626
+ },
627
+ {
628
+ "key": "field_5eaa89cf9c387",
629
+ "label": "Spacing",
630
+ "name": "",
631
+ "type": "accordion",
632
+ "instructions": "",
633
+ "required": 0,
634
+ "conditional_logic": 0,
635
+ "wrapper": {
636
+ "width": "",
637
+ "class": "",
638
+ "id": ""
639
+ },
640
+ "open": 0,
641
+ "multi_expand": 0,
642
+ "endpoint": 0
643
+ },
644
+ {
645
+ "key": "field_5eaa8a519c388",
646
+ "label": "Margin",
647
+ "name": "acfb_pricingbox_margin",
648
+ "type": "margin",
649
+ "instructions": "",
650
+ "required": 0,
651
+ "conditional_logic": 0,
652
+ "wrapper": {
653
+ "width": "",
654
+ "class": "",
655
+ "id": ""
656
+ },
657
+ "margin_enable": 0,
658
+ "margin_top": 0,
659
+ "margin_right": 0,
660
+ "margin_bottom": 0,
661
+ "margin_left": 0
662
+ },
663
+ {
664
+ "key": "field_5eaa8a7a9c389",
665
+ "label": "Padding",
666
+ "name": "acfb_pricingbox_padding",
667
+ "type": "padding",
668
+ "instructions": "",
669
+ "required": 0,
670
+ "conditional_logic": 0,
671
+ "wrapper": {
672
+ "width": "",
673
+ "class": "",
674
+ "id": ""
675
+ },
676
+ "padding_enable": 0,
677
+ "padding_top": 0,
678
+ "padding_right": 0,
679
+ "padding_bottom": 0,
680
+ "padding_left": 0
681
+ },
682
+ {
683
+ "key": "field_5eaa8aa89c38a",
684
+ "label": "Inner Padding",
685
+ "name": "acfb_pricingbox_inner_padding",
686
+ "type": "padding",
687
+ "instructions": "",
688
+ "required": 0,
689
+ "conditional_logic": 0,
690
+ "wrapper": {
691
+ "width": "",
692
+ "class": "",
693
+ "id": ""
694
+ },
695
+ "padding_enable": 0,
696
+ "padding_top": 60,
697
+ "padding_right": 35,
698
+ "padding_bottom": 60,
699
+ "padding_left": 35
700
+ },
701
+ {
702
+ "key": "field_5eaa8fea462c3",
703
+ "label": "Button Padding",
704
+ "name": "acfb_pricingbox_inner_button_padding",
705
+ "type": "padding",
706
+ "instructions": "",
707
+ "required": 0,
708
+ "conditional_logic": 0,
709
+ "wrapper": {
710
+ "width": "",
711
+ "class": "",
712
+ "id": ""
713
+ },
714
+ "padding_enable": 0,
715
+ "padding_top": 10,
716
+ "padding_right": 25,
717
+ "padding_bottom": 10,
718
+ "padding_left": 25
719
  }
720
  ],
721
  "location": [
735
  "hide_on_screen": "",
736
  "active": 1,
737
  "description": "",
738
+ "modified": 1588325824
739
  }
acf-json/group_5cbef16c004be.json CHANGED
@@ -181,6 +181,39 @@
181
  "return_format": "array",
182
  "preview_size": "medium"
183
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
184
  {
185
  "key": "field_5cc85dee4e368",
186
  "label": "Width",
@@ -222,10 +255,10 @@
222
  "append": "px"
223
  },
224
  {
225
- "key": "field_5cc85e1b4e369",
226
- "label": "Gutter Space",
227
- "name": "acfb_photo_collage_layout_gutter_space",
228
- "type": "range",
229
  "instructions": "",
230
  "required": 0,
231
  "conditional_logic": 0,
@@ -234,18 +267,53 @@
234
  "class": "",
235
  "id": ""
236
  },
237
- "default_value": 10,
238
- "min": "",
239
- "max": "",
240
- "step": "",
241
- "prepend": "",
242
- "append": "px"
243
  },
244
  {
245
- "key": "field_5cda7f2de757c",
246
- "label": "Design",