Contact Form 7 Skins - Version 1.2

Version Description

  • 2016-04-08 =

  • FEATURE: Show Template & Style selected in Skin Info Area

  • FEATURE: Info Tabs in Skins Meta box & CF7 Skins Settings

  • FEATURE: Add Styles

  • FIX: Copy CF7 Skins data when CF7 Duplicate used

  • FIX: Deselect Template & Style

  • TWEAK: Check CF7 User Permissions

  • TWEAK: Update colors on Admin messages

  • TWEAK: Suitable for wordpress.org translation

Download this release

Release Info

Developer buzztone
Plugin Icon 128x128 Contact Form 7 Skins
Version 1.2
Comparing to
See all releases

Code changes from version 1.1.2 to 1.2

Files changed (59) hide show
  1. css/admin.css +123 -8
  2. css/framework/cf7s-default.css +9 -12
  3. images/cf7skins-forms.jpg +0 -0
  4. images/cf7skins-logic-logo.png +0 -0
  5. images/cf7skins-logo.png +0 -0
  6. images/cf7skins-multi-logo.png +0 -0
  7. images/cf7skins-ready-logo.png +0 -0
  8. images/cf7skins-solution.jpg +0 -0
  9. images/using-cf7skins.jpg +0 -0
  10. includes/EDD_SL_Plugin_Updater.php +3 -3
  11. includes/admin.php +84 -8
  12. includes/{contact.php → cf7-connect.php} +72 -96
  13. includes/getting-started.php +114 -0
  14. includes/license.php +2 -1
  15. includes/logs.php +0 -213
  16. includes/pro-version.php +178 -0
  17. includes/settings.php +81 -13
  18. includes/skin.php +1 -1
  19. includes/style.php +6 -2
  20. includes/tab.php +57 -23
  21. includes/template.php +5 -2
  22. index.php +62 -48
  23. js/jquery.admin.js +62 -9
  24. languages/cf7skins-id_ID.po +134 -121
  25. languages/cf7skins.po +111 -119
  26. readme.txt +33 -23
  27. skins/styles/berry-delight/berry-delight.css +23 -34
  28. skins/styles/blush/blush.css +23 -39
  29. skins/styles/cargo/cargo.css +22 -36
  30. skins/styles/caspar/caspar.css +22 -37
  31. skins/styles/choc-shake/choc-shake.css +22 -36
  32. skins/styles/cotton-candy/cotton-candy.css +19 -40
  33. skins/styles/eggplant/eggplant.css +20 -43
  34. skins/styles/emerald/emerald.css +25 -42
  35. skins/styles/fairy-floss/fairy-floss.css +343 -0
  36. skins/styles/fairy-floss/modal.png +0 -0
  37. skins/styles/fairy-floss/thumbnail.png +0 -0
  38. skins/styles/golden-brown/golden-brown.css +373 -0
  39. skins/styles/golden-brown/modal.png +0 -0
  40. skins/styles/golden-brown/thumbnail.png +0 -0
  41. skins/styles/magnum/magnum.css +23 -40
  42. skins/styles/pina-colada/pina-colada.css +24 -37
  43. skins/styles/seaspray/seaspray.css +20 -37
  44. skins/styles/strawberry/modal.png +0 -0
  45. skins/styles/strawberry/strawberry.css +345 -0
  46. skins/styles/strawberry/thumbnail.png +0 -0
  47. skins/styles/topaz/topaz.css +26 -38
  48. skins/styles/vanilla/vanilla.css +25 -39
  49. skins/styles/wild-west/wild-west.css +27 -43
  50. skins/templates/contact/contact.php +6 -6
  51. skins/templates/default/default-cf7-form.php +5 -5
  52. skins/templates/event/event.php +10 -10
  53. skins/templates/fieldset-basic/fieldset-basic.php +7 -7
  54. skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php +11 -11
  55. skins/templates/fieldset-multiple/fieldset-multiple.php +11 -11
  56. skins/templates/registration/registration.php +12 -12
  57. skins/templates/suggestion/suggestion.php +10 -10
  58. skins/templates/survey/survey.php +10 -10
  59. uninstall.php +10 -9
css/admin.css CHANGED
@@ -1,4 +1,3 @@
1
- /* This stylesheet is used to style the admin option form of the plugin. */
2
  #cf7s .clearfix:after {
3
  clear: both;
4
  }
@@ -8,11 +7,6 @@
8
  display: table;
9
  line-height: 0;
10
  }
11
- #cf7s ul.skin-action {
12
- margin:0;
13
- padding:0;
14
- list-style-type:none;
15
- }
16
  #cf7s h2 {
17
  clear: none;
18
  font-size: auto;
@@ -154,7 +148,12 @@
154
  display: block;
155
  max-width: 100%;
156
  }
157
-
 
 
 
 
 
158
  #cf7s ul.skin-action {
159
  margin-top: 5px;
160
  }
@@ -232,8 +231,27 @@
232
  font-style: normal;
233
  }
234
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
235
  /* For CF7 >= 4.2 */
236
- #cf7skins-42 h3 {
237
  font-size: 14px;
238
  line-height: 1.4;
239
  margin: 0;
@@ -257,6 +275,7 @@
257
  content: '\f140';
258
  }
259
 
 
260
  /* Media query based on users screen size */
261
  @media only screen and (max-width: 1160px) {
262
  #cf7s .nav-tab-content .skin {
@@ -422,3 +441,99 @@
422
  #cf7s .ocean .nav-tab.nav-tab-active {
423
  border-bottom-color: transparent;
424
  }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  #cf7s .clearfix:after {
2
  clear: both;
3
  }
7
  display: table;
8
  line-height: 0;
9
  }
 
 
 
 
 
10
  #cf7s h2 {
11
  clear: none;
12
  font-size: auto;
148
  display: block;
149
  max-width: 100%;
150
  }
151
+ /* skin-action */
152
+ #cf7s ul.skin-action { /* NRM - moved */
153
+ margin: 0;
154
+ padding: 0;
155
+ list-style-type: none;
156
+ }
157
  #cf7s ul.skin-action {
158
  margin-top: 5px;
159
  }
231
  font-style: normal;
232
  }
233
 
234
+ /* Selected Skin Info @since 1.2 */
235
+ #cf7s .selected-skin {
236
+ display: inline-block;
237
+ font-size: 14px;
238
+ margin-left: 20px;
239
+ padding-top: 8px;
240
+ color: #FF0000;
241
+ }
242
+ #cf7s .selected-skin > span {
243
+ margin-left: 10px;
244
+ }
245
+ #cf7s .selected-skin > span > span {
246
+ padding: 0 5px;
247
+ }
248
+ #cf7s .nav-tab-content > div.info-tab {
249
+ padding: 30px 20px;
250
+ background: #fff;
251
+ }
252
+
253
  /* For CF7 >= 4.2 */
254
+ #cf7skins-42 h3.hndle {
255
  font-size: 14px;
256
  line-height: 1.4;
257
  margin: 0;
275
  content: '\f140';
276
  }
277
 
278
+
279
  /* Media query based on users screen size */
280
  @media only screen and (max-width: 1160px) {
281
  #cf7s .nav-tab-content .skin {
441
  #cf7s .ocean .nav-tab.nav-tab-active {
442
  border-bottom-color: transparent;
443
  }
444
+
445
+
446
+ /* Settings section @since 1.2 - NRM - moved */
447
+ #cf7skins-settings .tab-getting-started,
448
+ #cf7skins-settings .tab-add-ons {
449
+ float: right;
450
+ }
451
+ /* NRM - these items in the Skins Meta box are styled inline as follows:
452
+ <a class="nav-tab nav-tab-getting-started" style="float: right;
453
+ " href="#tab-getting-started">Getting Started</a> */
454
+
455
+
456
+ /* Information Tabs @since 1.2 */
457
+ #cf7skins-settings .info-wrapper {
458
+ clear: both;
459
+ overflow: hidden;
460
+ background: #fff;
461
+ }
462
+
463
+ #cf7skins-settings .cf7s-info,
464
+ #cf7s .cf7s-info {
465
+ float: left;
466
+ }
467
+
468
+ #cf7skins-settings .cf7s-info {
469
+ background: #fff;
470
+ padding: 10px 2% 10px 2%;
471
+ width: 62%;
472
+ }
473
+
474
+ #cf7skins-settings .form-table {
475
+ /* margin-top: 0; - not practical at this stage */
476
+ }
477
+
478
+ #cf7s .cf7s-info {
479
+ padding: 0 2% 0 0;
480
+ width: 62%;
481
+ }
482
+
483
+ #cf7s .cf7s-info-sidebar,
484
+ #cf7skins-settings .cf7s-info-sidebar {
485
+ float: left;
486
+ width: 34%; /* WAS width: 33%; */
487
+ border-left: 1px solid #ccc;
488
+ padding: 0 0 0 2%;
489
+ -moz-box-sizing: border-box;
490
+ -webkit-box-sizing: border-box;
491
+ box-sizing: border-box;
492
+ }
493
+
494
+ #cf7skins-settings .cf7s-info-sidebar {
495
+ background: #fff;
496
+ }
497
+
498
+ #cf7skins-settings .cf7s-info img,
499
+ #cf7s .cf7s-info img {
500
+ margin: 0 0 0 10px;
501
+ }
502
+
503
+ #cf7skins-settings .cf7s-info h2,
504
+ #cf7s .cf7s-info h2 {
505
+ }
506
+
507
+ #cf7skins-settings .cf7s-info h3,
508
+ #cf7s .cf7s-info h3 {
509
+ }
510
+
511
+ #cf7skins-settings .cf7s-info h4,
512
+ #cf7s .cf7s-info h4 {
513
+ }
514
+
515
+ #cf7skins-settings .cf7s-btn,
516
+ #cf7s .cf7s-btn {
517
+ border-radius: 8px;
518
+ background: #dd3333;
519
+ color: #fff;
520
+ padding: 10px 20px;
521
+ margin: 0;
522
+ font-size: 14px;
523
+ display: inline-block;
524
+ white-space: nowrap;
525
+ }
526
+
527
+ #cf7skins-settings .cf7s-btn:hover,
528
+ #cf7s .cf7s-btn:hover {
529
+ background: #b92a2a;
530
+ }
531
+
532
+ /* Info Tabs Lists */
533
+ #cf7skins-settings .cf7s-info ul,
534
+ #cf7s .cf7s-info ul,
535
+ #cf7skins-settings .cf7s-info-sidebar ul,
536
+ #cf7s .cf7s-info-sidebar ul {
537
+ list-style: disc outside none;
538
+ margin: 0 1.5em;
539
+ }
css/framework/cf7s-default.css CHANGED
@@ -3,7 +3,7 @@ Description: cf7s-default
3
  Default Contact Form 7 Skins Styling - provides base styling for all CF7 Skins Forms
4
  Author: Neil Murray
5
  Author URI: cf7skins.com
6
- Version: 1.01
7
  */
8
 
9
  /* Table of Contents
@@ -18,24 +18,24 @@ Version: 1.01
18
  * Submit Buttons
19
  * Special Classes
20
  * Ready Styles
 
21
  */
22
 
23
  /* Import
24
- NOTE: Use to import other style sheets before setting cf7s defaults
25
  ------------------------------------------------------------ */
26
  /* @import url('../parent/style.css'); */
27
 
28
  /* Resets
29
- NOTE: These are used to reset standard HTML form elements within CF7 forms
30
  ------------------------------------------------------------ */
31
 
32
- /* Fixes alignment issues due to padding & border thickness */
 
33
  .wpcf7-form.cf7skins *,
34
  .wpcf7-form.cf7skins *:before,
35
  .wpcf7-form.cf7skins *:after {
36
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
37
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
38
- box-sizing: border-box; /* Opera/IE 8+ */
39
  }
40
 
41
  .wpcf7-form.cf7skins p {
@@ -46,9 +46,7 @@ NOTE: These are used to reset standard HTML form elements within CF7 forms
46
  .wpcf7-form.cf7skins em {
47
  }
48
 
49
- /* Uncommenting the following CSS will overide the current themes default <span> element style within CF7 forms */
50
  .wpcf7-form.cf7skins span {
51
- /* padding: 0px; */
52
  }
53
 
54
  /* Form & Controls
@@ -171,11 +169,6 @@ NOTE: These items should be used to style the overall CF7 Form
171
  span.wpcf7-list-item {
172
  margin-left: 0.5em; in ./contact-form-7/includes/css/styles.css */
173
  }
174
-
175
- .wpcf7-form.cf7skins .wpcf7-list-item {
176
- }
177
- .wpcf7-form.cf7skins .wpcf7-list-item-label {
178
- }
179
 
180
  /* Checkboxes, Radio Buttons and Drop Down Menus
181
  ------------------------------------------------------------ */
@@ -274,3 +267,7 @@ NOTE: Special Classes are classes added in the CF7 Form HTML for a particular fo
274
  NOTE: Ready Styles are provided ready to be used in all CF7 forms
275
  ------------------------------------------------------------ */
276
 
 
 
 
 
3
  Default Contact Form 7 Skins Styling - provides base styling for all CF7 Skins Forms
4
  Author: Neil Murray
5
  Author URI: cf7skins.com
6
+ Version: 1.1
7
  */
8
 
9
  /* Table of Contents
18
  * Submit Buttons
19
  * Special Classes
20
  * Ready Styles
21
+ * Multi Styles
22
  */
23
 
24
  /* Import
 
25
  ------------------------------------------------------------ */
26
  /* @import url('../parent/style.css'); */
27
 
28
  /* Resets
 
29
  ------------------------------------------------------------ */
30
 
31
+ /* Alters the box model so that any border or padding property values are included within the width and height of an element */
32
+
33
  .wpcf7-form.cf7skins *,
34
  .wpcf7-form.cf7skins *:before,
35
  .wpcf7-form.cf7skins *:after {
36
  -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
37
  -moz-box-sizing: border-box; /* Firefox, other Gecko */
38
+ box-sizing: border-box;
39
  }
40
 
41
  .wpcf7-form.cf7skins p {
46
  .wpcf7-form.cf7skins em {
47
  }
48
 
 
49
  .wpcf7-form.cf7skins span {
 
50
  }
51
 
52
  /* Form & Controls
169
  span.wpcf7-list-item {
170
  margin-left: 0.5em; in ./contact-form-7/includes/css/styles.css */
171
  }
 
 
 
 
 
172
 
173
  /* Checkboxes, Radio Buttons and Drop Down Menus
174
  ------------------------------------------------------------ */
267
  NOTE: Ready Styles are provided ready to be used in all CF7 forms
268
  ------------------------------------------------------------ */
269
 
270
+
271
+ /** Multi Styles
272
+ NOTE: These styles provide styling for CF7 Skins Multi elements
273
+ ------------------------------------------------------------ */
images/cf7skins-forms.jpg ADDED
Binary file
images/cf7skins-logic-logo.png ADDED
Binary file
images/cf7skins-logo.png ADDED
Binary file
images/cf7skins-multi-logo.png ADDED
Binary file
images/cf7skins-ready-logo.png ADDED
Binary file
images/cf7skins-solution.jpg ADDED
Binary file
images/using-cf7skins.jpg ADDED
Binary file
includes/EDD_SL_Plugin_Updater.php CHANGED
@@ -174,14 +174,14 @@ class EDD_SL_Plugin_Updater {
174
 
175
  if ( empty( $version_info->download_link ) ) {
176
  printf(
177
- __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a>.', 'edd' ),
178
  esc_html( $version_info->name ),
179
  esc_url( $changelog_link ),
180
  esc_html( $version_info->new_version )
181
  );
182
  } else {
183
  printf(
184
- __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a> or <a href="%4$s">update now</a>.', 'edd' ),
185
  esc_html( $version_info->name ),
186
  esc_url( $changelog_link ),
187
  esc_html( $version_info->new_version ),
@@ -326,7 +326,7 @@ class EDD_SL_Plugin_Updater {
326
  }
327
 
328
  if( ! current_user_can( 'update_plugins' ) ) {
329
- wp_die( __( 'You do not have permission to install plugin updates', 'edd' ), __( 'Error', 'edd' ), array( 'response' => 403 ) );
330
  }
331
 
332
  $response = $this->api_request( 'plugin_latest_version', array( 'slug' => $_REQUEST['slug'] ) );
174
 
175
  if ( empty( $version_info->download_link ) ) {
176
  printf(
177
+ __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a>.', CF7SKINS_TEXTDOMAIN ),
178
  esc_html( $version_info->name ),
179
  esc_url( $changelog_link ),
180
  esc_html( $version_info->new_version )
181
  );
182
  } else {
183
  printf(
184
+ __( 'There is a new version of %1$s available. <a target="_blank" class="thickbox" href="%2$s">View version %3$s details</a> or <a href="%4$s">update now</a>.', CF7SKINS_TEXTDOMAIN ),
185
  esc_html( $version_info->name ),
186
  esc_url( $changelog_link ),
187
  esc_html( $version_info->new_version ),
326
  }
327
 
328
  if( ! current_user_can( 'update_plugins' ) ) {
329
+ wp_die( __( 'You do not have permission to install plugin updates', CF7SKINS_TEXTDOMAIN ), __( 'Error', CF7SKINS_TEXTDOMAIN ), array( 'response' => 403 ) );
330
  }
331
 
332
  $response = $this->api_request( 'plugin_latest_version', array( 'slug' => $_REQUEST['slug'] ) );
includes/admin.php CHANGED
@@ -19,6 +19,13 @@ class CF7_Skins_Admin {
19
  */
20
  function __construct() {
21
 
 
 
 
 
 
 
 
22
  // Create the metabox for CF7 Skins
23
  add_action( 'wpcf7_add_meta_boxes', array( &$this, 'add_meta_boxes' ) );
24
  add_action( 'wpcf7_admin_footer', array( &$this, 'add_meta_boxes_42' ) );
@@ -26,10 +33,27 @@ class CF7_Skins_Admin {
26
  // Push the styles and scripts to the admin header
27
  add_action( 'admin_enqueue_scripts', array( &$this, 'admin_enqueue_scripts' ) );
28
 
 
 
29
  // Action hooks to store selected template and style while updating or creating new CF7
30
  add_action( 'wpcf7_after_create', array( &$this, 'skin_update' ) );
 
31
  add_action( 'wpcf7_after_update', array( &$this, 'skin_update' ) );
32
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
33
 
34
 
35
  /**
@@ -60,7 +84,45 @@ class CF7_Skins_Admin {
60
 
61
  // Add action while saving the contact form 7
62
  do_action( 'cf7s_update', $cf7 );
63
- }
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
64
 
65
 
66
  /**
@@ -98,8 +160,11 @@ class CF7_Skins_Admin {
98
  'loading' => __('Loading template...', CF7SKINS_TEXTDOMAIN ),
99
  'emptyfilter' => __('Empty filter, please select a filter.', CF7SKINS_TEXTDOMAIN ),
100
  'select' => __('Select', CF7SKINS_TEXTDOMAIN ),
101
- 'selected' => __('Selected', CF7SKINS_TEXTDOMAIN ),
 
102
  'expanded' => __('Expanded View', CF7SKINS_TEXTDOMAIN ),
 
 
103
  )
104
  ));
105
 
@@ -115,9 +180,9 @@ class CF7_Skins_Admin {
115
  * @since 0.0.1
116
  */
117
  function add_meta_boxes( $post_id ) {
118
- add_meta_box( 'cf7s', __( 'Skins', 'cf7skins' ),
119
  array( &$this, 'skins_meta_box' ), null, 'mail', 'core' );
120
-
121
  // Add action while creating the skins metabox
122
  do_action( 'cf7s_add_meta_boxes', $post_id );
123
  }
@@ -135,7 +200,7 @@ class CF7_Skins_Admin {
135
 
136
  $postbox_meta = get_post_meta( $cf7->id(), 'cf7s_postbox', true );
137
  $postbox_class = isset( $postbox_meta[CF7SKINS_OPTIONS] ) ? $postbox_meta[CF7SKINS_OPTIONS] : '';
138
-
139
  // Create the container id for javascript pointer
140
  // This is added if using add_meta_box() function
141
  echo '<div class="wrap">';
@@ -145,7 +210,7 @@ class CF7_Skins_Admin {
145
  echo '<h3 class="hndle"><span>'. __('Skins', CF7SKINS_TEXTDOMAIN ) .'</span></h3>';
146
  echo '<div class="inside">';
147
  echo '<div id="cf7s" class="cf7-42">';
148
- $this->generate_tab( null, null ); // in tab.php
149
  echo '</div>';
150
  echo '</div>';
151
  echo '</div>';
@@ -182,5 +247,16 @@ class CF7_Skins_Admin {
182
  return true;
183
 
184
  return false;
185
- }
 
 
 
 
 
 
 
 
 
 
 
186
  }
19
  */
20
  function __construct() {
21
 
22
+ /**
23
+ * Return if current user does not have capability access
24
+ * @since 1.1.1
25
+ */
26
+ if ( ! current_user_can( WPCF7_ADMIN_READ_WRITE_CAPABILITY ) )
27
+ return;
28
+
29
  // Create the metabox for CF7 Skins
30
  add_action( 'wpcf7_add_meta_boxes', array( &$this, 'add_meta_boxes' ) );
31
  add_action( 'wpcf7_admin_footer', array( &$this, 'add_meta_boxes_42' ) );
33
  // Push the styles and scripts to the admin header
34
  add_action( 'admin_enqueue_scripts', array( &$this, 'admin_enqueue_scripts' ) );
35
 
36
+ add_filter( 'wpcf7_copy', array( $this, 'store_copy_id' ), 1, 2 ); // @since 1.2
37
+
38
  // Action hooks to store selected template and style while updating or creating new CF7
39
  add_action( 'wpcf7_after_create', array( &$this, 'skin_update' ) );
40
+ add_action( 'wpcf7_after_create', array( &$this, 'cf7skins_copy' ) ); // @since 1.2
41
  add_action( 'wpcf7_after_update', array( &$this, 'skin_update' ) );
42
+ add_action( 'wpcf7_admin_footer', array( $this, 'cf7skins_admin_footer' ) ); // @since 1.1.1
43
+ }
44
+
45
+
46
+ /**
47
+ * Store current form id while duplicating
48
+ *
49
+ * @param $new (object) new created contact form
50
+ * $wpcf7 (class) WPCF7_ContactForm
51
+ * @since 1.2
52
+ */
53
+ function store_copy_id( $new, $wpcf7 ) {
54
+ update_option( '_cf7skins_copy_id', $wpcf7->id() ); // store copied ID to database
55
+ return $new;
56
+ }
57
 
58
 
59
  /**
84
 
85
  // Add action while saving the contact form 7
86
  do_action( 'cf7s_update', $cf7 );
87
+ }
88
+
89
+
90
+ /**
91
+ * Copy function
92
+ *
93
+ * @param $cf7 (class) WPCF7_ContactForm
94
+ * @since 1.2
95
+ */
96
+ function cf7skins_copy( $cf7 ) {
97
+
98
+ if( ! $copy_id = get_option( '_cf7skins_copy_id' ) ) // make sure this is a copy action only
99
+ return;
100
+
101
+ $cf7->copy_id = $copy_id; // add new property to the class for further use
102
+
103
+ // Get current skins
104
+ $template = get_post_meta( $copy_id, 'cf7s_template', true );
105
+ $style = get_post_meta( $copy_id, 'cf7s_style', true );
106
+ $postbox = get_post_meta( $copy_id, 'cf7s_postbox', true );
107
+
108
+ // Copy skins
109
+ update_post_meta( $cf7->id(), 'cf7s_template', $template );
110
+ update_post_meta( $cf7->id(), 'cf7s_style', $style );
111
+ update_post_meta( $cf7->id(), 'cf7s_postbox', $postbox );
112
+
113
+ /**
114
+ * Copy hook action
115
+ *
116
+ * @param $cf7 (class) WPCF7_ContactForm.
117
+ * $cf7->id() is the new created CF7 ID
118
+ * $cf7->copy_id is the original copied CF7 ID
119
+ * @since 1.1.2
120
+ */
121
+ do_action( 'cf7skins_copy', $cf7 );
122
+
123
+ // Delete to avoid this function running twice while doing default saving
124
+ delete_option( '_cf7skins_copy_id' );
125
+ }
126
 
127
 
128
  /**
160
  'loading' => __('Loading template...', CF7SKINS_TEXTDOMAIN ),
161
  'emptyfilter' => __('Empty filter, please select a filter.', CF7SKINS_TEXTDOMAIN ),
162
  'select' => __('Select', CF7SKINS_TEXTDOMAIN ),
163
+ 'selected' => __('Selected', CF7SKINS_TEXTDOMAIN ),
164
+ 'deselect' => __('Deselect', CF7SKINS_TEXTDOMAIN ),
165
  'expanded' => __('Expanded View', CF7SKINS_TEXTDOMAIN ),
166
+ 'deselect_style' => __('Click to remove this Style from your form.', CF7SKINS_TEXTDOMAIN ),
167
+ 'deselect_template' => __('Click to remove this Template from your form.', CF7SKINS_TEXTDOMAIN ),
168
  )
169
  ));
170
 
180
  * @since 0.0.1
181
  */
182
  function add_meta_boxes( $post_id ) {
183
+ add_meta_box( 'cf7s', __( 'Skins', CF7SKINS_TEXTDOMAIN ),
184
  array( &$this, 'skins_meta_box' ), null, 'mail', 'core' );
185
+
186
  // Add action while creating the skins metabox
187
  do_action( 'cf7s_add_meta_boxes', $post_id );
188
  }
200
 
201
  $postbox_meta = get_post_meta( $cf7->id(), 'cf7s_postbox', true );
202
  $postbox_class = isset( $postbox_meta[CF7SKINS_OPTIONS] ) ? $postbox_meta[CF7SKINS_OPTIONS] : '';
203
+
204
  // Create the container id for javascript pointer
205
  // This is added if using add_meta_box() function
206
  echo '<div class="wrap">';
210
  echo '<h3 class="hndle"><span>'. __('Skins', CF7SKINS_TEXTDOMAIN ) .'</span></h3>';
211
  echo '<div class="inside">';
212
  echo '<div id="cf7s" class="cf7-42">';
213
+ $this->generate_tab( $cf7, null ); // in tab.php
214
  echo '</div>';
215
  echo '</div>';
216
  echo '</div>';
247
  return true;
248
 
249
  return false;
250
+ }
251
+
252
+
253
+ /**
254
+ * Add CF7 admin footer hook
255
+ * All other addons should use this action hook
256
+ *
257
+ * @since 1.1.1
258
+ */
259
+ function cf7skins_admin_footer() {
260
+ do_action( 'cf7skins_admin_footer' );
261
+ }
262
  }
includes/{contact.php → cf7-connect.php} RENAMED
@@ -10,62 +10,20 @@
10
  */
11
 
12
 
13
- class CF7_Skins_Contact {
14
 
15
  /**
16
  * Class constructor
17
  *
18
- * @uses http://codex.wordpress.org/Function_Reference/add_action
19
- * @uses http://codex.wordpress.org/Function_Reference/add_filter
20
  * @since 0.0.1
21
  */
22
  function __construct() {
23
- add_filter( 'wpcf7_form_class_attr', array( &$this, 'form_class_attr' ) );
24
- add_action( 'wpcf7_contact_form', array( &$this, 'contact_form' ), 1 );
25
- add_action( 'wp_head', array( $this, 'print_custom' ) );
26
- add_action( 'cf7skins_enqueue_styles', array( $this, 'skins_style' ), 9, 1 ); // Priority set to 9
27
  }
28
 
29
 
30
- /**
31
- * Parse the CF7 shortcode ID in single or nested shortcodes
32
- * @return (array) of CF7 id(s)
33
- * @since 1.0.2
34
- */
35
- function parse_shortcode_id( $content ) {
36
- $tag = 'contact-form-7';
37
-
38
- // Return if there is no CF7 shortcode in post content
39
- if ( ! has_shortcode( $content , $tag ) )
40
- return false;
41
-
42
- // Get all the CF7 form shortcodes in the post content
43
- // Use similar approach as wp-includes\shortcodes.php has_shortcode() function
44
- preg_match_all( '/' . get_shortcode_regex() . '/s', $content, $matches, PREG_SET_ORDER );
45
-
46
- if ( empty( $matches ) )
47
- return false;
48
-
49
- // Loop through shortcodes, parse shortcode attributes and get the CF7 form ID
50
- foreach ( $matches as $shortcode ) {
51
-
52
- if ( $tag === $shortcode[2] ) {
53
- $atts = shortcode_parse_atts( $shortcode[3] );
54
- $ids[] = $atts['id']; // Add the CF7 form ID
55
-
56
- // Nested shortcode
57
- } elseif ( ! empty( $shortcode[5] ) && has_shortcode( $shortcode[5], $tag ) ) { // nested shortcodes
58
- $shortcode = $this->parse_shortcode_id( $shortcode[5] );
59
- }
60
-
61
- }
62
-
63
- // Return all the CF7 form ID
64
- if ( isset( $ids ) )
65
- return $ids;
66
- }
67
-
68
-
69
  /**
70
  * Get contact form 7 id
71
  *
@@ -102,13 +60,15 @@ class CF7_Skins_Contact {
102
  /**
103
  * Stylesheet dependencies
104
  * Check if CF7 default stylesheet is still registered
 
105
  *
106
  * @param none
107
  * @since 1.1.1
108
  */
109
  public static function stylesheet_dependencies() {
110
  $deps = array();
111
- if ( wp_style_is( 'contact-form-7', 'registered' ) )
 
112
  $deps = array( 'contact-form-7' );
113
 
114
  return $deps;
@@ -116,12 +76,11 @@ class CF7_Skins_Contact {
116
 
117
 
118
  /**
119
- * Enqueue cf7s-framework + selected skin style .css file to the frontend.
120
  *
121
- * @var $style - The CF7 Skins style slug name applied to current CF7 form
122
- * @since 1.1
123
  */
124
- function enqueue_style( $style ) {
125
  wp_enqueue_style( "cf7s-framework-normalize",
126
  CF7SKINS_URL . 'css/framework/cf7s-normalize.css',
127
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
@@ -129,7 +88,16 @@ class CF7_Skins_Contact {
129
  wp_enqueue_style( "cf7s-framework-default",
130
  CF7SKINS_URL . 'css/framework/cf7s-default.css',
131
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
132
-
 
 
 
 
 
 
 
 
 
133
  /**
134
  * Filter hook action enqueue styles after CF7 Skins Framework
135
  * or before selected skin style
@@ -140,22 +108,24 @@ class CF7_Skins_Contact {
140
 
141
 
142
  /**
143
- * Enqueue cf7s-framework + selected skin style .css file to the frontend.
144
  *
145
- * @var $style - cf7skins style slug name applied to current CF7 form
 
146
  * @since 1.1
147
  */
148
- function skins_style( $style ) {
149
- $skins = CF7_Skin_Style::cf7s_get_style_list(); // get all skins
150
-
151
- if ( isset( $skins[$style] ) ) // check if skin is exists
152
- wp_enqueue_style( "cf7s-$style", $skins[$style]['url'] . trailingslashit( $skins[$style]['dir'] ) . $skins[$style]['index'],
 
153
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
154
  }
155
 
156
 
157
  /**
158
- * Add cf7skins classes to the CF7 HTML form class
159
  *
160
  * Based on selected template & style
161
  * eg. class="wpcf7-form cf7t-fieldset cf7s-wild-west"
@@ -164,10 +134,13 @@ class CF7_Skins_Contact {
164
  * @uses wpcf7_get_current_contact_form()
165
  * @file wp-content\plugins\contact-form-7\includes\contact-form.php
166
  *
 
 
167
  * @param $class is the CF7 HTML form class
 
168
  * @since 0.0.1
169
  */
170
- function form_class_attr( $class ) {
171
 
172
  // Get the current CF7 form ID
173
  $cf7 = wpcf7_get_current_contact_form(); // Current contact form 7 object
@@ -179,6 +152,8 @@ class CF7_Skins_Contact {
179
 
180
  // CF7 Skins default class
181
  $cf7skins_class = ( $template_class || $skin_class ) ? ' cf7skins' : '';
 
 
182
  $cf7skins_classes = apply_filters( 'cf7skins_form_classes', $cf7skins_class );
183
 
184
  // Return the modified class
@@ -198,9 +173,10 @@ class CF7_Skins_Contact {
198
  * @file wp-content\plugins\contact-form-7\includes\contact-form.php
199
  *
200
  * @param $cf7 Contact Form 7 object
 
201
  * @since 0.0.1
202
  */
203
- function contact_form( $cf7 ) {
204
  if( ! is_admin() ) {
205
 
206
  // Return if no cf7skins template or style was selected
@@ -209,8 +185,10 @@ class CF7_Skins_Contact {
209
 
210
  // Enqueue CF7 Skins styles
211
  // @since 1.1
212
- if( $style = get_post_meta( $cf7->id(), 'cf7s_style', true ) )
213
- $this->enqueue_style( $style );
 
 
214
 
215
  $form = $this->get_form_content( $cf7 );
216
 
@@ -228,6 +206,21 @@ class CF7_Skins_Contact {
228
  }
229
 
230
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
231
  /**
232
  * Add label and require <em> to CF7 form
233
  *
@@ -235,9 +228,9 @@ class CF7_Skins_Contact {
235
  * <li><label for="cf7s-name">Name <em class="cf7s-reqd">*</em></label> [text* cf7s-name]</li>
236
  *
237
  * @param $form Current CF7 form content
238
- * @since 0.0.1
239
  */
240
- function modify_form( $form ) {
241
  // Get all current shortcode
242
  $manager = WPCF7_ShortcodeManager::get_instance();
243
  $scanned = $manager->scan_shortcode( $form );
@@ -283,35 +276,18 @@ class CF7_Skins_Contact {
283
  }
284
 
285
  return $form;
286
- }
287
-
288
-
289
- /**
290
- * Print selected enqueue styles from the settings page
291
- *
292
- * @parameter none
293
- * @since 1.1
294
- * @author Neil Murray
295
- */
296
- function custom_enqueue_style() {
297
- $option = get_option( CF7SKINS_OPTIONS );
298
- if( isset( $option['enqueue_styles'] ) && is_array( $option['enqueue_styles'] ) )
299
- foreach( $option['enqueue_styles'] as $k => $val )
300
- $this->enqueue_style($k);
301
- }
302
-
303
-
304
- /**
305
- * Print custom scripts/styles from the settings page
306
- *
307
- * @parameter none
308
- * @since 0.1.0
309
- * @author Neil Murray
310
- */
311
- function print_custom() {
312
- $option = get_option( CF7SKINS_OPTIONS );
313
- if( isset( $option['custom'] ) && $option['custom'] )
314
- echo $option['custom'];
315
  }
 
316
 
317
- } new CF7_Skins_Contact();
 
 
 
 
 
 
 
 
 
 
 
10
  */
11
 
12
 
13
+ class CF7_Skins_CF7_Connect {
14
 
15
  /**
16
  * Class constructor
17
  *
 
 
18
  * @since 0.0.1
19
  */
20
  function __construct() {
21
+ add_filter( 'wpcf7_form_class_attr', array( &$this, 'form_classes' ) );
22
+ add_action( 'wpcf7_contact_form', array( &$this, 'cf7_form' ), 1 );
23
+ add_action( 'cf7skins_enqueue_styles', array( $this, 'enqueue_skins_style' ), 9, 1 ); // Priority set to 9
 
24
  }
25
 
26
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
27
  /**
28
  * Get contact form 7 id
29
  *
60
  /**
61
  * Stylesheet dependencies
62
  * Check if CF7 default stylesheet is still registered
63
+ * Also used by other CF7 Skins plugins
64
  *
65
  * @param none
66
  * @since 1.1.1
67
  */
68
  public static function stylesheet_dependencies() {
69
  $deps = array();
70
+
71
+ if ( wp_style_is( 'contact-form-7', 'registered' ) ) // Check if CF7 default stylesheet is still registered
72
  $deps = array( 'contact-form-7' );
73
 
74
  return $deps;
76
 
77
 
78
  /**
79
+ * Enqueue cf7s-framework files to the frontend.
80
  *
81
+ * @since 1.1.1
 
82
  */
83
+ function enqueue_frameworks() {
84
  wp_enqueue_style( "cf7s-framework-normalize",
85
  CF7SKINS_URL . 'css/framework/cf7s-normalize.css',
86
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
88
  wp_enqueue_style( "cf7s-framework-default",
89
  CF7SKINS_URL . 'css/framework/cf7s-default.css',
90
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
91
+ }
92
+
93
+
94
+ /**
95
+ * Allow other functions to run with this hook and enqueue styles to the front end
96
+ *
97
+ * @var $style - CF7 Skins style slug name applied to current CF7 form
98
+ * @since 1.1
99
+ */
100
+ function enqueue_styles( $style ) {
101
  /**
102
  * Filter hook action enqueue styles after CF7 Skins Framework
103
  * or before selected skin style
108
 
109
 
110
  /**
111
+ * Enqueue selected skin style .css file to the frontend by using the 'cf7skins_enqueue_styles' hook
112
  *
113
+ * @var $style - CF7 Skins style slug name applied to current CF7 form
114
+ * @previous skins_style
115
  * @since 1.1
116
  */
117
+ function enqueue_skins_style( $style ) {
118
+
119
+ $styles = CF7_Skin_Style::cf7s_get_style_list(); // get all installed styles
120
+
121
+ if ( isset( $styles[$style] ) ) // check if style exists then enqueue it
122
+ wp_enqueue_style( "cf7s-$style", $styles[$style]['url'] . trailingslashit( $styles[$style]['dir'] ) . $styles[$style]['index'],
123
  $this->stylesheet_dependencies(), CF7SKINS_VERSION, 'all' );
124
  }
125
 
126
 
127
  /**
128
+ * Add CF7 Skins classes to the CF7 HTML form class
129
  *
130
  * Based on selected template & style
131
  * eg. class="wpcf7-form cf7t-fieldset cf7s-wild-west"
134
  * @uses wpcf7_get_current_contact_form()
135
  * @file wp-content\plugins\contact-form-7\includes\contact-form.php
136
  *
137
+ * @filter 'cf7skins_form_classes' - allows other CF7 Skins plugins to add their style classes
138
+ *
139
  * @param $class is the CF7 HTML form class
140
+ * @previous form_class_attr()
141
  * @since 0.0.1
142
  */
143
+ function form_classes( $class ) {
144
 
145
  // Get the current CF7 form ID
146
  $cf7 = wpcf7_get_current_contact_form(); // Current contact form 7 object
152
 
153
  // CF7 Skins default class
154
  $cf7skins_class = ( $template_class || $skin_class ) ? ' cf7skins' : '';
155
+
156
+ // Apply filter to allow other functions to modify the class
157
  $cf7skins_classes = apply_filters( 'cf7skins_form_classes', $cf7skins_class );
158
 
159
  // Return the modified class
173
  * @file wp-content\plugins\contact-form-7\includes\contact-form.php
174
  *
175
  * @param $cf7 Contact Form 7 object
176
+ * @previous contact_form()
177
  * @since 0.0.1
178
  */
179
+ function cf7_form( $cf7 ) {
180
  if( ! is_admin() ) {
181
 
182
  // Return if no cf7skins template or style was selected
185
 
186
  // Enqueue CF7 Skins styles
187
  // @since 1.1
188
+ if( $style = get_post_meta( $cf7->id(), 'cf7s_style', true ) ) {
189
+ $this->enqueue_frameworks();
190
+ $this->enqueue_styles( $style );
191
+ }
192
 
193
  $form = $this->get_form_content( $cf7 );
194
 
206
  }
207
 
208
 
209
+ /**
210
+ * Modify current CF7 form
211
+ *
212
+ * @param $form Current CF7 form content
213
+ * @since 0.0.1
214
+ */
215
+ function modify_form( $form ) {
216
+
217
+ // Add label required
218
+ $form = $this->mod_add_label_req( $form );
219
+
220
+ return $form;
221
+ }
222
+
223
+
224
  /**
225
  * Add label and require <em> to CF7 form
226
  *
228
  * <li><label for="cf7s-name">Name <em class="cf7s-reqd">*</em></label> [text* cf7s-name]</li>
229
  *
230
  * @param $form Current CF7 form content
231
+ * @since 1.1.1
232
  */
233
+ function mod_add_label_req( $form ) {
234
  // Get all current shortcode
235
  $manager = WPCF7_ShortcodeManager::get_instance();
236
  $scanned = $manager->scan_shortcode( $form );
276
  }
277
 
278
  return $form;
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
279
  }
280
+ }
281
 
282
+
283
+ /**
284
+ * CF7_Skins_Contact class backcompat for older CF7 Skins versions (deprecated)
285
+ *
286
+ * @since 1.1.1
287
+ * @author Neil Murray
288
+ */
289
+ class CF7_Skins_Contact extends CF7_Skins_CF7_Connect {
290
+ function __construct() {
291
+ parent::__construct();
292
+ }
293
+ } new CF7_Skins_Contact();
includes/getting-started.php ADDED
@@ -0,0 +1,114 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Getting Started
4
+ *
5
+ * @package cf7skins
6
+ * @author Neil Murray
7
+ * @since 1.2
8
+ */
9
+ ?>
10
+ <div class="cf7s-info">
11
+ <h2>Quick Start Guide</h2>
12
+ <img src="<?php echo CF7SKINS_URL; ?>images/cf7skins-forms.jpg" alt="cf7skins-forms" width="400" height="320" class="alignright" /><p><a href="http://cf7skins.com" target="_blank"><strong>CF7 Skins</strong></a> makes it easier for regular WordPress users to create forms using built in <strong>Templates</strong> and <strong>Styles</strong>.</p>
13
+
14
+ <p>Simply select from a list of compatible <strong>Templates</strong> that cover many common forms and then choose from a range of professional and beautiful <strong>Styles</strong>.</p>
15
+
16
+ <p>Each <strong>Template</strong> acts as an easy to follow guide, which can be adapted to your particular requirements. Every <strong>Style</strong> covers the full range of Contact Form 7 form elements.</p>
17
+
18
+ <h3>Using CF7 Skins</h3>
19
+ <p>CF7 Skins appears in an extra <strong>Skins</strong> section in the Contact Form 7 form interface. Click on <strong>Contact</strong> in the WordPress admin menu and select an existing Contact Form 7 form or create a new one, then scroll down to the <strong>Skins</strong> section.</p>
20
+
21
+ <p>The <strong>Template</strong> tab displays the available templates. Click on <strong>Details</strong> below each template to show more information. Click on <strong>Select</strong> to apply this template in the Form editing area, where you can adjust the fields to match your requirements.</p>
22
+
23
+ <p>Click on the <strong>Style</strong> tab to view the list of available styles to choose from. <strong>Details</strong> below each style gives more information about each style. Find a style that you like and click <strong>Select</strong>. Then press <strong>Save</strong> to apply the style to your form.</p>
24
+
25
+ <h3>Doing more with CF7 Skins</h3>
26
+ <img src="<?php echo CF7SKINS_URL; ?>images/using-cf7skins.jpg" alt="cf7skins-forms" width="400" height="200" class="alignright" /><p>The CF7 Skins Knowledge Base can help you get more out of using CF7 Skins with your Contact Form 7 forms.</p>
27
+
28
+ <ul>
29
+ <li>
30
+ <a href="http://kb.cf7skins.com/understanding-templates-and-styles/" target="_blank">Understanding Templates and Styles</a>
31
+ </li>
32
+ <li>
33
+ <a href="http://kb.cf7skins.com/why-we-use-fieldset-legend-lists-in-cf7-skins/" target="_blank">Fieldset, Legend & Lists in CF7 Skins</a>
34
+ </li>
35
+ <li>
36
+ <a href="http://kb.cf7skins.com/edit-your-cf7-skins-form/" target="_blank">Edit your CF7 Skins Form</a>
37
+ </li>
38
+ <li>
39
+ <a href="http://kb.cf7skins.com/use-custom-css-plugin/" target="_blank">Modify your CF7 Skins Style</a>
40
+ </li>
41
+ </ul>
42
+
43
+ <p><a class="cf7s-btn" target="_blank" href="http://kb.cf7skins.com/category/using-cf7skins/">Learn More</a></p>
44
+
45
+ <h3>Documentation</h3>
46
+ <img src="<?php echo CF7SKINS_URL; ?>images/cf7skins-solution.jpg" alt="cf7skins-forms" width="400" height="200" class="alignright size-medium wp-image-2919" /><p>Our in-depth documentation is a great place to find detailed answers.</p>
47
+
48
+ <ul>
49
+ <li>
50
+ <strong><a href="http://docs.cf7skins.com/" target="_blank">Documentation</a></strong> - covers from how to get started up to how to customize your forms and everything else in between.
51
+ </li>
52
+ <li>
53
+ <strong><a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></strong> - you can search by Categories & Tags or Keywords.
54
+ </li>
55
+ <li>
56
+ <strong><a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a></strong> - to help you get started using CF7 Skins quickly & easily.
57
+ </li>
58
+ </ul>
59
+
60
+ <p><a href="http://cf7skins.com" target="_blank">Plugin Website</a> | <a href="http://cf7skins.com/pro-version/" target="_blank">Pro Version</a> | <a href="http://cf7skins.com/add-ons/" target="_blank">Add-ons</a></p>
61
+
62
+ <p><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a> | <a href="http://docs.cf7skins.com/" target="_blank">Documentation</a> | <a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a> | <a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></p>
63
+ </div>
64
+
65
+ <div class="cf7s-info-sidebar">
66
+ <h2>Do you enjoy using this plugin?</h2>
67
+ <p>You can help fellow WordPress users in the following simple ways:</p>
68
+ <ul>
69
+ <li>
70
+ <strong><a href="https://wordpress.org/support/view/plugin-reviews/contact-form-7-skins" target="_blank">Review</a></strong> - leave a plugin review on WordPress.org
71
+ </li>
72
+ <li>
73
+ <strong><a href="http://cf7skins.com/pro-version/testimonials/" target="_blank">Testimonial</a></strong> - add your Testimonial to those listed
74
+ </li>
75
+ <li>
76
+ <strong><a href="https://wordpress.org/plugins/contact-form-7-skins/" target="_blank">Compatibility</a></strong> - log in & vote "works" on your current versions
77
+ </li>
78
+ <li>
79
+ <strong><a href="http://cf7skins.com/support/#feedback" target="_blank">Feedback</a></strong> - help us to improve CF7 Skins by offering feedback
80
+ </li>
81
+ </ul>
82
+
83
+ <h2>Need some help?</h2>
84
+ <p>You have a number of options to help you use CF7 Skins:</p>
85
+ <ul>
86
+ <li>
87
+ <strong><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a></strong> - browse over some commonly asked questions.
88
+ </li>
89
+ <li>
90
+ <strong><a href="http://docs.cf7skins.com/" target="_blank">Documentation</a></strong> - a great place to find detailed answers.
91
+ </li>
92
+ <li>
93
+ <strong><a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></strong> - search by Categories & Tags or Keywords.
94
+ </li>
95
+ <li>
96
+ <strong><a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a></strong> - to help you get started quickly with CF7 Skins.
97
+ </li>
98
+ <li><strong>Free Version</strong></li>
99
+ <ul>
100
+ <li>
101
+ <strong><a href="https://wordpress.org/support/plugin/contact-form-7-skins" target="_blank">WordPress.org Support Forum</a></strong> - community based support offered by other CF7 Skin users (we visit the forum intermittently to assist with plugin bugs only).
102
+ </li>
103
+ </ul>
104
+ <li><strong>Pro Version & Add-ons</strong></li>
105
+ <ul>
106
+ <li>
107
+ <strong><a href="http://cf7skins.com/support/#premium-email-support" target="_blank">Premium Email Support</a></strong> - available (for current paid licenses) to deal with CF7 Skins Pro users questions and problems.
108
+ </li>
109
+ </ul>
110
+ </ul>
111
+ <p><a href="http://cf7skins.com" target="_blank">Plugin Website</a> | <a href="http://cf7skins.com/pro-version/" target="_blank">Pro Version</a> | <a href="http://cf7skins.com/add-ons/" target="_blank">Add-ons</a></p>
112
+
113
+ <p><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a> | <a href="http://docs.cf7skins.com/" target="_blank">Documentation</a> | <a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a> | <a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></p>
114
+ </div>
includes/license.php CHANGED
@@ -20,7 +20,8 @@ class CF7_Skins_License {
20
  */
21
  function __construct() {
22
 
23
- add_filter( 'cf7skins_setting_tabs', array( &$this, 'license_tab' ), 1, 1 );
 
24
  add_action( 'cf7skins_section_license', array( &$this, 'active_sites' ) );
25
  }
26
 
20
  */
21
  function __construct() {
22
 
23
+ // License tab should not be shown if CF7 Skins Pro is not installed
24
+ // add_filter( 'cf7skins_setting_tabs', array( &$this, 'license_tab' ), 1, 1 );
25
  add_action( 'cf7skins_section_license', array( &$this, 'active_sites' ) );
26
  }
27
 
includes/logs.php DELETED
@@ -1,213 +0,0 @@
1
- <?php
2
- /**
3
- * CF7 Skins Log Class
4
- *
5
- * @package cf7skins
6
- * @author Neil Murray
7
- * @since 0.5.0
8
- */
9
-
10
-
11
- class CF7_Skins_Log {
12
-
13
- var $textdomain;
14
-
15
- /**
16
- * Class constructor
17
- *
18
- * @since 0.5.0
19
- */
20
- function __construct() {
21
- $this->textdomain = CF7SKINS_TEXTDOMAIN;
22
- add_filter( 'cf7skins_setting_tabs', array( &$this, 'log_tab' ), 1, 9999 );
23
- add_filter( 'cf7skins_setting_fields', array( &$this, 'setting_fields' ) );
24
- add_action( 'cf7skins_setting_info', array( &$this, 'get_version_log' ) );
25
- add_action( 'cf7skins_setting_info', array( &$this, 'activation_log' ) );
26
- add_action( 'cf7skins_setting_info', array( &$this, 'deactivation_log' ) );
27
- add_action( 'admin_init', array( $this, 'page_init' ) );
28
- add_action( 'cf7skins_settings_enqueue_script', array( $this, 'enqueue_script' ) );
29
- }
30
-
31
-
32
- /**
33
- * Add the log tab/section in the settings page
34
- *
35
- * @filter cf7skins_setting_tabs
36
- * @param $tabs (array) array of tabs
37
- * @since 0.5.0
38
- */
39
- function log_tab( $section ) {
40
- $section['logs'] = __( 'Logs', CF7SKINS_TEXTDOMAIN );
41
- return $section;
42
- }
43
-
44
-
45
- /**
46
- * Add setting field to the log tab
47
- *
48
- * @filter cf7skins_setting_tabs
49
- * @param $fields (array) array of section fields
50
- * @since 0.5.0
51
- */
52
- function setting_fields( $fields ) {
53
- $fields['get_version'] = array(
54
- 'label' => __( 'Get Version', CF7SKINS_TEXTDOMAIN ),
55
- 'section' => 'logs',
56
- 'type' => 'info'
57
- );
58
-
59
- $fields['activation'] = array(
60
- 'label' => __( 'Activation', CF7SKINS_TEXTDOMAIN ),
61
- 'section' => 'logs',
62
- 'type' => 'info'
63
- );
64
-
65
- $fields['deactivation'] = array(
66
- 'label' => __( 'Deactivation', CF7SKINS_TEXTDOMAIN ),
67
- 'section' => 'logs',
68
- 'type' => 'info'
69
- );
70
-
71
- return $fields;
72
- }
73
-
74
-
75
- /**
76
- * Add setting field to the log tab
77
- *
78
- * @filter cf7skins_setting_tabs
79
- * @param $fields (array) array of section fields
80
- * @since 0.5.0
81
- */
82
- function get_version_log( $args ) {
83
- if ( 'get_version' != $args['label_for'] )
84
- return;
85
-
86
- if( is_array( $logs = get_option( 'cf7skins_get_version' ) ) ) {
87
-
88
- $string = '';
89
- foreach( $logs as $key => $value ) {
90
- $string .= '### '. strtoupper( $key ) .' ###' . "\n\n";
91
-
92
- if( $value )
93
- foreach( $value as $k => $v )
94
- $string .= "$k: $v". "\n\n";
95
-
96
- $string .= "\n\n";
97
- }
98
-
99
- echo '<textarea readonly="readonly" class="cf7skins-log">'. print_r( $string, true ) .'</textarea>';
100
-
101
- } else {
102
- _e( 'Not available', $this->textdomain );
103
- }
104
- }
105
-
106
-
107
- /**
108
- * Add setting field to the log tab
109
- *
110
- * @filter cf7skins_setting_tabs
111
- * @param $fields (array) array of section fields
112
- * @since 0.5.0
113
- */
114
- function activation_log( $args ) {
115
- if ( 'activation' != $args['label_for'] )
116
- return;
117
-
118
- if( is_array( $logs = get_option( 'cf7skins_activation' ) ) ) {
119
- $string = '';
120
- foreach( $logs as $key => $value ) {
121
- echo '<input type="submit" value="Delete Status ('. $key .')" name="'. $key .'_delete_status" class="button" /> ';
122
- $string .= '### '. strtoupper( $key ) . ' ###'. "\n\n";
123
- $string .= print_r( $value, true ). "\n\n";
124
- }
125
-
126
- echo '<br /><br /><textarea readonly="readonly" class="cf7skins-log">'. print_r( $string, true ) .'</textarea>';
127
-
128
- } else {
129
- _e( 'Not available', $this->textdomain );
130
- }
131
- }
132
-
133
-
134
- /**
135
- * Delete plugin activation license status
136
- *
137
- * @filter cf7skins_setting_tabs
138
- * @param $fields (array) array of section fields
139
- * @since 0.5.0
140
- */
141
- function page_init() {
142
- $logs = get_option( 'cf7skins_activation' );
143
-
144
- foreach( $_POST as $key => $value ) {
145
-
146
- // Check if user push the delete status
147
- if ( strpos( $key, '_delete_status' ) !== false ) {
148
-
149
- // Explode and get the first text
150
- $pieces = explode( '_', $key );
151
- $k = $pieces[0];
152
-
153
- unset( $logs[$k] ); // delete selected plugin log
154
- update_option( 'cf7skins_activation', $logs ); // update the activation log
155
- delete_option( $k.'_license_status' ); // delete the plugin license status
156
- }
157
- }
158
- }
159
-
160
-
161
- /**
162
- * Add setting field to the log tab
163
- *
164
- * @filter cf7skins_setting_tabs
165
- * @param $fields (array) array of section fields
166
- * @since 0.5.0
167
- */
168
- function deactivation_log( $args ) {
169
- if ( 'deactivation' != $args['label_for'] )
170
- return;
171
-
172
- if( is_array( $logs = get_option( 'cf7skins_deactivation' ) ) ) {
173
- $string = '';
174
- foreach( $logs as $key => $value ) {
175
- $string .= '### '. strtoupper( $key ) .' ###'. "\n\n";
176
- $string .= print_r( $value, true ). "\n\n";
177
- }
178
-
179
- echo '<textarea readonly="readonly" class="cf7skins-log">'. print_r( $string, true ) .'</textarea>';
180
- } else {
181
- _e( 'Not available', $this->textdomain );
182
- }
183
- }
184
-
185
-
186
- /**
187
- * Custom script and style for the setting page panel
188
- *
189
- * @param none
190
- * @since 1.1.1
191
- */
192
- function enqueue_script() {
193
- ?>
194
- <style type="text/css">
195
- .cf7skins-log {
196
- background: transparent;
197
- display: block;
198
- font-family: Menlo,Monaco,monospace;
199
- height: 400px;
200
- overflow: auto;
201
- font-size: 11px;
202
- white-space: pre;
203
- width: 100%;"
204
- }
205
- </style>
206
- <?php
207
- }
208
-
209
- } // End class
210
-
211
- $option = get_option( CF7SKINS_OPTIONS );
212
- if( isset( $option['display_log'] ) && $option['display_log'] )
213
- new CF7_Skins_Log(); // Create new instance
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
includes/pro-version.php ADDED
@@ -0,0 +1,178 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <?php
2
+ /**
3
+ * Pro Version & Add-ons
4
+ *
5
+ * @package cf7skins
6
+ * @author Neil Murray
7
+ * @since 1.2
8
+ */
9
+ ?>
10
+ <div class="cf7s-info">
11
+ <h2>Pro Version & Add-ons</h2>
12
+
13
+ <img title="CF7 Skins" src="<?php echo CF7SKINS_URL; ?>images/cf7skins-logo.png" alt="CF7 Skins" width="400" height="150" class="alignright" /><p>Ongoing development of CF7 Skins is made possible by sales of renewable annual licenses of our <a href="http://cf7skins.com/pro-version/" target="_blank">Pro Version</a> and <a href="http://cf7skins.com/add-ons/" target="_blank">Add-ons</a>.</p>
14
+
15
+ <h3>Pro Version</h3>
16
+
17
+ <p><a href="http://cf7skins.com/pro-version/" target="_blank"><strong>CF7 Skins Pro</strong></a> offers a wider range of Templates & Styles for commonly used forms.</p>
18
+
19
+ <p><a href="http://cf7skins.com/support/#premium-email-support" target="_blank"><strong>Premium Email Support</strong></a> is provided by paid staff to deal with Premium users questions and problems.</p>
20
+
21
+ <h3>Add-ons</h3>
22
+ <p>Our range of <a href="http://cf7skins.com/add-ons/" target="_blank"><strong>Add-ons</strong></a> brings the functionality available in other premium WordPress form plugins directly within Contact Form 7.</p>
23
+
24
+ <h4>CF7 Skins Add-ons offer a number of advantages:</h4>
25
+ <ul>
26
+ <li>
27
+ Your existing familiarity with using Contact Form 7 - you don't need to learn another WordPress form plugin
28
+ </li>
29
+ <li>
30
+ You can still use the many plugins available that extend Contact Form 7 - both free & premium
31
+ </li>
32
+ <li>
33
+ Purchase only the CF7 Skins Add-ons your require - mix and match to suit your needs
34
+ </li>
35
+ </ul>
36
+
37
+ <h3>CF7 Skins Ready</a></h3>
38
+
39
+ <a target="_blank" href="http://cf7skins.com/add-ons/ready/"><img title="CF7 Skins Ready" src="<?php echo CF7SKINS_URL; ?>images/cf7skins-ready-logo.png" alt="CF7 Skins Ready" width="400" height="150" class="alignright" /></a>
40
+
41
+ <p><a target="_blank" href="http://cf7skins.com/add-ons/ready/">CF7 Skins Ready</a> provides a range of useful pre-defined styles that can be used in all Contact Form 7 forms:</p>
42
+
43
+ <ul>
44
+ <li>
45
+ <strong>box</strong> - displays enclosed elements in a surrounding box
46
+ </li>
47
+ <li>
48
+ <strong>column</strong> - displays enclosed elements in a vertical column
49
+ </li>
50
+ <li>
51
+ <strong>grid</strong> - implements a CSS form grid
52
+ </li>
53
+ <li>
54
+ <strong>singleline</strong> - displays enclosed elements on a single line
55
+ </li>
56
+ <li>
57
+ <strong>checkbox-radio-horizontal</strong> - displays checkbox & radio button elements in horizontal line
58
+ </li>
59
+ </ul>
60
+
61
+ <p><a class="cf7s-btn" target="_blank" href="http://cf7skins.com/add-ons/ready/">CF7 Skins Ready</a></p>
62
+
63
+ <h3>CF7 Skins Multi</h3>
64
+
65
+ <a target="_blank" href="http://cf7skins.com/add-ons/multi/"><img title="CF7 Skins Multi" src="<?php echo CF7SKINS_URL; ?>images/cf7skins-multi-logo.png" alt="CF7 Skins Multi" width="400" height="150" class="alignright" /></a>
66
+
67
+ <p><a target="_blank" href="http://cf7skins.com/add-ons/multi/">CF7 Skins Multi</a> includes the features you need to make user friendly multi-part Contact Form 7 forms:</p>
68
+
69
+ <ul>
70
+ <li>
71
+ <strong>Tab Titles</strong> - with click Navigation
72
+ </li>
73
+ <li>
74
+ <strong>Progress Bar</strong> - indicates to users where they are
75
+ </li>
76
+ <li>
77
+ <strong>Navigation Buttons</strong> - Previous & Next on each Tab
78
+ </li>
79
+ <li>
80
+ <strong>Pagination</strong> - current page / total no.
81
+ </li>
82
+ <li>
83
+ <strong>Start & End Tabs</strong> - additional Navigation Buttons
84
+ </li>
85
+ <li>
86
+ <strong>Thank You Tab</strong> - extra page displayed only after completed form submission
87
+ </li>
88
+ <li>
89
+ <strong>Design Matches CF7 Skins Style</strong> - styling of multi-form elements matches selected CF7 Skins Style
90
+ </li>
91
+ </ul>
92
+
93
+ <p><a class="cf7s-btn" target="_blank" href="http://cf7skins.com/add-ons/multi/">CF7 Skins Multi</a></p>
94
+
95
+ <h3>CF7 Skins Logic</h3>
96
+
97
+ <a target="_blank" href="http://cf7skins.com/add-ons/logic/"><img title="CF7 Skins Logic" src="<?php echo CF7SKINS_URL; ?>images/cf7skins-logic-logo.png" alt="CF7 Skins Logic" width="400" height="150" class="alignright" /></a>
98
+
99
+ <p><a target="_blank" href="http://cf7skins.com/add-ons/logic/">CF7 Skins Logic</a> provides Conditional Logic for Contact Form 7 forms:</p>
100
+
101
+ <ul>
102
+ <li>
103
+ <strong>Show or Hide</strong> - fields
104
+ </li>
105
+ <li>
106
+ <strong>Criteria</strong> - field, user and post info
107
+ </li>
108
+ <li>
109
+ <strong>Value</strong> - equals, not equals, contains or changed
110
+ </li>
111
+ <li>
112
+ <strong>Compare</strong> - numeric or text values
113
+ </li>
114
+ <li>
115
+ <strong>Multiple logic statements</strong> - if all & if any
116
+ </li>
117
+ <li>
118
+ <strong>Multiple fields</strong> with varying logic
119
+ </li>
120
+ </ul>
121
+
122
+ <p><a class="cf7s-btn" target="_blank" href="http://cf7skins.com/add-ons/logic/">CF7 Skins Logic</a></p>
123
+
124
+ <p><a href="http://cf7skins.com" target="_blank">Plugin Website</a> | <a href="http://cf7skins.com/pro-version/" target="_blank">Pro Version</a> | <a href="http://cf7skins.com/add-ons/" target="_blank">Add-ons</a></p>
125
+
126
+ <p><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a> | <a href="http://docs.cf7skins.com/" target="_blank">Documentation</a> | <a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a> | <a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></p>
127
+ </div>
128
+
129
+ <div class="cf7s-info-sidebar">
130
+ <h2>Do you enjoy using this plugin?</h2>
131
+ <p>You can help fellow WordPress users in the following simple ways:</p>
132
+ <ul>
133
+ <li>
134
+ <strong><a href="https://wordpress.org/support/view/plugin-reviews/contact-form-7-skins" target="_blank">Review</a></strong> - leave a plugin review on WordPress.org
135
+ </li>
136
+ <li>
137
+ <strong><a href="http://cf7skins.com/pro-version/testimonials/" target="_blank">Testimonial</a></strong> - add your Testimonial to those listed
138
+ </li>
139
+ <li>
140
+ <strong><a href="https://wordpress.org/plugins/contact-form-7-skins/" target="_blank">Compatibility</a></strong> - log in & vote "works" on your current versions
141
+ </li>
142
+ <li>
143
+ <strong><a href="http://cf7skins.com/support/#feedback" target="_blank">Feedback</a></strong> - help us to improve CF7 Skins by offering feedback
144
+ </li>
145
+ </ul>
146
+
147
+ <h2>Need some help?</h2>
148
+ <p>You have a number of options to help you use CF7 Skins:</p>
149
+ <ul>
150
+ <li>
151
+ <strong><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a></strong> - browse over some commonly asked questions. Chances are your question has been asked before and answered here.
152
+ </li>
153
+ <li>
154
+ <strong><a href="http://docs.cf7skins.com/" target="_blank">Documentation</a></strong> - a great place to find detailed answers. It covers how to get started, how to customize your forms with CF7 Skins and everything else in between.
155
+ </li>
156
+ <li>
157
+ <strong><a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></strong> - maintained by the CF7 Skins Support Team to help you solve most questions. You can search it either by Categories & Tags or Keywords.
158
+ </li>
159
+ <li>
160
+ <strong><a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a></strong> - to help you get started using CF7 Skins quickly & easily.
161
+ </li>
162
+ <li><strong>Free Version</strong></li>
163
+ <ul>
164
+ <li>
165
+ <strong><a href="https://wordpress.org/support/plugin/contact-form-7-skins" target="_blank">WordPress.org Support Forum</a></strong> - community based support offered by other CF7 Skin users (we visit the forum intermittently to assist with plugin bugs only).
166
+ </li>
167
+ </ul>
168
+ <li><strong>Pro Version & Add-ons</strong></li>
169
+ <ul>
170
+ <li>
171
+ <strong><a href="http://cf7skins.com/support/#premium-email-support" target="_blank">Premium Email Support</a></strong> - available (for current paid licenses) to deal with CF7 Skins Pro users questions and problems.
172
+ </li>
173
+ </ul>
174
+ </ul>
175
+ <p><a href="http://cf7skins.com" target="_blank">Plugin Website</a> | <a href="http://cf7skins.com/pro-version/" target="_blank">Pro Version</a> | <a href="http://cf7skins.com/add-ons/" target="_blank">Add-ons</a></p>
176
+
177
+ <p><a href="http://kb.cf7skins.com/faq/" target="_blank">FAQ</a> | <a href="http://docs.cf7skins.com/" target="_blank">Documentation</a> | <a href="http://kb.cf7skins.com/category/tutorials/" target="_blank">Tutorials</a> | <a href="http://kb.cf7skins.com/" target="_blank">Knowledge Base</a></p>
178
+ </div>
includes/settings.php CHANGED
@@ -18,12 +18,14 @@ class CF7_Skins_Settings {
18
  // Define class variables
19
  var $tabs, $section, $fields, $slug, $textdomain;
20
 
 
21
  /**
22
  * Class constructor
23
  *
24
- * @uses http://codex.wordpress.org/Function_Reference/add_action
25
- * @uses http://codex.wordpress.org/Function_Reference/add_filter
26
  * @filter cf7skins_setting_tabs
 
 
 
27
  * @since 0.1.0
28
  */
29
  function __construct() {
@@ -35,36 +37,53 @@ class CF7_Skins_Settings {
35
 
36
  add_action( 'admin_menu', array( $this, 'add_menu_page' ) );
37
  add_action( 'admin_init', array( $this, 'page_init' ) );
 
 
38
  }
39
 
40
 
41
  /**
42
  * Add CF7 Skins Settings page as submenu under Contact Form 7 plugin menu item
 
 
43
  *
44
  * @see add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function );
45
  * @since 0.1.0
46
  */
47
  function add_menu_page() {
 
 
48
  $this->tabs = apply_filters( 'cf7skins_setting_tabs', array(
49
  'general' => __( 'General', $this->textdomain ),
50
- 'advanced' => __( 'Advanced', $this->textdomain )
 
 
51
  ));
52
 
53
- $page = add_submenu_page( 'wpcf7', 'CF7 Skins Settings', 'CF7 Skins', 'manage_options', 'cf7skins', array( $this, 'settings_fields' ) );
 
54
 
 
55
  add_action( 'admin_print_scripts-' . $page, array( &$this, 'enqueue_script' ) );
56
  }
57
 
58
 
59
  /**
60
- * Add Settings jQuery
 
 
61
  *
62
  * @since 0.1.0
63
  */
64
  function enqueue_script() {
 
65
  wp_enqueue_script( $this->slug, CF7SKINS_URL . 'js/jquery.settings.js', array( 'jquery', 'jquery-ui-sortable' ), CF7SKINS_VERSION );
66
 
67
- // Filter action @since 1.1.1
 
 
 
 
68
  do_action( 'cf7skins_settings_enqueue_script' );
69
  }
70
 
@@ -76,18 +95,22 @@ class CF7_Skins_Settings {
76
  * @see settings_fields ( string $option_group = null )
77
  * Print out the settings fields for a particular settings section
78
  * @see do_settings_fields ( string $page = null, section $section = null )
 
 
 
 
79
  * @since 0.1.0
80
  */
81
- function settings_fields() {
82
  ?>
83
- <div class="wrap">
84
  <?php //echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $this->options, true ) .'</pre>'; ?>
85
- <h2><?php _e( 'Contact Form 7 Skins Settings', $this->textdomain ); ?></h2><br />
86
  <h2 class="nav-tab-wrapper">
87
  <?php
88
  foreach( $this->tabs as $tab => $name ) {
89
  $class = ( $tab == $this->section ) ? ' nav-tab-active' : '';
90
- echo "<a class='nav-tab$class' href='?page=". $this->slug ."&tab=$tab'>$name</a>";
91
  }
92
  ?>
93
  </h2>
@@ -98,7 +121,14 @@ class CF7_Skins_Settings {
98
  echo '<table class="form-table">';
99
  do_settings_fields( $this->slug, $this->section );
100
  echo '</table>';
 
 
 
 
 
 
101
  do_action( "cf7skins_section_{$this->section}" );
 
102
  submit_button( __( 'Save Changes', $this->textdomain ) );
103
  ?>
104
  </form>
@@ -170,8 +200,7 @@ class CF7_Skins_Settings {
170
  'type' => 'checkbox',
171
  'default' => false,
172
  'detail' => __( 'Remove CF7 default CSS stylesheet dependency.', $this->textdomain ),
173
- ),
174
- */
175
  'display_log' => array(
176
  'section' => 'advanced',
177
  'label' => __( 'Display Log', $this->textdomain ),
@@ -179,6 +208,7 @@ class CF7_Skins_Settings {
179
  'default' => false,
180
  'detail' => __( 'Displays plugin log tab.', $this->textdomain ),
181
  ),
 
182
  'delete_data' => array(
183
  'section' => 'advanced',
184
  'label' => __( 'Delete Settings', $this->textdomain ),
@@ -260,7 +290,8 @@ class CF7_Skins_Settings {
260
 
261
 
262
  /**
263
- * Print the option field in the section
 
264
  *
265
  * @params $args
266
  * @since 0.1.0
@@ -268,8 +299,11 @@ class CF7_Skins_Settings {
268
  public function setting_field( $args ) {
269
  // echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $this->options, true ) .'</pre>';
270
  // echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $args, true ) .'</pre>';
 
271
  extract( $args );
 
272
  $id = isset( $label_for ) ? $label_for : ''; // Use label_for arg as id if set
 
273
  switch ( $type ) {
274
  case 'textarea':
275
  printf( '<textarea id="%1$s" name="'.$this->slug.'[%1$s]" cols="50" rows="5" class="large-text">%2$s</textarea>',
@@ -363,25 +397,59 @@ class CF7_Skins_Settings {
363
  function color_scheme() {
364
  $colors = array();
365
 
 
366
  $color = new stdClass();
367
  $color->name = __('Default', $this->textdomain);
368
  $color->url = CF7SKINS_URL . 'css/admin.css';
369
  $color->colors = array( '#94B2CE', '#C4D9EE', '#70A74A', '#C9F4B0' );
370
  $colors['default'] = $color;
371
 
 
372
  $color = new stdClass();
373
  $color->name = __('Wheat', $this->textdomain);
374
  $color->url = CF7SKINS_URL . 'css/admin.css';
375
  $color->colors = array( '#EEEEEE', '#E5E5E5', '#E5EAA8', '#DAE193' );
376
  $colors['wheat'] = $color;
377
 
 
378
  $color = new stdClass();
379
  $color->name = __('Ocean', $this->textdomain);
380
  $color->url = CF7SKINS_URL . 'css/admin.css';
381
  $color->colors = array( '#ECF7FB', '#CDE8F1', '#D6F9C1', '#C2F0A5' );
382
  $colors['ocean'] = $color;
383
 
 
 
 
 
 
 
 
384
  return apply_filters( 'cf7skins_color_scheme', $colors );
385
  }
386
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
387
  } new CF7_Skins_Settings();
18
  // Define class variables
19
  var $tabs, $section, $fields, $slug, $textdomain;
20
 
21
+
22
  /**
23
  * Class constructor
24
  *
 
 
25
  * @filter cf7skins_setting_tabs
26
+ * @filter cf7skins_color_scheme
27
+ * @filter cf7skins_section_tab
28
+ * do_action cf7skins_settings_enqueue_script
29
  * @since 0.1.0
30
  */
31
  function __construct() {
37
 
38
  add_action( 'admin_menu', array( $this, 'add_menu_page' ) );
39
  add_action( 'admin_init', array( $this, 'page_init' ) );
40
+ add_action( 'cf7skins_section_getting-started', array( $this, 'getting_started_section' ) );
41
+ add_action( 'cf7skins_section_add-ons', array( $this, 'add_ons_section' ) );
42
  }
43
 
44
 
45
  /**
46
  * Add CF7 Skins Settings page as submenu under Contact Form 7 plugin menu item
47
+ *
48
+ * @filter 'cf7skins_setting_tabs'
49
  *
50
  * @see add_submenu_page( $parent_slug, $page_title, $menu_title, $capability, $menu_slug, $function );
51
  * @since 0.1.0
52
  */
53
  function add_menu_page() {
54
+
55
+ // Apply filter to allow other functions to add tabs
56
  $this->tabs = apply_filters( 'cf7skins_setting_tabs', array(
57
  'general' => __( 'General', $this->textdomain ),
58
+ 'advanced' => __( 'Advanced', $this->textdomain ),
59
+ 'add-ons' => __( 'Add-ons', $this->textdomain ),
60
+ 'getting-started' => __( 'Getting Started', $this->textdomain )
61
  ));
62
 
63
+ // Add the submenu page under the CF7 page
64
+ $page = add_submenu_page( 'wpcf7', 'CF7 Skins Settings', 'CF7 Skins', 'manage_options', 'cf7skins', array( $this, 'create_settings' ) );
65
 
66
+ // Display our admin scripts
67
  add_action( 'admin_print_scripts-' . $page, array( &$this, 'enqueue_script' ) );
68
  }
69
 
70
 
71
  /**
72
+ * Display the admin setting page script
73
+ *
74
+ * do_action cf7skins_settings_enqueue_script
75
  *
76
  * @since 0.1.0
77
  */
78
  function enqueue_script() {
79
+ wp_enqueue_style( $this->slug, CF7SKINS_URL . 'css/admin.css', array(), CF7SKINS_VERSION );
80
  wp_enqueue_script( $this->slug, CF7SKINS_URL . 'js/jquery.settings.js', array( 'jquery', 'jquery-ui-sortable' ), CF7SKINS_VERSION );
81
 
82
+ /**
83
+ * Hook action
84
+ * Allow other functions to enqueue scripts after the settings.js file
85
+ * @since 1.1.1
86
+ */
87
  do_action( 'cf7skins_settings_enqueue_script' );
88
  }
89
 
95
  * @see settings_fields ( string $option_group = null )
96
  * Print out the settings fields for a particular settings section
97
  * @see do_settings_fields ( string $page = null, section $section = null )
98
+ *
99
+ * do_action cf7skins_section_$section
100
+ *
101
+ * @previous settings_fields()
102
  * @since 0.1.0
103
  */
104
+ function create_settings() {
105
  ?>
106
+ <div id="cf7skins-settings" class="wrap">
107
  <?php //echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $this->options, true ) .'</pre>'; ?>
108
+ <h2><?php _e( 'CF7 Skins Settings', $this->textdomain ); ?></h2><br />
109
  <h2 class="nav-tab-wrapper">
110
  <?php
111
  foreach( $this->tabs as $tab => $name ) {
112
  $class = ( $tab == $this->section ) ? ' nav-tab-active' : '';
113
+ echo "<a class='nav-tab$class tab-$tab' href='?page=". $this->slug ."&tab=$tab'>$name</a>";
114
  }
115
  ?>
116
  </h2>
121
  echo '<table class="form-table">';
122
  do_settings_fields( $this->slug, $this->section );
123
  echo '</table>';
124
+
125
+ /**
126
+ * Hook action cf7skins_section_$section
127
+ * Allow other functions to create options for the setting section
128
+ * @since 0.1.0
129
+ */
130
  do_action( "cf7skins_section_{$this->section}" );
131
+
132
  submit_button( __( 'Save Changes', $this->textdomain ) );
133
  ?>
134
  </form>
200
  'type' => 'checkbox',
201
  'default' => false,
202
  'detail' => __( 'Remove CF7 default CSS stylesheet dependency.', $this->textdomain ),
203
+ ),
 
204
  'display_log' => array(
205
  'section' => 'advanced',
206
  'label' => __( 'Display Log', $this->textdomain ),
208
  'default' => false,
209
  'detail' => __( 'Displays plugin log tab.', $this->textdomain ),
210
  ),
211
+ */
212
  'delete_data' => array(
213
  'section' => 'advanced',
214
  'label' => __( 'Delete Settings', $this->textdomain ),
290
 
291
 
292
  /**
293
+ * Display the option field in the section
294
+ * Public function, can be used in other files
295
  *
296
  * @params $args
297
  * @since 0.1.0
299
  public function setting_field( $args ) {
300
  // echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $this->options, true ) .'</pre>';
301
  // echo '<pre style="font-size:10px;line-height:10px;">'. print_r( $args, true ) .'</pre>';
302
+
303
  extract( $args );
304
+
305
  $id = isset( $label_for ) ? $label_for : ''; // Use label_for arg as id if set
306
+
307
  switch ( $type ) {
308
  case 'textarea':
309
  printf( '<textarea id="%1$s" name="'.$this->slug.'[%1$s]" cols="50" rows="5" class="large-text">%2$s</textarea>',
397
  function color_scheme() {
398
  $colors = array();
399
 
400
+ // Default color scheme
401
  $color = new stdClass();
402
  $color->name = __('Default', $this->textdomain);
403
  $color->url = CF7SKINS_URL . 'css/admin.css';
404
  $color->colors = array( '#94B2CE', '#C4D9EE', '#70A74A', '#C9F4B0' );
405
  $colors['default'] = $color;
406
 
407
+ // Wheat color scheme
408
  $color = new stdClass();
409
  $color->name = __('Wheat', $this->textdomain);
410
  $color->url = CF7SKINS_URL . 'css/admin.css';
411
  $color->colors = array( '#EEEEEE', '#E5E5E5', '#E5EAA8', '#DAE193' );
412
  $colors['wheat'] = $color;
413
 
414
+ // Ocean color scheme
415
  $color = new stdClass();
416
  $color->name = __('Ocean', $this->textdomain);
417
  $color->url = CF7SKINS_URL . 'css/admin.css';
418
  $color->colors = array( '#ECF7FB', '#CDE8F1', '#D6F9C1', '#C2F0A5' );
419
  $colors['ocean'] = $color;
420
 
421
+ /**
422
+ * Allow other functions to add or modify the color scheme
423
+ *
424
+ * @filter cf7skins_color_scheme
425
+ * @param $colors (object) see above for example
426
+ * @since 0.1.0
427
+ */
428
  return apply_filters( 'cf7skins_color_scheme', $colors );
429
  }
430
 
431
+
432
+ /**
433
+ * Getting started tab content section
434
+ *
435
+ * @since 1.1.2
436
+ */
437
+ function getting_started_section() { ?>
438
+ <div class="info-wrapper"><?php
439
+ require_once( CF7SKINS_PATH . 'includes/getting-started.php' ); ?>
440
+ </div><?php
441
+ }
442
+
443
+
444
+ /**
445
+ * Add-ons tab content section
446
+ *
447
+ * @since 1.1.2
448
+ */
449
+ function add_ons_section() { ?>
450
+ <div class="info-wrapper"><?php
451
+ require_once( CF7SKINS_PATH . 'includes/pro-version.php' ); ?>
452
+ </div><?php
453
+ }
454
+
455
  } new CF7_Skins_Settings();
includes/skin.php CHANGED
@@ -11,7 +11,7 @@
11
 
12
 
13
  /**
14
- * Return if class already exists
15
  *
16
  * @since 0.2.0
17
  */
11
 
12
 
13
  /**
14
+ * Return if class already exists in theme or other plugins to avoid errors.
15
  *
16
  * @since 0.2.0
17
  */
includes/style.php CHANGED
@@ -376,8 +376,12 @@ class CF7_Skin_Style extends CF7_Skin {
376
 
377
  $skin_class = $style['dir'] == get_post_meta( $id, 'cf7s_style', true ) ? 'skin skin-selected' : 'skin';
378
  $style_date = explode( "//", $style['details']['Version Date'] );
379
- $date = mysql2date( 'U', $style_date[0] );
380
- $license = strpos( $style['path'], 'cf7skins-pro' ) !== false ? 'pro' : 'free';
 
 
 
 
381
  ?>
382
  <div class="<?php echo $skin_class; ?>" data-name="<?php echo $key; ?>" data-date="<?php echo $date; ?>" data-license="<?php echo $license; ?>">
383
  <div class="wrapper">
376
 
377
  $skin_class = $style['dir'] == get_post_meta( $id, 'cf7s_style', true ) ? 'skin skin-selected' : 'skin';
378
  $style_date = explode( "//", $style['details']['Version Date'] );
379
+ $date = mysql2date( 'U', $style_date[0] );
380
+
381
+ // Check if skin is free or pro version
382
+ $license = 'free';
383
+ if ( defined( 'CF7SKINSPRO_PATH' ) )
384
+ $license = strpos( $style['path'], CF7SKINSPRO_PATH ) !== false ? 'pro' : $license;
385
  ?>
386
  <div class="<?php echo $skin_class; ?>" data-name="<?php echo $key; ?>" data-date="<?php echo $date; ?>" data-license="<?php echo $license; ?>">
387
  <div class="wrapper">
includes/tab.php CHANGED
@@ -27,8 +27,8 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
27
  $this->style = new CF7_Skin_Style();
28
 
29
  $this->tabs = array(
30
- 'template' => __( 'Template', 'cf7skins' ),
31
- 'style' => __( 'Style', 'cf7skins' )
32
  );
33
 
34
  add_action( 'wp_ajax_cf7s_sort_skin', array( &$this, 'sort_skin' ) );
@@ -123,7 +123,7 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
123
  if( $new_templates )
124
  $this->template->templates_list( $new_templates );
125
  else
126
- echo '<p class="no-themes no-skins">'. __( 'No templates found. Try a different search.', 'cf7skins' ) . '</p>';
127
 
128
  } elseif( strpos( $_POST['tab'], 'style' ) ) { // styles
129
 
@@ -199,7 +199,7 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
199
  if( $new_styles )
200
  $this->style->styles_list( $new_styles );
201
  else
202
- echo '<p class="no-themes no-skins">'. __( 'No styles found. Try a different search.', 'cf7skins' ) . '</p>';
203
  }
204
 
205
  exit();
@@ -223,31 +223,59 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
223
  // Template tooltip text
224
  // @since 0.2.0
225
  $this->tabs['template'] = array(
226
- 'label' => __( 'Template', 'cf7skins'),
227
- 'note' => __( 'Each Template acts as an easy to follow guide, which can be adapted to your requirements', 'cf7skins'),
228
- 'help' => __( 'Choose a Template for your form – then you can add, copy or remove fields to match your requirements.', 'cf7skins'),
229
  );
230
 
231
  // Style tooltip text
232
  // @since 0.2.0
233
  $this->tabs['style'] = array(
234
- 'label' => __( 'Style', 'cf7skins'),
235
- 'note' => __( 'Each Style covers the full range of standard form elements available within Contact Form 7', 'cf7skins'),
236
- 'help' => __( 'You can change the Style applied to your form by simply selecting a different Style', 'cf7skins')
237
  );
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
238
  ?>
239
  <h2 class="nav-tab-wrapper <?php echo $color_scheme; ?>">
240
  <?php foreach( $this->tabs as $key => $value ) : ?>
241
  <a class="nav-tab nav-tab-<?php echo $key; ?> <?php echo $key == 'template'? 'nav-tab-active' : ''; ?>" href="#tab-<?php echo $key; ?>">
242
  <?php echo $value['label']; ?>
243
- <span class="help balloon-hover balloon" title="<?php echo $value['note']; ?>"><?php _e('!', 'cf7skins'); ?></span>
244
- <span class="help balloon-hover balloon" title="<?php echo $value['help']; ?>"><?php _e('?', 'cf7skins'); ?></span>
245
  </a>
246
  <?php endforeach; ?>
 
 
 
 
 
 
 
 
247
  <span class="ext-link">
248
- <?php $this->links1(); ?>
249
- <?php $this->links2(); ?>
250
- <?php $this->links3(); ?>
251
  </span>
252
  </h2>
253
 
@@ -268,6 +296,12 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
268
  $this->style->cf7s_show_style_list();
269
  ?>
270
  </div>
 
 
 
 
 
 
271
  </div>
272
  <?php
273
  }
@@ -280,10 +314,10 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
280
  * @since 0.0.1
281
  */
282
  function links1() { ?>
283
- <a href="http://docs.cf7skins.com/"><?php _e('Documentation', 'cf7skins'); ?></a>&nbsp;|&nbsp;
284
- <a href="http://kb.cf7skins.com/faq/"><?php _e('FAQ', 'cf7skins'); ?></a>&nbsp;|&nbsp;
285
- <a href="http://kb.cf7skins.com/category/tutorials/"><?php _e('Tutorials', 'cf7skins'); ?></a>&nbsp;|&nbsp;
286
- <a href="http://kb.cf7skins.com/"><?php _e('Knowledge Base', 'cf7skins'); ?></a>&nbsp;|&nbsp;
287
  <?php
288
  }
289
 
@@ -295,9 +329,9 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
295
  * @since 0.0.1
296
  */
297
  function links2() { ?>
298
- <a href="http://cf7skins.com/support/"><?php _e('Support', 'cf7skins'); ?></a>&nbsp;|&nbsp;
299
- <a href="http://cf7skins.com/blog/"><?php _e('Blog', 'cf7skins'); ?></a>&nbsp;|&nbsp;
300
- <a href="http://cf7skins.com/pro-version/"><strong><?php _e('Pro Version', 'cf7skins'); ?></strong></a>
301
  <?php
302
  }
303
 
@@ -308,7 +342,7 @@ class CF7_Skins_Admin_Tab extends CF7_Skins_Admin {
308
  * @since 0.0.1
309
  */
310
  function links3() { ?>
311
- <a class="help" href="http://cf7skins.com/" title="Click a link to learn more"><?php _e('?', 'cf7skins'); ?></a>
312
  <?php
313
  }
314
 
27
  $this->style = new CF7_Skin_Style();
28
 
29
  $this->tabs = array(
30
+ 'template' => __( 'Template', CF7SKINS_TEXTDOMAIN ),
31
+ 'style' => __( 'Style', CF7SKINS_TEXTDOMAIN )
32
  );
33
 
34
  add_action( 'wp_ajax_cf7s_sort_skin', array( &$this, 'sort_skin' ) );
123
  if( $new_templates )
124
  $this->template->templates_list( $new_templates );
125
  else
126
+ echo '<p class="no-themes no-skins">'. __( 'No templates found. Try a different search.', CF7SKINS_TEXTDOMAIN ) . '</p>';
127
 
128
  } elseif( strpos( $_POST['tab'], 'style' ) ) { // styles
129
 
199
  if( $new_styles )
200
  $this->style->styles_list( $new_styles );
201
  else
202
+ echo '<p class="no-themes no-skins">'. __( 'No styles found. Try a different search.', CF7SKINS_TEXTDOMAIN ) . '</p>';
203
  }
204
 
205
  exit();
223
  // Template tooltip text
224
  // @since 0.2.0
225
  $this->tabs['template'] = array(
226
+ 'label' => __( 'Template', CF7SKINS_TEXTDOMAIN ),
227
+ 'note' => __( 'Each Template acts as an easy to follow guide, which can be adapted to your requirements', CF7SKINS_TEXTDOMAIN ),
228
+ 'help' => __( 'Choose a Template for your form – then you can add, copy or remove fields to match your requirements.', CF7SKINS_TEXTDOMAIN ),
229
  );
230
 
231
  // Style tooltip text
232
  // @since 0.2.0
233
  $this->tabs['style'] = array(
234
+ 'label' => __( 'Style', CF7SKINS_TEXTDOMAIN ),
235
+ 'note' => __( 'Each Style covers the full range of standard form elements available within Contact Form 7', CF7SKINS_TEXTDOMAIN ),
236
+ 'help' => __( 'You can change the Style applied to your form by simply selecting a different Style', CF7SKINS_TEXTDOMAIN )
237
  );
238
+
239
+ // Get current post ID, check if CF7 version < 4.2
240
+ $post_id = isset( $post->ID ) ? $post->ID : $post->id();
241
+
242
+ // Get selected template/style
243
+ $template = get_post_meta( $post_id, 'cf7s_template', true );
244
+ $style = get_post_meta( $post_id, 'cf7s_style', true );
245
+
246
+ // Get template name and overwrite
247
+ if ( $template ) {
248
+ $templates = CF7_Skin_Template::cf7s_get_template_list();
249
+ $template = $templates[$template]['details']['Template Name'];
250
+ }
251
+
252
+ // Get style name and overwrite
253
+ if ( $style ) {
254
+ $styles = CF7_Skin_Style::cf7s_get_style_list();
255
+ $style = $styles[$style]['details']['Style Name'];
256
+ }
257
+
258
  ?>
259
  <h2 class="nav-tab-wrapper <?php echo $color_scheme; ?>">
260
  <?php foreach( $this->tabs as $key => $value ) : ?>
261
  <a class="nav-tab nav-tab-<?php echo $key; ?> <?php echo $key == 'template'? 'nav-tab-active' : ''; ?>" href="#tab-<?php echo $key; ?>">
262
  <?php echo $value['label']; ?>
263
+ <span class="help balloon-hover balloon" title="<?php echo $value['note']; ?>"><?php _e( '!', CF7SKINS_TEXTDOMAIN ); ?></span>
264
+ <span class="help balloon-hover balloon" title="<?php echo $value['help']; ?>"><?php _e( '?', CF7SKINS_TEXTDOMAIN ); ?></span>
265
  </a>
266
  <?php endforeach; ?>
267
+ <div class="selected-skin">
268
+ <span class="selected-template"><?php _e( 'Template', CF7SKINS_TEXTDOMAIN ); ?>: [<span><?php echo $template; ?></span>]</span>
269
+ <span class="selected-style"><?php _e( 'Style', CF7SKINS_TEXTDOMAIN ); ?>: [<span><?php echo $style; ?></span>]</span>
270
+ </div>
271
+
272
+ <a class="nav-tab nav-tab-add-ons" href="#tab-add-ons" style="float: right;">Add-ons</a>
273
+ <a class="nav-tab nav-tab-getting-started" href="#tab-getting-started" style="float: right;">Getting Started</a>
274
+
275
  <span class="ext-link">
276
+ <?php //$this->links1(); ?>
277
+ <?php //$this->links2(); ?>
278
+ <?php //$this->links3(); ?>
279
  </span>
280
  </h2>
281
 
296
  $this->style->cf7s_show_style_list();
297
  ?>
298
  </div>
299
+ <div id="tab-getting-started" class="tab-content info-tab clearfix hidden">
300
+ <div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/getting-started.php' ); ?></div>
301
+ </div>
302
+ <div id="tab-add-ons" class="tab-content info-tab clearfix hidden">
303
+ <div class="info-wrapper"><?php require_once( CF7SKINS_PATH . 'includes/pro-version.php' ); ?></div>
304
+ </div>
305
  </div>
306
  <?php
307
  }
314
  * @since 0.0.1
315
  */
316
  function links1() { ?>
317
+ <a href="http://docs.cf7skins.com/"><?php _e( 'Documentation', CF7SKINS_TEXTDOMAIN); ?></a>&nbsp;|&nbsp;
318
+ <a href="http://kb.cf7skins.com/faq/"><?php _e( 'FAQ', CF7SKINS_TEXTDOMAIN); ?></a>&nbsp;|&nbsp;
319
+ <a href="http://kb.cf7skins.com/category/tutorials/"><?php _e( 'Tutorials', CF7SKINS_TEXTDOMAIN); ?></a>&nbsp;|&nbsp;
320
+ <a href="http://kb.cf7skins.com/"><?php _e( 'Knowledge Base', CF7SKINS_TEXTDOMAIN); ?></a>&nbsp;|&nbsp;
321
  <?php
322
  }
323
 
329
  * @since 0.0.1
330
  */
331
  function links2() { ?>
332
+ <a href="http://cf7skins.com/support/"><?php _e( 'Support', CF7SKINS_TEXTDOMAIN ); ?></a>&nbsp;|&nbsp;
333
+ <a href="http://cf7skins.com/blog/"><?php _e( 'Blog', CF7SKINS_TEXTDOMAIN ); ?></a>&nbsp;|&nbsp;
334
+ <a href="http://cf7skins.com/pro-version/"><strong><?php _e( 'Pro Version', CF7SKINS_TEXTDOMAIN ); ?></strong></a>
335
  <?php
336
  }
337
 
342
  * @since 0.0.1
343
  */
344
  function links3() { ?>
345
+ <a class="help" href="http://cf7skins.com/" title="Click a link to learn more"><?php _e( '?', CF7SKINS_TEXTDOMAIN ); ?></a>
346
  <?php
347
  }
348
 
includes/template.php CHANGED
@@ -4,7 +4,6 @@
4
  *
5
  * @package cf7skins
6
  * @author Neil Murray
7
- * @version 0.0.1
8
  * @since 0.0.1
9
  */
10
 
@@ -387,7 +386,11 @@ class CF7_Skin_Template extends CF7_Skin {
387
 
388
  $skin_class = $template['dir'] == get_post_meta( $id, 'cf7s_template', true ) ? 'skin skin-selected' : 'skin';
389
  $date = mysql2date( 'U', $template['details']['Version Date'] );
390
- $license = strpos( $template['path'], 'cf7skins-pro' ) !== false ? 'pro' : 'free';
 
 
 
 
391
  ?>
392
  <div class="<?php echo $skin_class; ?>" data-name="<?php echo $key; ?>" data-date="<?php echo $date; ?>" data-license="<?php echo $license; ?>">
393
  <div class="wrapper">
4
  *
5
  * @package cf7skins
6
  * @author Neil Murray
 
7
  * @since 0.0.1
8
  */
9
 
386
 
387
  $skin_class = $template['dir'] == get_post_meta( $id, 'cf7s_template', true ) ? 'skin skin-selected' : 'skin';
388
  $date = mysql2date( 'U', $template['details']['Version Date'] );
389
+
390
+ // Check if skin is free or pro version
391
+ $license = 'free';
392
+ if ( defined( 'CF7SKINSPRO_PATH' ) )
393
+ $license = strpos( $template['path'], CF7SKINSPRO_PATH ) !== false ? 'pro' : $license;
394
  ?>
395
  <div class="<?php echo $skin_class; ?>" data-name="<?php echo $key; ?>" data-date="<?php echo $date; ?>" data-license="<?php echo $license; ?>">
396
  <div class="wrapper">
index.php CHANGED
@@ -3,7 +3,7 @@
3
  * Plugin Name: Contact Form 7 Skins
4
  * Plugin URI: http://cf7skins.com
5
  * Description: Adds Skins including Templates & Styles to Contact Form 7. Requires Contact Form 7.
6
- * Version: 1.1.2
7
  * Author: Neil Murray
8
  * Author URI: http://cf7skins.com
9
  * License: GPL-2.0+
@@ -44,9 +44,9 @@ if ( ! defined( 'ABSPATH' ) )
44
  *
45
  * @since 0.0.1
46
  */
47
- define( 'CF7SKINS_VERSION', '1.1.2' );
48
  define( 'CF7SKINS_OPTIONS', 'cf7skins' );
49
- define( 'CF7SKINS_TEXTDOMAIN', 'cf7skins' );
50
  define( 'CF7SKINS_FEATURE_FILTER', false ); // @since 0.4.0
51
  define( 'CF7SKINS_PATH', plugin_dir_path( __FILE__ ) );
52
  define( 'CF7SKINS_URL', plugin_dir_url( __FILE__ ) );
@@ -57,14 +57,38 @@ define( 'CF7SKINS_TEMPLATES_URL', CF7SKINS_URL . 'skins/templates/' );
57
  define( 'CF7SKINS_UPDATE_URL', 'http://cf7skins.com' ); // @since 0.7.0
58
 
59
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
60
  /**
61
- * Register plugin
62
  *
63
  * @since 0.0.1
64
  */
65
  register_activation_hook( __FILE__, 'cf7skins_activation_hook' );
66
  add_action( 'admin_init', 'cf7skins_on_activation' );
67
  add_action( 'upgrader_process_complete', 'cf7skins_upgrader_process_complete', 1, 2 );
 
68
 
69
 
70
  /**
@@ -77,34 +101,6 @@ function cf7skins_activation_hook() {
77
  }
78
 
79
 
80
- /**
81
- * Upgrade plugin version after upgrading
82
- *
83
- * See https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/class-wp-upgrader.php#L615
84
- * @param $instance WP upgrader class object
85
- * @param $args example array(
86
- * [action] => update
87
- * [type] => plugin
88
- * [bulk] => 1
89
- * [plugins] => Array(
90
- * [0] => akismet/akismet.php
91
- * [1] => cf7skins/index.php
92
- * ))
93
- * @since 0.6.1
94
- */
95
- function cf7skins_upgrader_process_complete( $instance, $args ) {
96
-
97
- // Bail early if this is not plugin update process.
98
- if( 'update' != $args['action'] || 'plugin' != $args['type'] )
99
- return;
100
-
101
- // Check if cf7skins/index.php in the plugins list
102
- // Update installed version option after updated.
103
- if ( in_array( plugin_basename( __FILE__ ), $args['plugins'] ) )
104
- update_option( 'cf7skins_version_installed', CF7SKINS_VERSION );
105
- }
106
-
107
-
108
  /**
109
  * Activation checks
110
  *
@@ -116,7 +112,7 @@ function cf7skins_on_activation() {
116
  if( ! defined( 'WPCF7_VERSION' ) )
117
  return;
118
 
119
- // Return if activation option is not exist after plugin was activated
120
  if( ! get_option( 'cf7skins_activated' ) )
121
  return;
122
 
@@ -126,15 +122,36 @@ function cf7skins_on_activation() {
126
  add_option( 'cf7skins_version_installed', CF7SKINS_VERSION );
127
 
128
  if ( current_user_can( 'activate_plugins' ) && is_admin() )
129
- delete_option( 'cf7skins_activated' ); // delete activation checker, no need more redirects
130
  }
131
 
132
 
133
  /**
134
- * Load the plugin
135
- * @since 0.0.1
 
 
 
 
 
 
 
 
 
 
 
136
  */
137
- add_action( 'plugins_loaded', 'cf7skins_plugin_loaded', 1 );
 
 
 
 
 
 
 
 
 
 
138
 
139
 
140
  /**
@@ -143,9 +160,8 @@ add_action( 'plugins_loaded', 'cf7skins_plugin_loaded', 1 );
143
  */
144
  function cf7skins_plugin_loaded() {
145
 
146
- // Load the plugin translation
147
- // @since 0.1.0
148
- load_plugin_textdomain( 'cf7skins', false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
149
 
150
  // Check if CF7 is installed
151
  if( defined( 'WPCF7_VERSION' ) ) {
@@ -153,18 +169,16 @@ function cf7skins_plugin_loaded() {
153
  require_once( CF7SKINS_PATH . 'includes/skin.php' );
154
  require_once( CF7SKINS_PATH . 'includes/template.php' );
155
  require_once( CF7SKINS_PATH . 'includes/style.php' );
156
- require_once( CF7SKINS_PATH . 'includes/contact.php' );
157
 
158
  // Load required files only for admin/backend
159
  if( is_admin() ) {
160
  require_once( CF7SKINS_PATH . 'includes/admin.php' );
161
  require_once( CF7SKINS_PATH . 'includes/license.php' );
162
- require_once( CF7SKINS_PATH . 'includes/tab.php' );
 
163
  }
164
-
165
- require_once( CF7SKINS_PATH . 'includes/logs.php' );
166
- require_once( CF7SKINS_PATH . 'includes/settings.php' );
167
-
168
  if( ! class_exists( 'EDD_SL_Plugin_Updater' ) )
169
  require_once( CF7SKINS_PATH . 'includes/EDD_SL_Plugin_Updater.php' );
170
 
@@ -185,9 +199,9 @@ function cf7skins_require_admin_message() {
185
  $message = '';
186
 
187
  if( ! defined( 'WPCF7_VERSION' ) )
188
- $message = sprintf( __( '<a href="%s">Contact Form 7</a> must be installed to use this plugin.' , 'cf7skins' ), 'https://wordpress.org/plugins/contact-form-7/' );
189
 
190
- echo "<div id='cf7skins-message' class='updated'>
191
  <p><strong>Contact Form 7 Skins</strong><br />$message</p>
192
  </div>";
193
  }
3
  * Plugin Name: Contact Form 7 Skins
4
  * Plugin URI: http://cf7skins.com
5
  * Description: Adds Skins including Templates & Styles to Contact Form 7. Requires Contact Form 7.
6
+ * Version: 1.2
7
  * Author: Neil Murray
8
  * Author URI: http://cf7skins.com
9
  * License: GPL-2.0+
44
  *
45
  * @since 0.0.1
46
  */
47
+ define( 'CF7SKINS_VERSION', '1.2' );
48
  define( 'CF7SKINS_OPTIONS', 'cf7skins' );
49
+ define( 'CF7SKINS_TEXTDOMAIN', 'contact-form-7-skins' );
50
  define( 'CF7SKINS_FEATURE_FILTER', false ); // @since 0.4.0
51
  define( 'CF7SKINS_PATH', plugin_dir_path( __FILE__ ) );
52
  define( 'CF7SKINS_URL', plugin_dir_url( __FILE__ ) );
57
  define( 'CF7SKINS_UPDATE_URL', 'http://cf7skins.com' ); // @since 0.7.0
58
 
59
 
60
+ /**
61
+ * WP options & metas
62
+ *
63
+ * @since 1.1.2
64
+ *
65
+ * Options (stored at options table):
66
+ * 'cf7skins' - (array) for settings page
67
+ * 'cf7skins_version_installed' - (string) hold current installed version,
68
+ * 'cf7skins_activated' - (bool) option for checking if plugin is activated by user
69
+ * 'cf7skins_get_version' - (array) plugins version data from remote site using EDD plugin updater
70
+ * 'cf7skins_activation' - (array) plugins activation data from remote site using EDD plugin updater
71
+ * 'cf7skins_deactivation' - (array) plugins activation data from remote site using EDD plugin updater
72
+ * 'cf7skins_license_status' - (string) plugin license activation status
73
+ *
74
+ * Metas (stored at postmeta table):
75
+ * 'cf7s_template' - (string) selected skins template
76
+ * 'cf7s_style' - (string) selected skins style
77
+ * 'cf7s_postbox' - (string) store expand/collapse state for skins metabox
78
+ *
79
+ * NOTE: All options are deleted in uninstall.php
80
+ */
81
+
82
+
83
  /**
84
+ * Plugin actions
85
  *
86
  * @since 0.0.1
87
  */
88
  register_activation_hook( __FILE__, 'cf7skins_activation_hook' );
89
  add_action( 'admin_init', 'cf7skins_on_activation' );
90
  add_action( 'upgrader_process_complete', 'cf7skins_upgrader_process_complete', 1, 2 );
91
+ add_action( 'plugins_loaded', 'cf7skins_plugin_loaded', 1 );
92
 
93
 
94
  /**
101
  }
102
 
103
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
104
  /**
105
  * Activation checks
106
  *
112
  if( ! defined( 'WPCF7_VERSION' ) )
113
  return;
114
 
115
+ // Return if activation option does not exist after plugin was activated
116
  if( ! get_option( 'cf7skins_activated' ) )
117
  return;
118
 
122
  add_option( 'cf7skins_version_installed', CF7SKINS_VERSION );
123
 
124
  if ( current_user_can( 'activate_plugins' ) && is_admin() )
125
+ delete_option( 'cf7skins_activated' ); // delete activation checker, need no more redirects
126
  }
127
 
128
 
129
  /**
130
+ * Upgrade plugin version number after upgrading
131
+ *
132
+ * See https://github.com/WordPress/WordPress/blob/master/wp-admin/includes/class-wp-upgrader.php#L615
133
+ * @param $instance WP upgrader class object
134
+ * @param (array) $args example array(
135
+ * [action] => update
136
+ * [type] => plugin
137
+ * [bulk] => 1
138
+ * [plugins] => Array(
139
+ * [0] => akismet/akismet.php
140
+ * [1] => cf7skins/index.php
141
+ * ))
142
+ * @since 0.6.1
143
  */
144
+ function cf7skins_upgrader_process_complete( $instance, $args ) {
145
+
146
+ // Bail early if this is not plugin update process
147
+ if( 'update' != $args['action'] || 'plugin' != $args['type'] )
148
+ return;
149
+
150
+ // Check if cf7skins/index.php in the plugins list
151
+ // Update installed version number after upgrade
152
+ if ( in_array( plugin_basename( __FILE__ ), $args['plugins'] ) )
153
+ update_option( 'cf7skins_version_installed', CF7SKINS_VERSION );
154
+ }
155
 
156
 
157
  /**
160
  */
161
  function cf7skins_plugin_loaded() {
162
 
163
+ // Load plugin translation
164
+ load_plugin_textdomain( CF7SKINS_TEXTDOMAIN, false, dirname( plugin_basename( __FILE__ ) ) . '/languages/' );
 
165
 
166
  // Check if CF7 is installed
167
  if( defined( 'WPCF7_VERSION' ) ) {
169
  require_once( CF7SKINS_PATH . 'includes/skin.php' );
170
  require_once( CF7SKINS_PATH . 'includes/template.php' );
171
  require_once( CF7SKINS_PATH . 'includes/style.php' );
172
+ require_once( CF7SKINS_PATH . 'includes/cf7-connect.php' );
173
 
174
  // Load required files only for admin/backend
175
  if( is_admin() ) {
176
  require_once( CF7SKINS_PATH . 'includes/admin.php' );
177
  require_once( CF7SKINS_PATH . 'includes/license.php' );
178
+ require_once( CF7SKINS_PATH . 'includes/tab.php' );
179
+ require_once( CF7SKINS_PATH . 'includes/settings.php' );
180
  }
181
+
 
 
 
182
  if( ! class_exists( 'EDD_SL_Plugin_Updater' ) )
183
  require_once( CF7SKINS_PATH . 'includes/EDD_SL_Plugin_Updater.php' );
184
 
199
  $message = '';
200
 
201
  if( ! defined( 'WPCF7_VERSION' ) )
202
+ $message = sprintf( __( '<a href="%s">Contact Form 7</a> must be installed to use this plugin.' , CF7SKINS_TEXTDOMAIN ), 'https://wordpress.org/plugins/contact-form-7/' );
203
 
204
+ echo "<div id='cf7skins-message' class='notice notice-warning'>
205
  <p><strong>Contact Form 7 Skins</strong><br />$message</p>
206
  </div>";
207
  }
js/jquery.admin.js CHANGED
@@ -32,6 +32,12 @@
32
  $("#cf7s a.select").live("click", function(){
33
  t.select(this); return false;
34
  });
 
 
 
 
 
 
35
  $("#cf7s a.detail").live("click", function(){
36
  t.details(this); return false;
37
  });
@@ -133,7 +139,7 @@
133
  $("input."+postbox).val('closed');
134
  else
135
  $("input."+postbox).val('');
136
- });
137
  },
138
 
139
  tab : function(e) {
@@ -145,12 +151,13 @@
145
  },
146
 
147
  select : function(e) {
148
- var inp, pos, wrap, details, skin, textarea;
149
  skin = $(e).attr("data-value"),
150
  inp = $(e).attr("href"); // this is the hidden input for storing selected template/style
151
  wrap = $(e).closest(".tab-content");
152
- $(inp).val(skin).trigger('change');
153
  details = $(e).closest(".details");
 
154
 
155
  // Default contact form editor id is #wpcf7-form
156
  // In case if another plugins modify the textarea for cf7 editor, get the first visible textarea in the container
@@ -160,18 +167,24 @@
160
  else
161
  textarea = $("#wpcf7-admin-form-element").find('textarea').filter(':visible:first');
162
 
163
- // remove and add highlight to the selected skin
164
  $(".skin", wrap).removeClass("skin-selected");
165
  //$(e).closest(".skin").addClass("skin-selected");
166
  $('a[data-value="'+skin+'"]').closest(".skin").addClass("skin-selected");
167
 
168
- // remove link decoration and change text
169
- $("a.select", wrap).removeClass("selected").text( l10n.select );
170
- $('a.select[data-value="'+skin+'"]', wrap).addClass("selected").text( l10n.selected );
171
- $('a.select[data-value="'+skin+'"]', details).addClass("selected").text( l10n.selected );
 
 
 
 
 
 
172
 
173
  // Only for template
174
- if( inp.indexOf( "template" ) != -1 ) {
175
 
176
  // Get the CF7 content position and animate to top
177
  // pos = $("#wpcf7-form").position();
@@ -191,6 +204,46 @@
191
  }
192
  },
193
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
194
  details : function(e) {
195
  var id = $(e).attr("href");
196
  $(e).closest(".tab-content").find(".skin-details").show();
32
  $("#cf7s a.select").live("click", function(){
33
  t.select(this); return false;
34
  });
35
+ $( "#cf7s" ).on( "hover", "a.select", function(m) {
36
+ t.selectHover(m,this);
37
+ });
38
+ $( "#cf7s" ).on( "click", "a.selected", function() {
39
+ t.deselect(this); return false;
40
+ });
41
  $("#cf7s a.detail").live("click", function(){
42
  t.details(this); return false;
43
  });
139
  $("input."+postbox).val('closed');
140
  else
141
  $("input."+postbox).val('');
142
+ });
143
  },
144
 
145
  tab : function(e) {
151
  },
152
 
153
  select : function(e) {
154
+ var inp, pos, wrap, details, skin, textarea, name;
155
  skin = $(e).attr("data-value"),
156
  inp = $(e).attr("href"); // this is the hidden input for storing selected template/style
157
  wrap = $(e).closest(".tab-content");
158
+ $(inp).val(skin).trigger('change'); // update the skin hidden input value and trigger change for saving
159
  details = $(e).closest(".details");
160
+ name = $(e).closest(".skin").find(".skin-name").text();
161
 
162
  // Default contact form editor id is #wpcf7-form
163
  // In case if another plugins modify the textarea for cf7 editor, get the first visible textarea in the container
167
  else
168
  textarea = $("#wpcf7-admin-form-element").find('textarea').filter(':visible:first');
169
 
170
+ // Remove and add highlight to the selected skin
171
  $(".skin", wrap).removeClass("skin-selected");
172
  //$(e).closest(".skin").addClass("skin-selected");
173
  $('a[data-value="'+skin+'"]').closest(".skin").addClass("skin-selected");
174
 
175
+ // Remove link decoration and change text
176
+ $("a.select", wrap).removeClass("selected").text( l10n.select ); // remove all selected class
177
+ $('a.select[data-value="'+skin+'"]', wrap).addClass("selected").text( l10n.selected ); // add selected class to tab content
178
+ $('a.select[data-value="'+skin+'"]', details).addClass("selected").text( l10n.selected ); // add selected class to details content
179
+
180
+ // Update selected skin info
181
+ if ( inp.indexOf( "template" ) != -1 )
182
+ $(".selected-template > span").text(name);
183
+ else
184
+ $(".selected-style > span").text(name);
185
 
186
  // Only for template
187
+ if ( inp.indexOf( "template" ) != -1 ) {
188
 
189
  // Get the CF7 content position and animate to top
190
  // pos = $("#wpcf7-form").position();
204
  }
205
  },
206
 
207
+ selectHover : function(m,e) {
208
+ if ( ! $(e).hasClass("selected") ) // only for selected
209
+ return;
210
+
211
+ var select_text, deselect_text;
212
+ select_tip = $(e).attr("original-title"); // save original select text
213
+ deselect_tip = $(e).attr("href").indexOf( "template" ) != -1 ? l10n.deselect_template : l10n.deselect_style; // get deselect tip text for style or template
214
+
215
+ if( m.type == "mouseenter" ) {
216
+ $(e).attr("title", deselect_tip); // replace select tipsy with deselect text
217
+ $(e).text(l10n.deselect); // replace Select text with Deselect
218
+ } else {
219
+ $(e).attr("title", select_tip); // replace deselect tipsy with select text
220
+ $(e).text(l10n.selected); // replace Deselect text with Select
221
+ }
222
+ },
223
+
224
+ deselect : function(e) {
225
+ var inp, skin, wrap;
226
+
227
+ inp = $(e).attr("href"); // this is the hidden input for storing selected template/style
228
+ skin = $(e).attr("data-value"); // get template/style name slug
229
+ wrap = $(e).closest(".tab-content"); // get current template/style tab content
230
+ $(".skin", wrap).removeClass("skin-selected"); // remove all class 'skin-selected'
231
+ $(e).text( l10n.select ); // change to select text
232
+ $(e).removeClass( "selected" ); // remove selected class
233
+
234
+ $(inp).val("").trigger('change'); // empty the skin hidden input value and trigger change for saving
235
+
236
+ title = $(e).closest(".skin").siblings().find("a.select").eq(0).attr("title"); // get sibling tip for copy
237
+ $(e).attr("title", title ); // update the tip
238
+ $(".tipsy").remove(); // remove current tipsy
239
+
240
+ // Update selected skin info
241
+ if ( inp.indexOf( "template" ) != -1 )
242
+ $(".selected-template > span").text("");
243
+ else
244
+ $(".selected-style > span").text("");
245
+ },
246
+
247
  details : function(e) {
248
  var id = $(e).attr("href");
249
  $(e).closest(".tab-content").find(".skin-details").show();
languages/cf7skins-id_ID.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Contact Form 7 Skins 0.0\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2015-08-26 20:34+0700\n"
8
- "PO-Revision-Date: 2015-08-26 20:35+0700\n"
9
  "Last-Translator: Selz <engineer@selz.com>\n"
10
  "Language-Team: Neil Murray <nmurray@exemail.com.au>\n"
11
  "Language: en_US\n"
@@ -18,42 +18,54 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.7\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
- #: ../index.php:174
22
  #, php-format
23
  msgid "<a href=\"%s\">Contact Form 7</a> must be installed to use this plugin."
24
  msgstr ""
25
  "Silahkan install <a href=\"%s\">Contact Form 7</a> agar plugin ini berfungsi."
26
 
27
- #: ../includes/admin.php:93
28
  msgid "Loading template..."
29
  msgstr "Memuat templat..."
30
 
31
- #: ../includes/admin.php:94
32
  msgid "Empty filter, please select a filter."
33
  msgstr "Filter kosong, silahkan pilih sebuah filter."
34
 
35
- #: ../includes/admin.php:95 ../includes/style.php:375
36
- #: ../includes/style.php:412 ../includes/template.php:384
37
- #: ../includes/template.php:422
38
  msgid "Select"
39
  msgstr "Pilih"
40
 
41
- #: ../includes/admin.php:96 ../includes/style.php:375
42
- #: ../includes/style.php:412 ../includes/template.php:384
43
- #: ../includes/template.php:422
44
  msgid "Selected"
45
  msgstr "Terpilih"
46
 
47
- #: ../includes/admin.php:97 ../includes/style.php:422
48
- #: ../includes/template.php:431
 
 
 
 
49
  msgid "Expanded View"
50
  msgstr "Tampilan Luas"
51
 
52
- #: ../includes/admin.php:113 ../includes/admin.php:136
 
 
 
 
 
 
 
 
53
  msgid "Skins"
54
  msgstr "Gaya"
55
 
56
- #: ../includes/admin.php:135
57
  msgid "Click to toggle"
58
  msgstr "Klik untuk menampilkan"
59
 
@@ -85,107 +97,87 @@ msgstr "Anda tidak memiliki perijinan untuk membarui plugin"
85
  msgid "Error"
86
  msgstr "Gagal"
87
 
88
- #: ../includes/license.php:35
89
  msgid "Licenses"
90
  msgstr "Lisensi"
91
 
92
- #: ../includes/license.php:51
93
  msgid "Plugin Name"
94
  msgstr "Nama Plugin"
95
 
96
- #: ../includes/license.php:52
97
  msgid "License Key"
98
  msgstr "Kode Lisensi Skins"
99
 
100
- #: ../includes/license.php:53
101
  msgid "Site URL"
102
  msgstr "URL Situs"
103
 
104
- #: ../includes/logs.php:40
105
- msgid "Logs"
106
- msgstr "Log"
107
-
108
- #: ../includes/logs.php:54
109
- msgid "Get Version"
110
- msgstr "Minta Versi"
111
-
112
- #: ../includes/logs.php:60
113
- msgid "Activation"
114
- msgstr "Aktivasi"
115
-
116
- #: ../includes/logs.php:66
117
- msgid "Deactivation"
118
- msgstr "Deaktivasi"
119
-
120
- #: ../includes/logs.php:102 ../includes/logs.php:129 ../includes/logs.php:181
121
- msgid "Not available"
122
- msgstr "Tidak tersedia"
123
-
124
- #: ../includes/settings.php:49
125
  msgid "General"
126
  msgstr "Umum"
127
 
128
- #: ../includes/settings.php:50
129
  msgid "Advanced"
130
  msgstr "Tingkat Lanjut"
131
 
132
- #: ../includes/settings.php:85
 
 
 
 
 
 
 
 
133
  msgid "Contact Form 7 Skins Settings"
134
  msgstr "Pengaturan Contact Form 7 Skins"
135
 
136
- #: ../includes/settings.php:102
137
  msgid "Save Changes"
138
  msgstr "Simpan Perubahan"
139
 
140
- #: ../includes/settings.php:147
141
  msgid "Color Scheme"
142
  msgstr "Skema Warna"
143
 
144
- #: ../includes/settings.php:150
145
  msgid "Select color scheme for CF7 Skins interface."
146
  msgstr "Pilih warna skema untuk tampilan CF7 Skins"
147
 
148
- #: ../includes/settings.php:169
149
- msgid "Display Log"
150
- msgstr "Tampilan Log"
151
-
152
- #: ../includes/settings.php:172
153
- msgid "Displays plugin log tab."
154
- msgstr "Tampilkan papan log plugin"
155
-
156
- #: ../includes/settings.php:176
157
  msgid "Delete Settings"
158
  msgstr "Hapus Pengaturan"
159
 
160
- #: ../includes/settings.php:179
161
  msgid "Remove all plugin data on plugin deletion."
162
  msgstr "Hapus semua data saat penghapusan plugin."
163
 
164
- #: ../includes/settings.php:312
165
  msgid "active"
166
  msgstr "aktif"
167
 
168
- #: ../includes/settings.php:313
169
  msgid "Deactivate License"
170
  msgstr "Non-aktifkan Lisensi"
171
 
172
- #: ../includes/settings.php:316
173
  msgid "invalid"
174
  msgstr "absah"
175
 
176
- #: ../includes/settings.php:318
177
  msgid "Activate License"
178
  msgstr "Aktifkan Lisensi"
179
 
180
- #: ../includes/settings.php:359
181
  msgid "Default"
182
  msgstr "Standar"
183
 
184
- #: ../includes/settings.php:365
185
  msgid "Wheat"
186
  msgstr "Gandum"
187
 
188
- #: ../includes/settings.php:371
189
  msgid "Ocean"
190
  msgstr "Lautan"
191
 
@@ -254,27 +246,27 @@ msgstr "Cerah"
254
  msgid "Layout"
255
  msgstr "Tatanan Tertentu"
256
 
257
- #: ../includes/style.php:157 ../includes/template.php:175
258
  msgid "Fixed Layout"
259
  msgstr "Tatanan Tertentu"
260
 
261
- #: ../includes/style.php:158 ../includes/template.php:176
262
  msgid "Fluid Layout"
263
  msgstr "Tatanan Fluid"
264
 
265
- #: ../includes/style.php:159 ../includes/template.php:177
266
  msgid "Responsive Layout"
267
  msgstr "Tatanan Fleksibel"
268
 
269
- #: ../includes/style.php:160 ../includes/template.php:178
270
  msgid "One Column"
271
  msgstr "Satu Kolom"
272
 
273
- #: ../includes/style.php:161 ../includes/template.php:179
274
  msgid "One or Two Column"
275
  msgstr "Satu atau Dua Kolom"
276
 
277
- #: ../includes/style.php:162 ../includes/template.php:180
278
  msgid "One, Two or Three Column"
279
  msgstr "Satu, Dua atau Tiga Kolom"
280
 
@@ -282,15 +274,15 @@ msgstr "Satu, Dua atau Tiga Kolom"
282
  msgid "Features"
283
  msgstr "Difiturkan"
284
 
285
- #: ../includes/style.php:166 ../includes/template.php:184
286
  msgid "Fieldsets"
287
  msgstr "Fieldset"
288
 
289
- #: ../includes/style.php:167 ../includes/template.php:185
290
  msgid "Background"
291
  msgstr "Warna latar"
292
 
293
- #: ../includes/style.php:168 ../includes/template.php:186
294
  msgid "Gradients"
295
  msgstr "Gradien"
296
 
@@ -299,24 +291,24 @@ msgstr "Gradien"
299
  msgid "Subject"
300
  msgstr "Subjek"
301
 
302
- #: ../includes/style.php:172 ../includes/template.php:190
303
  msgid "Business"
304
  msgstr "Bisnis"
305
 
306
- #: ../includes/style.php:173 ../includes/template.php:191
307
  #: ../skins/templates/event/event.php:18
308
  msgid "Event"
309
  msgstr "Peristiwa"
310
 
311
- #: ../includes/style.php:174 ../includes/template.php:192
312
  msgid "Holiday"
313
  msgstr "Liburan"
314
 
315
- #: ../includes/style.php:175 ../includes/template.php:193
316
  msgid "Individual"
317
  msgstr "Pribadi"
318
 
319
- #: ../includes/style.php:176 ../includes/template.php:194
320
  msgid "Seasonal"
321
  msgstr "Musiman"
322
 
@@ -325,7 +317,7 @@ msgid "All available Styles"
325
  msgstr "Semua Gaya yang tersedia"
326
 
327
  #: ../includes/style.php:197 ../includes/style.php:285
328
- #: ../includes/template.php:214 ../includes/template.php:298
329
  msgid "All"
330
  msgstr "Semuanya"
331
 
@@ -334,32 +326,32 @@ msgid "Selected by the CF7 Skins team"
334
  msgstr "Dipilih oleh team CF7 Skins"
335
 
336
  #: ../includes/style.php:198 ../includes/style.php:286
337
- #: ../includes/template.php:215 ../includes/template.php:299
338
  msgid "Featured"
339
  msgstr "Difiturkan"
340
 
341
  #: ../includes/style.php:199 ../includes/style.php:287
342
- #: ../includes/template.php:216 ../includes/template.php:300
343
  msgid "Commonly used"
344
  msgstr "Yang sering digunakan"
345
 
346
  #: ../includes/style.php:199 ../includes/style.php:287
347
- #: ../includes/template.php:216 ../includes/template.php:300
348
  msgid "Popular"
349
  msgstr "Populer"
350
 
351
  #: ../includes/style.php:200 ../includes/style.php:288
352
- #: ../includes/template.php:217 ../includes/template.php:301
353
  msgid "Recently added"
354
  msgstr "Terbaru ditambahkan"
355
 
356
  #: ../includes/style.php:200 ../includes/style.php:288
357
- #: ../includes/template.php:217 ../includes/template.php:301
358
  msgid "Latest"
359
  msgstr "Terbaru"
360
 
361
  #: ../includes/style.php:206 ../includes/style.php:292
362
- #: ../includes/template.php:223 ../includes/template.php:305
363
  msgid "Narrow your choices based on your specific requirements"
364
  msgstr "Batasi pilihan anda berdasarkan persayaratan spesifik"
365
 
@@ -372,27 +364,27 @@ msgstr ""
372
  "gunakan filter."
373
 
374
  #: ../includes/style.php:211 ../includes/style.php:302
375
- #: ../includes/template.php:228 ../includes/template.php:315
376
  msgid "Apply Filters"
377
  msgstr "Gunakan Filter"
378
 
379
  #: ../includes/style.php:212 ../includes/style.php:303
380
- #: ../includes/template.php:229 ../includes/template.php:316
381
  msgid "Clear"
382
  msgstr "Bersihkan"
383
 
384
  #: ../includes/style.php:239 ../includes/style.php:327
385
- #: ../includes/template.php:252 ../includes/template.php:336
386
  msgid "Filtering by:"
387
  msgstr "Memfilter dengan:"
388
 
389
  #: ../includes/style.php:241 ../includes/style.php:329
390
- #: ../includes/template.php:254 ../includes/template.php:338
391
  msgid "Edit"
392
  msgstr "Ubah"
393
 
394
  #: ../includes/style.php:246 ../includes/style.php:334
395
- #: ../includes/template.php:259 ../includes/template.php:342
396
  msgid ""
397
  "Sort by Name, Date and License (free or pro) – use arrow to reverse sort "
398
  "order"
@@ -401,12 +393,12 @@ msgstr ""
401
  "untuk membalikkan urutan"
402
 
403
  #: ../includes/style.php:246 ../includes/style.php:334
404
- #: ../includes/template.php:259 ../includes/template.php:342
405
  msgid "Sort by"
406
  msgstr "Urut dengan"
407
 
408
  #: ../includes/style.php:248 ../includes/style.php:336
409
- #: ../includes/template.php:261 ../includes/template.php:344
410
  #: ../skins/templates/event/event.php:20
411
  #: ../skins/templates/fieldset-basic/fieldset-basic.php:20
412
  #: ../skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php:20
@@ -416,12 +408,12 @@ msgid "Name"
416
  msgstr "Nama"
417
 
418
  #: ../includes/style.php:249 ../includes/style.php:337
419
- #: ../includes/template.php:262 ../includes/template.php:345
420
  msgid "Date"
421
  msgstr "Tanggal"
422
 
423
  #: ../includes/style.php:250 ../includes/style.php:338
424
- #: ../includes/template.php:263 ../includes/template.php:346
425
  msgid "License"
426
  msgstr "Lisensi"
427
 
@@ -449,7 +441,7 @@ msgstr ""
449
  "Menampilkan informasi detail mengenai Gaya ini - peninjauan tampilan dan "
450
  "susunan dengan detail gambaran dan penggunaan."
451
 
452
- #: ../includes/style.php:392 ../includes/template.php:402
453
  #: ../skins/templates/suggestion/suggestion.php:24
454
  msgid "Details"
455
  msgstr "Detail"
@@ -467,25 +459,25 @@ msgid "Return to Style Gallery/Grid view."
467
  msgstr "Kembalik ke Galeri Gaya/tampilan Grid"
468
 
469
  #: ../includes/style.php:424 ../includes/style.php:441
470
- #: ../includes/template.php:433 ../includes/template.php:449
471
  msgid "Close"
472
  msgstr "Tutup"
473
 
474
  #: ../includes/style.php:429 ../includes/style.php:449
475
- #: ../includes/template.php:438 ../includes/template.php:457
476
  msgid "Description"
477
  msgstr "Deskripsi"
478
 
479
  #: ../includes/style.php:432 ../includes/style.php:452
480
- #: ../includes/template.php:441 ../includes/template.php:460
481
  msgid "Instructions"
482
  msgstr "Instruksi"
483
 
484
- #: ../includes/style.php:439 ../includes/template.php:447
485
  msgid "Return to Details View"
486
  msgstr "Kembali ke Tampilan Detail"
487
 
488
- #: ../includes/style.php:439 ../includes/template.php:447
489
  msgid "Details View"
490
  msgstr "Tampilan Detail"
491
 
@@ -501,11 +493,11 @@ msgstr ""
501
  msgid "Return to Style Gallery/Grid View"
502
  msgstr "Kembalik ke Galeri Gaya/Tampilan Kotak"
503
 
504
- #: ../includes/tab.php:30 ../includes/tab.php:226
505
  msgid "Template"
506
  msgstr "Templat"
507
 
508
- #: ../includes/tab.php:31 ../includes/tab.php:234
509
  msgid "Style"
510
  msgstr "Gaya"
511
 
@@ -547,63 +539,63 @@ msgid ""
547
  "different Style"
548
  msgstr "Anda bisa mengubah Gaya yang diterapkan dengan memilih Gaya yang lain."
549
 
550
- #: ../includes/tab.php:243
551
  msgid "!"
552
  msgstr "!"
553
 
554
- #: ../includes/tab.php:244 ../includes/tab.php:311
555
  msgid "?"
556
  msgstr "?"
557
 
558
- #: ../includes/tab.php:283
559
  msgid "Documentation"
560
  msgstr "Dokumentasi"
561
 
562
- #: ../includes/tab.php:284
563
  msgid "FAQ"
564
  msgstr "Tanya Jawab"
565
 
566
- #: ../includes/tab.php:285
567
  msgid "Tutorials"
568
  msgstr "Tutorial"
569
 
570
- #: ../includes/tab.php:286
571
  msgid "Knowledge Base"
572
  msgstr "Pengatahuan Dasar"
573
 
574
- #: ../includes/tab.php:298
575
  msgid "Support"
576
  msgstr "Bantuan"
577
 
578
- #: ../includes/tab.php:299
579
  msgid "Blog"
580
  msgstr "Blog"
581
 
582
- #: ../includes/tab.php:300
583
  msgid "Pro Version"
584
  msgstr "Versi Pro"
585
 
586
- #: ../includes/template.php:214 ../includes/template.php:298
587
  msgid "All available Templates"
588
  msgstr "Semua templat yang tersedia"
589
 
590
- #: ../includes/template.php:215 ../includes/template.php:299
591
  msgid "Selected by CF7 Skins Team"
592
  msgstr "Dipilih oleh team CF7 Skins"
593
 
594
- #: ../includes/template.php:223 ../includes/template.php:305
595
  msgid "Feature Filter"
596
  msgstr "Fitur Filter"
597
 
598
- #: ../includes/template.php:267 ../includes/template.php:309
599
  msgid "Search Templates"
600
  msgstr "Cari Templat"
601
 
602
- #: ../includes/template.php:268 ../includes/template.php:310
603
  msgid "Search templates..."
604
  msgstr "Cari templat"
605
 
606
- #: ../includes/template.php:401
607
  msgid ""
608
  "Select to apply the Template to your form - appears in the form editing "
609
  "area, where you can edit your requirements."
@@ -611,7 +603,7 @@ msgstr ""
611
  "Pilih untuk menerapkan Templat ke form anda - ditampilkan pada bagian "
612
  "penyuntingan form, dimana anda dapat menyunting sesuai kebutuhan."
613
 
614
- #: ../includes/template.php:402
615
  msgid ""
616
  "Show detailed information about this Template, with layout, description and "
617
  "usage details."
@@ -619,7 +611,7 @@ msgstr ""
619
  "Menampilkan informasi detail mengenai Templat ini, dengan susunan, "
620
  "penjelasan dan detail penggunaan."
621
 
622
- #: ../includes/template.php:431
623
  msgid ""
624
  "Use Expanded View to view Template features - shows layout, description & "
625
  "usage details."
@@ -627,7 +619,7 @@ msgstr ""
627
  "Gunakan Tampilan Luas untuk melihat fitur templat - menampilkan susunan, "
628
  "penjelasan dan detail penggunaan."
629
 
630
- #: ../includes/template.php:432
631
  msgid ""
632
  "Select to apply the Template to your form - appears in the Form Editing "
633
  "area, where you can edit to your requirements."
@@ -635,11 +627,11 @@ msgstr ""
635
  "Pilih untuk menerapkan Templat ke form anda - tampil di bagaian penyuntingan "
636
  "form, dimana anda bisa menyuntuk sesuai kebutuhan."
637
 
638
- #: ../includes/template.php:433
639
  msgid "Return to Template Gallery/Grid view."
640
  msgstr "Kembali ke Galeri Templat/Tampilan Grid"
641
 
642
- #: ../includes/template.php:448
643
  msgid ""
644
  "Select to apply the Template to your form - appears in the Form editing "
645
  "area, where you can edit to your requirements."
@@ -647,7 +639,7 @@ msgstr ""
647
  "Pilih untuk menerapkan Templat ke form anda - tampil di bagaian penyuntingan "
648
  "form, dimana anda bisa menyuntuk sesuai kebutuhan."
649
 
650
- #: ../includes/template.php:449
651
  msgid "Return to Template Gallery/ Grid View"
652
  msgstr "Kembali ke Galeri Templat/Tampilan Grid"
653
 
@@ -1076,6 +1068,27 @@ msgstr "Sedikit Buruk"
1076
  msgid "Much Worse"
1077
  msgstr "Lebih Buruk"
1078
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1079
  #~ msgid "Enter your CF7 Skins license key and save before activating."
1080
  #~ msgstr ""
1081
  #~ "Masukkan kode lisensi CF7 Skins anda dan simpan sebelum melakukan "
4
  msgstr ""
5
  "Project-Id-Version: Contact Form 7 Skins 0.0\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2016-04-09 10:11+0700\n"
8
+ "PO-Revision-Date: 2016-04-09 10:13+0700\n"
9
  "Last-Translator: Selz <engineer@selz.com>\n"
10
  "Language-Team: Neil Murray <nmurray@exemail.com.au>\n"
11
  "Language: en_US\n"
18
  "X-Generator: Poedit 1.5.7\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: ../index.php:202
22
  #, php-format
23
  msgid "<a href=\"%s\">Contact Form 7</a> must be installed to use this plugin."
24
  msgstr ""
25
  "Silahkan install <a href=\"%s\">Contact Form 7</a> agar plugin ini berfungsi."
26
 
27
+ #: ../includes/admin.php:160
28
  msgid "Loading template..."
29
  msgstr "Memuat templat..."
30
 
31
+ #: ../includes/admin.php:161
32
  msgid "Empty filter, please select a filter."
33
  msgstr "Filter kosong, silahkan pilih sebuah filter."
34
 
35
+ #: ../includes/admin.php:162 ../includes/style.php:375
36
+ #: ../includes/style.php:412 ../includes/template.php:383
37
+ #: ../includes/template.php:421
38
  msgid "Select"
39
  msgstr "Pilih"
40
 
41
+ #: ../includes/admin.php:163 ../includes/style.php:375
42
+ #: ../includes/style.php:412 ../includes/template.php:383
43
+ #: ../includes/template.php:421
44
  msgid "Selected"
45
  msgstr "Terpilih"
46
 
47
+ #: ../includes/admin.php:164
48
+ msgid "Deselect"
49
+ msgstr "Hapus"
50
+
51
+ #: ../includes/admin.php:165 ../includes/style.php:422
52
+ #: ../includes/template.php:430
53
  msgid "Expanded View"
54
  msgstr "Tampilan Luas"
55
 
56
+ #: ../includes/admin.php:166
57
+ msgid "Click to remove this Style from your form."
58
+ msgstr "Klik untuk menyingkirkan Gaya dari form."
59
+
60
+ #: ../includes/admin.php:167
61
+ msgid "Click to remove this Template from your form."
62
+ msgstr "Klik untuk menyingkirkan Templat dari form."
63
+
64
+ #: ../includes/admin.php:183 ../includes/admin.php:210
65
  msgid "Skins"
66
  msgstr "Gaya"
67
 
68
+ #: ../includes/admin.php:209
69
  msgid "Click to toggle"
70
  msgstr "Klik untuk menampilkan"
71
 
97
  msgid "Error"
98
  msgstr "Gagal"
99
 
100
+ #: ../includes/license.php:36
101
  msgid "Licenses"
102
  msgstr "Lisensi"
103
 
104
+ #: ../includes/license.php:52
105
  msgid "Plugin Name"
106
  msgstr "Nama Plugin"
107
 
108
+ #: ../includes/license.php:53
109
  msgid "License Key"
110
  msgstr "Kode Lisensi Skins"
111
 
112
+ #: ../includes/license.php:54
113
  msgid "Site URL"
114
  msgstr "URL Situs"
115
 
116
+ #: ../includes/settings.php:57
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
117
  msgid "General"
118
  msgstr "Umum"
119
 
120
+ #: ../includes/settings.php:58
121
  msgid "Advanced"
122
  msgstr "Tingkat Lanjut"
123
 
124
+ #: ../includes/settings.php:59
125
+ msgid "Add-ons"
126
+ msgstr "Add-ons"
127
+
128
+ #: ../includes/settings.php:60
129
+ msgid "Getting Started"
130
+ msgstr "Memulai"
131
+
132
+ #: ../includes/settings.php:108
133
  msgid "Contact Form 7 Skins Settings"
134
  msgstr "Pengaturan Contact Form 7 Skins"
135
 
136
+ #: ../includes/settings.php:132
137
  msgid "Save Changes"
138
  msgstr "Simpan Perubahan"
139
 
140
+ #: ../includes/settings.php:177
141
  msgid "Color Scheme"
142
  msgstr "Skema Warna"
143
 
144
+ #: ../includes/settings.php:180
145
  msgid "Select color scheme for CF7 Skins interface."
146
  msgstr "Pilih warna skema untuk tampilan CF7 Skins"
147
 
148
+ #: ../includes/settings.php:214
 
 
 
 
 
 
 
 
149
  msgid "Delete Settings"
150
  msgstr "Hapus Pengaturan"
151
 
152
+ #: ../includes/settings.php:217
153
  msgid "Remove all plugin data on plugin deletion."
154
  msgstr "Hapus semua data saat penghapusan plugin."
155
 
156
+ #: ../includes/settings.php:354
157
  msgid "active"
158
  msgstr "aktif"
159
 
160
+ #: ../includes/settings.php:355
161
  msgid "Deactivate License"
162
  msgstr "Non-aktifkan Lisensi"
163
 
164
+ #: ../includes/settings.php:358
165
  msgid "invalid"
166
  msgstr "absah"
167
 
168
+ #: ../includes/settings.php:360
169
  msgid "Activate License"
170
  msgstr "Aktifkan Lisensi"
171
 
172
+ #: ../includes/settings.php:402
173
  msgid "Default"
174
  msgstr "Standar"
175
 
176
+ #: ../includes/settings.php:409
177
  msgid "Wheat"
178
  msgstr "Gandum"
179
 
180
+ #: ../includes/settings.php:416
181
  msgid "Ocean"
182
  msgstr "Lautan"
183
 
246
  msgid "Layout"
247
  msgstr "Tatanan Tertentu"
248
 
249
+ #: ../includes/style.php:157 ../includes/template.php:174
250
  msgid "Fixed Layout"
251
  msgstr "Tatanan Tertentu"
252
 
253
+ #: ../includes/style.php:158 ../includes/template.php:175
254
  msgid "Fluid Layout"
255
  msgstr "Tatanan Fluid"
256
 
257
+ #: ../includes/style.php:159 ../includes/template.php:176
258
  msgid "Responsive Layout"
259
  msgstr "Tatanan Fleksibel"
260
 
261
+ #: ../includes/style.php:160 ../includes/template.php:177
262
  msgid "One Column"
263
  msgstr "Satu Kolom"
264
 
265
+ #: ../includes/style.php:161 ../includes/template.php:178
266
  msgid "One or Two Column"
267
  msgstr "Satu atau Dua Kolom"
268
 
269
+ #: ../includes/style.php:162 ../includes/template.php:179
270
  msgid "One, Two or Three Column"
271
  msgstr "Satu, Dua atau Tiga Kolom"
272
 
274
  msgid "Features"
275
  msgstr "Difiturkan"
276
 
277
+ #: ../includes/style.php:166 ../includes/template.php:183
278
  msgid "Fieldsets"
279
  msgstr "Fieldset"
280
 
281
+ #: ../includes/style.php:167 ../includes/template.php:184
282
  msgid "Background"
283
  msgstr "Warna latar"
284
 
285
+ #: ../includes/style.php:168 ../includes/template.php:185
286
  msgid "Gradients"
287
  msgstr "Gradien"
288
 
291
  msgid "Subject"
292
  msgstr "Subjek"
293
 
294
+ #: ../includes/style.php:172 ../includes/template.php:189
295
  msgid "Business"
296
  msgstr "Bisnis"
297
 
298
+ #: ../includes/style.php:173 ../includes/template.php:190
299
  #: ../skins/templates/event/event.php:18
300
  msgid "Event"
301
  msgstr "Peristiwa"
302
 
303
+ #: ../includes/style.php:174 ../includes/template.php:191
304
  msgid "Holiday"
305
  msgstr "Liburan"
306
 
307
+ #: ../includes/style.php:175 ../includes/template.php:192
308
  msgid "Individual"
309
  msgstr "Pribadi"
310
 
311
+ #: ../includes/style.php:176 ../includes/template.php:193
312
  msgid "Seasonal"
313
  msgstr "Musiman"
314
 
317
  msgstr "Semua Gaya yang tersedia"
318
 
319
  #: ../includes/style.php:197 ../includes/style.php:285
320
+ #: ../includes/template.php:213 ../includes/template.php:297
321
  msgid "All"
322
  msgstr "Semuanya"
323
 
326
  msgstr "Dipilih oleh team CF7 Skins"
327
 
328
  #: ../includes/style.php:198 ../includes/style.php:286
329
+ #: ../includes/template.php:214 ../includes/template.php:298
330
  msgid "Featured"
331
  msgstr "Difiturkan"
332
 
333
  #: ../includes/style.php:199 ../includes/style.php:287
334
+ #: ../includes/template.php:215 ../includes/template.php:299
335
  msgid "Commonly used"
336
  msgstr "Yang sering digunakan"
337
 
338
  #: ../includes/style.php:199 ../includes/style.php:287
339
+ #: ../includes/template.php:215 ../includes/template.php:299
340
  msgid "Popular"
341
  msgstr "Populer"
342
 
343
  #: ../includes/style.php:200 ../includes/style.php:288
344
+ #: ../includes/template.php:216 ../includes/template.php:300
345
  msgid "Recently added"
346
  msgstr "Terbaru ditambahkan"
347
 
348
  #: ../includes/style.php:200 ../includes/style.php:288
349
+ #: ../includes/template.php:216 ../includes/template.php:300
350
  msgid "Latest"
351
  msgstr "Terbaru"
352
 
353
  #: ../includes/style.php:206 ../includes/style.php:292
354
+ #: ../includes/template.php:222 ../includes/template.php:304
355
  msgid "Narrow your choices based on your specific requirements"
356
  msgstr "Batasi pilihan anda berdasarkan persayaratan spesifik"
357
 
364
  "gunakan filter."
365
 
366
  #: ../includes/style.php:211 ../includes/style.php:302
367
+ #: ../includes/template.php:227 ../includes/template.php:314
368
  msgid "Apply Filters"
369
  msgstr "Gunakan Filter"
370
 
371
  #: ../includes/style.php:212 ../includes/style.php:303
372
+ #: ../includes/template.php:228 ../includes/template.php:315
373
  msgid "Clear"
374
  msgstr "Bersihkan"
375
 
376
  #: ../includes/style.php:239 ../includes/style.php:327
377
+ #: ../includes/template.php:251 ../includes/template.php:335
378
  msgid "Filtering by:"
379
  msgstr "Memfilter dengan:"
380
 
381
  #: ../includes/style.php:241 ../includes/style.php:329
382
+ #: ../includes/template.php:253 ../includes/template.php:337
383
  msgid "Edit"
384
  msgstr "Ubah"
385
 
386
  #: ../includes/style.php:246 ../includes/style.php:334
387
+ #: ../includes/template.php:258 ../includes/template.php:341
388
  msgid ""
389
  "Sort by Name, Date and License (free or pro) – use arrow to reverse sort "
390
  "order"
393
  "untuk membalikkan urutan"
394
 
395
  #: ../includes/style.php:246 ../includes/style.php:334
396
+ #: ../includes/template.php:258 ../includes/template.php:341
397
  msgid "Sort by"
398
  msgstr "Urut dengan"
399
 
400
  #: ../includes/style.php:248 ../includes/style.php:336
401
+ #: ../includes/template.php:260 ../includes/template.php:343
402
  #: ../skins/templates/event/event.php:20
403
  #: ../skins/templates/fieldset-basic/fieldset-basic.php:20
404
  #: ../skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php:20
408
  msgstr "Nama"
409
 
410
  #: ../includes/style.php:249 ../includes/style.php:337
411
+ #: ../includes/template.php:261 ../includes/template.php:344
412
  msgid "Date"
413
  msgstr "Tanggal"
414
 
415
  #: ../includes/style.php:250 ../includes/style.php:338
416
+ #: ../includes/template.php:262 ../includes/template.php:345
417
  msgid "License"
418
  msgstr "Lisensi"
419
 
441
  "Menampilkan informasi detail mengenai Gaya ini - peninjauan tampilan dan "
442
  "susunan dengan detail gambaran dan penggunaan."
443
 
444
+ #: ../includes/style.php:392 ../includes/template.php:401
445
  #: ../skins/templates/suggestion/suggestion.php:24
446
  msgid "Details"
447
  msgstr "Detail"
459
  msgstr "Kembalik ke Galeri Gaya/tampilan Grid"
460
 
461
  #: ../includes/style.php:424 ../includes/style.php:441
462
+ #: ../includes/template.php:432 ../includes/template.php:448
463
  msgid "Close"
464
  msgstr "Tutup"
465
 
466
  #: ../includes/style.php:429 ../includes/style.php:449
467
+ #: ../includes/template.php:437 ../includes/template.php:456
468
  msgid "Description"
469
  msgstr "Deskripsi"
470
 
471
  #: ../includes/style.php:432 ../includes/style.php:452
472
+ #: ../includes/template.php:440 ../includes/template.php:459
473
  msgid "Instructions"
474
  msgstr "Instruksi"
475
 
476
+ #: ../includes/style.php:439 ../includes/template.php:446
477
  msgid "Return to Details View"
478
  msgstr "Kembali ke Tampilan Detail"
479
 
480
+ #: ../includes/style.php:439 ../includes/template.php:446
481
  msgid "Details View"
482
  msgstr "Tampilan Detail"
483
 
493
  msgid "Return to Style Gallery/Grid View"
494
  msgstr "Kembalik ke Galeri Gaya/Tampilan Kotak"
495
 
496
+ #: ../includes/tab.php:30 ../includes/tab.php:226 ../includes/tab.php:268
497
  msgid "Template"
498
  msgstr "Templat"
499
 
500
+ #: ../includes/tab.php:31 ../includes/tab.php:234 ../includes/tab.php:269
501
  msgid "Style"
502
  msgstr "Gaya"
503
 
539
  "different Style"
540
  msgstr "Anda bisa mengubah Gaya yang diterapkan dengan memilih Gaya yang lain."
541
 
542
+ #: ../includes/tab.php:263
543
  msgid "!"
544
  msgstr "!"
545
 
546
+ #: ../includes/tab.php:264 ../includes/tab.php:345
547
  msgid "?"
548
  msgstr "?"
549
 
550
+ #: ../includes/tab.php:317
551
  msgid "Documentation"
552
  msgstr "Dokumentasi"
553
 
554
+ #: ../includes/tab.php:318
555
  msgid "FAQ"
556
  msgstr "Tanya Jawab"
557
 
558
+ #: ../includes/tab.php:319
559
  msgid "Tutorials"
560
  msgstr "Tutorial"
561
 
562
+ #: ../includes/tab.php:320
563
  msgid "Knowledge Base"
564
  msgstr "Pengatahuan Dasar"
565
 
566
+ #: ../includes/tab.php:332
567
  msgid "Support"
568
  msgstr "Bantuan"
569
 
570
+ #: ../includes/tab.php:333
571
  msgid "Blog"
572
  msgstr "Blog"
573
 
574
+ #: ../includes/tab.php:334
575
  msgid "Pro Version"
576
  msgstr "Versi Pro"
577
 
578
+ #: ../includes/template.php:213 ../includes/template.php:297
579
  msgid "All available Templates"
580
  msgstr "Semua templat yang tersedia"
581
 
582
+ #: ../includes/template.php:214 ../includes/template.php:298
583
  msgid "Selected by CF7 Skins Team"
584
  msgstr "Dipilih oleh team CF7 Skins"
585
 
586
+ #: ../includes/template.php:222 ../includes/template.php:304
587
  msgid "Feature Filter"
588
  msgstr "Fitur Filter"
589
 
590
+ #: ../includes/template.php:266 ../includes/template.php:308
591
  msgid "Search Templates"
592
  msgstr "Cari Templat"
593
 
594
+ #: ../includes/template.php:267 ../includes/template.php:309
595
  msgid "Search templates..."
596
  msgstr "Cari templat"
597
 
598
+ #: ../includes/template.php:400
599
  msgid ""
600
  "Select to apply the Template to your form - appears in the form editing "
601
  "area, where you can edit your requirements."
603
  "Pilih untuk menerapkan Templat ke form anda - ditampilkan pada bagian "
604
  "penyuntingan form, dimana anda dapat menyunting sesuai kebutuhan."
605
 
606
+ #: ../includes/template.php:401
607
  msgid ""
608
  "Show detailed information about this Template, with layout, description and "
609
  "usage details."
611
  "Menampilkan informasi detail mengenai Templat ini, dengan susunan, "
612
  "penjelasan dan detail penggunaan."
613
 
614
+ #: ../includes/template.php:430
615
  msgid ""
616
  "Use Expanded View to view Template features - shows layout, description & "
617
  "usage details."
619
  "Gunakan Tampilan Luas untuk melihat fitur templat - menampilkan susunan, "
620
  "penjelasan dan detail penggunaan."
621
 
622
+ #: ../includes/template.php:431
623
  msgid ""
624
  "Select to apply the Template to your form - appears in the Form Editing "
625
  "area, where you can edit to your requirements."
627
  "Pilih untuk menerapkan Templat ke form anda - tampil di bagaian penyuntingan "
628
  "form, dimana anda bisa menyuntuk sesuai kebutuhan."
629
 
630
+ #: ../includes/template.php:432
631
  msgid "Return to Template Gallery/Grid view."
632
  msgstr "Kembali ke Galeri Templat/Tampilan Grid"
633
 
634
+ #: ../includes/template.php:447
635
  msgid ""
636
  "Select to apply the Template to your form - appears in the Form editing "
637
  "area, where you can edit to your requirements."
639
  "Pilih untuk menerapkan Templat ke form anda - tampil di bagaian penyuntingan "
640
  "form, dimana anda bisa menyuntuk sesuai kebutuhan."
641
 
642
+ #: ../includes/template.php:448
643
  msgid "Return to Template Gallery/ Grid View"
644
  msgstr "Kembali ke Galeri Templat/Tampilan Grid"
645
 
1068
  msgid "Much Worse"
1069
  msgstr "Lebih Buruk"
1070
 
1071
+ #~ msgid "Logs"
1072
+ #~ msgstr "Log"
1073
+
1074
+ #~ msgid "Get Version"
1075
+ #~ msgstr "Minta Versi"
1076
+
1077
+ #~ msgid "Activation"
1078
+ #~ msgstr "Aktivasi"
1079
+
1080
+ #~ msgid "Deactivation"
1081
+ #~ msgstr "Deaktivasi"
1082
+
1083
+ #~ msgid "Not available"
1084
+ #~ msgstr "Tidak tersedia"
1085
+
1086
+ #~ msgid "Display Log"
1087
+ #~ msgstr "Tampilan Log"
1088
+
1089
+ #~ msgid "Displays plugin log tab."
1090
+ #~ msgstr "Tampilkan papan log plugin"
1091
+
1092
  #~ msgid "Enter your CF7 Skins license key and save before activating."
1093
  #~ msgstr ""
1094
  #~ "Masukkan kode lisensi CF7 Skins anda dan simpan sebelum melakukan "
languages/cf7skins.po CHANGED
@@ -4,8 +4,8 @@ msgid ""
4
  msgstr ""
5
  "Project-Id-Version: Contact Form 7 Skins 0.0\n"
6
  "Report-Msgid-Bugs-To: \n"
7
- "POT-Creation-Date: 2015-08-26 20:33+0700\n"
8
- "PO-Revision-Date: 2015-08-26 20:33+0700\n"
9
  "Last-Translator: Selz <engineer@selz.com>\n"
10
  "Language-Team: Neil Murray <nmurray@exemail.com.au>\n"
11
  "Language: en_US\n"
@@ -18,41 +18,53 @@ msgstr ""
18
  "X-Generator: Poedit 1.5.7\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
- #: ../index.php:174
22
  #, php-format
23
  msgid "<a href=\"%s\">Contact Form 7</a> must be installed to use this plugin."
24
  msgstr ""
25
 
26
- #: ../includes/admin.php:93
27
  msgid "Loading template..."
28
  msgstr ""
29
 
30
- #: ../includes/admin.php:94
31
  msgid "Empty filter, please select a filter."
32
  msgstr ""
33
 
34
- #: ../includes/admin.php:95 ../includes/style.php:375
35
- #: ../includes/style.php:412 ../includes/template.php:384
36
- #: ../includes/template.php:422
37
  msgid "Select"
38
  msgstr ""
39
 
40
- #: ../includes/admin.php:96 ../includes/style.php:375
41
- #: ../includes/style.php:412 ../includes/template.php:384
42
- #: ../includes/template.php:422
43
  msgid "Selected"
44
  msgstr ""
45
 
46
- #: ../includes/admin.php:97 ../includes/style.php:422
47
- #: ../includes/template.php:431
 
 
 
 
48
  msgid "Expanded View"
49
  msgstr ""
50
 
51
- #: ../includes/admin.php:113 ../includes/admin.php:136
 
 
 
 
 
 
 
 
52
  msgid "Skins"
53
  msgstr ""
54
 
55
- #: ../includes/admin.php:135
56
  msgid "Click to toggle"
57
  msgstr ""
58
 
@@ -79,107 +91,87 @@ msgstr ""
79
  msgid "Error"
80
  msgstr ""
81
 
82
- #: ../includes/license.php:35
83
  msgid "Licenses"
84
  msgstr ""
85
 
86
- #: ../includes/license.php:51
87
  msgid "Plugin Name"
88
  msgstr ""
89
 
90
- #: ../includes/license.php:52
91
  msgid "License Key"
92
  msgstr ""
93
 
94
- #: ../includes/license.php:53
95
  msgid "Site URL"
96
  msgstr ""
97
 
98
- #: ../includes/logs.php:40
99
- msgid "Logs"
100
- msgstr ""
101
-
102
- #: ../includes/logs.php:54
103
- msgid "Get Version"
104
- msgstr ""
105
-
106
- #: ../includes/logs.php:60
107
- msgid "Activation"
108
- msgstr ""
109
-
110
- #: ../includes/logs.php:66
111
- msgid "Deactivation"
112
  msgstr ""
113
 
114
- #: ../includes/logs.php:102 ../includes/logs.php:129 ../includes/logs.php:181
115
- msgid "Not available"
116
  msgstr ""
117
 
118
- #: ../includes/settings.php:49
119
- msgid "General"
120
  msgstr ""
121
 
122
- #: ../includes/settings.php:50
123
- msgid "Advanced"
124
  msgstr ""
125
 
126
- #: ../includes/settings.php:85
127
  msgid "Contact Form 7 Skins Settings"
128
  msgstr ""
129
 
130
- #: ../includes/settings.php:102
131
  msgid "Save Changes"
132
  msgstr ""
133
 
134
- #: ../includes/settings.php:147
135
  msgid "Color Scheme"
136
  msgstr ""
137
 
138
- #: ../includes/settings.php:150
139
  msgid "Select color scheme for CF7 Skins interface."
140
  msgstr ""
141
 
142
- #: ../includes/settings.php:169
143
- msgid "Display Log"
144
- msgstr ""
145
-
146
- #: ../includes/settings.php:172
147
- msgid "Displays plugin log tab."
148
- msgstr ""
149
-
150
- #: ../includes/settings.php:176
151
  msgid "Delete Settings"
152
  msgstr ""
153
 
154
- #: ../includes/settings.php:179
155
  msgid "Remove all plugin data on plugin deletion."
156
  msgstr ""
157
 
158
- #: ../includes/settings.php:312
159
  msgid "active"
160
  msgstr ""
161
 
162
- #: ../includes/settings.php:313
163
  msgid "Deactivate License"
164
  msgstr ""
165
 
166
- #: ../includes/settings.php:316
167
  msgid "invalid"
168
  msgstr ""
169
 
170
- #: ../includes/settings.php:318
171
  msgid "Activate License"
172
  msgstr ""
173
 
174
- #: ../includes/settings.php:359
175
  msgid "Default"
176
  msgstr ""
177
 
178
- #: ../includes/settings.php:365
179
  msgid "Wheat"
180
  msgstr ""
181
 
182
- #: ../includes/settings.php:371
183
  msgid "Ocean"
184
  msgstr ""
185
 
@@ -248,27 +240,27 @@ msgstr ""
248
  msgid "Layout"
249
  msgstr ""
250
 
251
- #: ../includes/style.php:157 ../includes/template.php:175
252
  msgid "Fixed Layout"
253
  msgstr ""
254
 
255
- #: ../includes/style.php:158 ../includes/template.php:176
256
  msgid "Fluid Layout"
257
  msgstr ""
258
 
259
- #: ../includes/style.php:159 ../includes/template.php:177
260
  msgid "Responsive Layout"
261
  msgstr ""
262
 
263
- #: ../includes/style.php:160 ../includes/template.php:178
264
  msgid "One Column"
265
  msgstr ""
266
 
267
- #: ../includes/style.php:161 ../includes/template.php:179
268
  msgid "One or Two Column"
269
  msgstr ""
270
 
271
- #: ../includes/style.php:162 ../includes/template.php:180
272
  msgid "One, Two or Three Column"
273
  msgstr ""
274
 
@@ -276,15 +268,15 @@ msgstr ""
276
  msgid "Features"
277
  msgstr ""
278
 
279
- #: ../includes/style.php:166 ../includes/template.php:184
280
  msgid "Fieldsets"
281
  msgstr ""
282
 
283
- #: ../includes/style.php:167 ../includes/template.php:185
284
  msgid "Background"
285
  msgstr ""
286
 
287
- #: ../includes/style.php:168 ../includes/template.php:186
288
  msgid "Gradients"
289
  msgstr ""
290
 
@@ -293,24 +285,24 @@ msgstr ""
293
  msgid "Subject"
294
  msgstr ""
295
 
296
- #: ../includes/style.php:172 ../includes/template.php:190
297
  msgid "Business"
298
  msgstr ""
299
 
300
- #: ../includes/style.php:173 ../includes/template.php:191
301
  #: ../skins/templates/event/event.php:18
302
  msgid "Event"
303
  msgstr ""
304
 
305
- #: ../includes/style.php:174 ../includes/template.php:192
306
  msgid "Holiday"
307
  msgstr ""
308
 
309
- #: ../includes/style.php:175 ../includes/template.php:193
310
  msgid "Individual"
311
  msgstr ""
312
 
313
- #: ../includes/style.php:176 ../includes/template.php:194
314
  msgid "Seasonal"
315
  msgstr ""
316
 
@@ -319,7 +311,7 @@ msgid "All available Styles"
319
  msgstr ""
320
 
321
  #: ../includes/style.php:197 ../includes/style.php:285
322
- #: ../includes/template.php:214 ../includes/template.php:298
323
  msgid "All"
324
  msgstr ""
325
 
@@ -328,32 +320,32 @@ msgid "Selected by the CF7 Skins team"
328
  msgstr ""
329
 
330
  #: ../includes/style.php:198 ../includes/style.php:286
331
- #: ../includes/template.php:215 ../includes/template.php:299
332
  msgid "Featured"
333
  msgstr ""
334
 
335
  #: ../includes/style.php:199 ../includes/style.php:287
336
- #: ../includes/template.php:216 ../includes/template.php:300
337
  msgid "Commonly used"
338
  msgstr ""
339
 
340
  #: ../includes/style.php:199 ../includes/style.php:287
341
- #: ../includes/template.php:216 ../includes/template.php:300
342
  msgid "Popular"
343
  msgstr ""
344
 
345
  #: ../includes/style.php:200 ../includes/style.php:288
346
- #: ../includes/template.php:217 ../includes/template.php:301
347
  msgid "Recently added"
348
  msgstr ""
349
 
350
  #: ../includes/style.php:200 ../includes/style.php:288
351
- #: ../includes/template.php:217 ../includes/template.php:301
352
  msgid "Latest"
353
  msgstr ""
354
 
355
  #: ../includes/style.php:206 ../includes/style.php:292
356
- #: ../includes/template.php:223 ../includes/template.php:305
357
  msgid "Narrow your choices based on your specific requirements"
358
  msgstr ""
359
 
@@ -364,39 +356,39 @@ msgid ""
364
  msgstr ""
365
 
366
  #: ../includes/style.php:211 ../includes/style.php:302
367
- #: ../includes/template.php:228 ../includes/template.php:315
368
  msgid "Apply Filters"
369
  msgstr ""
370
 
371
  #: ../includes/style.php:212 ../includes/style.php:303
372
- #: ../includes/template.php:229 ../includes/template.php:316
373
  msgid "Clear"
374
  msgstr ""
375
 
376
  #: ../includes/style.php:239 ../includes/style.php:327
377
- #: ../includes/template.php:252 ../includes/template.php:336
378
  msgid "Filtering by:"
379
  msgstr ""
380
 
381
  #: ../includes/style.php:241 ../includes/style.php:329
382
- #: ../includes/template.php:254 ../includes/template.php:338
383
  msgid "Edit"
384
  msgstr ""
385
 
386
  #: ../includes/style.php:246 ../includes/style.php:334
387
- #: ../includes/template.php:259 ../includes/template.php:342
388
  msgid ""
389
  "Sort by Name, Date and License (free or pro) – use arrow to reverse sort "
390
  "order"
391
  msgstr ""
392
 
393
  #: ../includes/style.php:246 ../includes/style.php:334
394
- #: ../includes/template.php:259 ../includes/template.php:342
395
  msgid "Sort by"
396
  msgstr ""
397
 
398
  #: ../includes/style.php:248 ../includes/style.php:336
399
- #: ../includes/template.php:261 ../includes/template.php:344
400
  #: ../skins/templates/event/event.php:20
401
  #: ../skins/templates/fieldset-basic/fieldset-basic.php:20
402
  #: ../skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php:20
@@ -406,12 +398,12 @@ msgid "Name"
406
  msgstr ""
407
 
408
  #: ../includes/style.php:249 ../includes/style.php:337
409
- #: ../includes/template.php:262 ../includes/template.php:345
410
  msgid "Date"
411
  msgstr ""
412
 
413
  #: ../includes/style.php:250 ../includes/style.php:338
414
- #: ../includes/template.php:263 ../includes/template.php:346
415
  msgid "License"
416
  msgstr ""
417
 
@@ -435,7 +427,7 @@ msgid ""
435
  "layout with description and usage details."
436
  msgstr ""
437
 
438
- #: ../includes/style.php:392 ../includes/template.php:402
439
  #: ../skins/templates/suggestion/suggestion.php:24
440
  msgid "Details"
441
  msgstr ""
@@ -451,25 +443,25 @@ msgid "Return to Style Gallery/Grid view."
451
  msgstr ""
452
 
453
  #: ../includes/style.php:424 ../includes/style.php:441
454
- #: ../includes/template.php:433 ../includes/template.php:449
455
  msgid "Close"
456
  msgstr ""
457
 
458
  #: ../includes/style.php:429 ../includes/style.php:449
459
- #: ../includes/template.php:438 ../includes/template.php:457
460
  msgid "Description"
461
  msgstr ""
462
 
463
  #: ../includes/style.php:432 ../includes/style.php:452
464
- #: ../includes/template.php:441 ../includes/template.php:460
465
  msgid "Instructions"
466
  msgstr ""
467
 
468
- #: ../includes/style.php:439 ../includes/template.php:447
469
  msgid "Return to Details View"
470
  msgstr ""
471
 
472
- #: ../includes/style.php:439 ../includes/template.php:447
473
  msgid "Details View"
474
  msgstr ""
475
 
@@ -483,11 +475,11 @@ msgstr ""
483
  msgid "Return to Style Gallery/Grid View"
484
  msgstr ""
485
 
486
- #: ../includes/tab.php:30 ../includes/tab.php:226
487
  msgid "Template"
488
  msgstr ""
489
 
490
- #: ../includes/tab.php:31 ../includes/tab.php:234
491
  msgid "Style"
492
  msgstr ""
493
 
@@ -523,97 +515,97 @@ msgid ""
523
  "different Style"
524
  msgstr ""
525
 
526
- #: ../includes/tab.php:243
527
  msgid "!"
528
  msgstr ""
529
 
530
- #: ../includes/tab.php:244 ../includes/tab.php:311
531
  msgid "?"
532
  msgstr ""
533
 
534
- #: ../includes/tab.php:283
535
  msgid "Documentation"
536
  msgstr ""
537
 
538
- #: ../includes/tab.php:284
539
  msgid "FAQ"
540
  msgstr ""
541
 
542
- #: ../includes/tab.php:285
543
  msgid "Tutorials"
544
  msgstr ""
545
 
546
- #: ../includes/tab.php:286
547
  msgid "Knowledge Base"
548
  msgstr ""
549
 
550
- #: ../includes/tab.php:298
551
  msgid "Support"
552
  msgstr ""
553
 
554
- #: ../includes/tab.php:299
555
  msgid "Blog"
556
  msgstr ""
557
 
558
- #: ../includes/tab.php:300
559
  msgid "Pro Version"
560
  msgstr ""
561
 
562
- #: ../includes/template.php:214 ../includes/template.php:298
563
  msgid "All available Templates"
564
  msgstr ""
565
 
566
- #: ../includes/template.php:215 ../includes/template.php:299
567
  msgid "Selected by CF7 Skins Team"
568
  msgstr ""
569
 
570
- #: ../includes/template.php:223 ../includes/template.php:305
571
  msgid "Feature Filter"
572
  msgstr ""
573
 
574
- #: ../includes/template.php:267 ../includes/template.php:309
575
  msgid "Search Templates"
576
  msgstr ""
577
 
578
- #: ../includes/template.php:268 ../includes/template.php:310
579
  msgid "Search templates..."
580
  msgstr ""
581
 
582
- #: ../includes/template.php:401
583
  msgid ""
584
  "Select to apply the Template to your form - appears in the form editing "
585
  "area, where you can edit your requirements."
586
  msgstr ""
587
 
588
- #: ../includes/template.php:402
589
  msgid ""
590
  "Show detailed information about this Template, with layout, description and "
591
  "usage details."
592
  msgstr ""
593
 
594
- #: ../includes/template.php:431
595
  msgid ""
596
  "Use Expanded View to view Template features - shows layout, description & "
597
  "usage details."
598
  msgstr ""
599
 
600
- #: ../includes/template.php:432
601
  msgid ""
602
  "Select to apply the Template to your form - appears in the Form Editing "
603
  "area, where you can edit to your requirements."
604
  msgstr ""
605
 
606
- #: ../includes/template.php:433
607
  msgid "Return to Template Gallery/Grid view."
608
  msgstr ""
609
 
610
- #: ../includes/template.php:448
611
  msgid ""
612
  "Select to apply the Template to your form - appears in the Form editing "
613
  "area, where you can edit to your requirements."
614
  msgstr ""
615
 
616
- #: ../includes/template.php:449
617
  msgid "Return to Template Gallery/ Grid View"
618
  msgstr ""
619
 
4
  msgstr ""
5
  "Project-Id-Version: Contact Form 7 Skins 0.0\n"
6
  "Report-Msgid-Bugs-To: \n"
7
+ "POT-Creation-Date: 2016-04-09 10:10+0700\n"
8
+ "PO-Revision-Date: 2016-04-09 10:10+0700\n"
9
  "Last-Translator: Selz <engineer@selz.com>\n"
10
  "Language-Team: Neil Murray <nmurray@exemail.com.au>\n"
11
  "Language: en_US\n"
18
  "X-Generator: Poedit 1.5.7\n"
19
  "X-Poedit-SearchPath-0: ..\n"
20
 
21
+ #: ../index.php:202
22
  #, php-format
23
  msgid "<a href=\"%s\">Contact Form 7</a> must be installed to use this plugin."
24
  msgstr ""
25
 
26
+ #: ../includes/admin.php:160
27
  msgid "Loading template..."
28
  msgstr ""
29
 
30
+ #: ../includes/admin.php:161
31
  msgid "Empty filter, please select a filter."
32
  msgstr ""
33
 
34
+ #: ../includes/admin.php:162 ../includes/style.php:375
35
+ #: ../includes/style.php:412 ../includes/template.php:383
36
+ #: ../includes/template.php:421
37
  msgid "Select"
38
  msgstr ""
39
 
40
+ #: ../includes/admin.php:163 ../includes/style.php:375
41
+ #: ../includes/style.php:412 ../includes/template.php:383
42
+ #: ../includes/template.php:421
43
  msgid "Selected"
44
  msgstr ""
45
 
46
+ #: ../includes/admin.php:164
47
+ msgid "Deselect"
48
+ msgstr ""
49
+
50
+ #: ../includes/admin.php:165 ../includes/style.php:422
51
+ #: ../includes/template.php:430
52
  msgid "Expanded View"
53
  msgstr ""
54
 
55
+ #: ../includes/admin.php:166
56
+ msgid "Click to remove this Style from your form."
57
+ msgstr ""
58
+
59
+ #: ../includes/admin.php:167
60
+ msgid "Click to remove this Template from your form."
61
+ msgstr ""
62
+
63
+ #: ../includes/admin.php:183 ../includes/admin.php:210
64
  msgid "Skins"
65
  msgstr ""
66
 
67
+ #: ../includes/admin.php:209
68
  msgid "Click to toggle"
69
  msgstr ""
70
 
91
  msgid "Error"
92
  msgstr ""
93
 
94
+ #: ../includes/license.php:36
95
  msgid "Licenses"
96
  msgstr ""
97
 
98
+ #: ../includes/license.php:52
99
  msgid "Plugin Name"
100
  msgstr ""
101
 
102
+ #: ../includes/license.php:53
103
  msgid "License Key"
104
  msgstr ""
105
 
106
+ #: ../includes/license.php:54
107
  msgid "Site URL"
108
  msgstr ""
109
 
110
+ #: ../includes/settings.php:57
111
+ msgid "General"
 
 
 
 
 
 
 
 
 
 
 
 
112
  msgstr ""
113
 
114
+ #: ../includes/settings.php:58
115
+ msgid "Advanced"
116
  msgstr ""
117
 
118
+ #: ../includes/settings.php:59
119
+ msgid "Add-ons"
120
  msgstr ""
121
 
122
+ #: ../includes/settings.php:60
123
+ msgid "Getting Started"
124
  msgstr ""
125
 
126
+ #: ../includes/settings.php:108
127
  msgid "Contact Form 7 Skins Settings"
128
  msgstr ""
129
 
130
+ #: ../includes/settings.php:132
131
  msgid "Save Changes"
132
  msgstr ""
133
 
134
+ #: ../includes/settings.php:177
135
  msgid "Color Scheme"
136
  msgstr ""
137
 
138
+ #: ../includes/settings.php:180
139
  msgid "Select color scheme for CF7 Skins interface."
140
  msgstr ""
141
 
142
+ #: ../includes/settings.php:214
 
 
 
 
 
 
 
 
143
  msgid "Delete Settings"
144
  msgstr ""
145
 
146
+ #: ../includes/settings.php:217
147
  msgid "Remove all plugin data on plugin deletion."
148
  msgstr ""
149
 
150
+ #: ../includes/settings.php:354
151
  msgid "active"
152
  msgstr ""
153
 
154
+ #: ../includes/settings.php:355
155
  msgid "Deactivate License"
156
  msgstr ""
157
 
158
+ #: ../includes/settings.php:358
159
  msgid "invalid"
160
  msgstr ""
161
 
162
+ #: ../includes/settings.php:360
163
  msgid "Activate License"
164
  msgstr ""
165
 
166
+ #: ../includes/settings.php:402
167
  msgid "Default"
168
  msgstr ""
169
 
170
+ #: ../includes/settings.php:409
171
  msgid "Wheat"
172
  msgstr ""
173
 
174
+ #: ../includes/settings.php:416
175
  msgid "Ocean"
176
  msgstr ""
177
 
240
  msgid "Layout"
241
  msgstr ""
242
 
243
+ #: ../includes/style.php:157 ../includes/template.php:174
244
  msgid "Fixed Layout"
245
  msgstr ""
246
 
247
+ #: ../includes/style.php:158 ../includes/template.php:175
248
  msgid "Fluid Layout"
249
  msgstr ""
250
 
251
+ #: ../includes/style.php:159 ../includes/template.php:176
252
  msgid "Responsive Layout"
253
  msgstr ""
254
 
255
+ #: ../includes/style.php:160 ../includes/template.php:177
256
  msgid "One Column"
257
  msgstr ""
258
 
259
+ #: ../includes/style.php:161 ../includes/template.php:178
260
  msgid "One or Two Column"
261
  msgstr ""
262
 
263
+ #: ../includes/style.php:162 ../includes/template.php:179
264
  msgid "One, Two or Three Column"
265
  msgstr ""
266
 
268
  msgid "Features"
269
  msgstr ""
270
 
271
+ #: ../includes/style.php:166 ../includes/template.php:183
272
  msgid "Fieldsets"
273
  msgstr ""
274
 
275
+ #: ../includes/style.php:167 ../includes/template.php:184
276
  msgid "Background"
277
  msgstr ""
278
 
279
+ #: ../includes/style.php:168 ../includes/template.php:185
280
  msgid "Gradients"
281
  msgstr ""
282
 
285
  msgid "Subject"
286
  msgstr ""
287
 
288
+ #: ../includes/style.php:172 ../includes/template.php:189
289
  msgid "Business"
290
  msgstr ""
291
 
292
+ #: ../includes/style.php:173 ../includes/template.php:190
293
  #: ../skins/templates/event/event.php:18
294
  msgid "Event"
295
  msgstr ""
296
 
297
+ #: ../includes/style.php:174 ../includes/template.php:191
298
  msgid "Holiday"
299
  msgstr ""
300
 
301
+ #: ../includes/style.php:175 ../includes/template.php:192
302
  msgid "Individual"
303
  msgstr ""
304
 
305
+ #: ../includes/style.php:176 ../includes/template.php:193
306
  msgid "Seasonal"
307
  msgstr ""
308
 
311
  msgstr ""
312
 
313
  #: ../includes/style.php:197 ../includes/style.php:285
314
+ #: ../includes/template.php:213 ../includes/template.php:297
315
  msgid "All"
316
  msgstr ""
317
 
320
  msgstr ""
321
 
322
  #: ../includes/style.php:198 ../includes/style.php:286
323
+ #: ../includes/template.php:214 ../includes/template.php:298
324
  msgid "Featured"
325
  msgstr ""
326
 
327
  #: ../includes/style.php:199 ../includes/style.php:287
328
+ #: ../includes/template.php:215 ../includes/template.php:299
329
  msgid "Commonly used"
330
  msgstr ""
331
 
332
  #: ../includes/style.php:199 ../includes/style.php:287
333
+ #: ../includes/template.php:215 ../includes/template.php:299
334
  msgid "Popular"
335
  msgstr ""
336
 
337
  #: ../includes/style.php:200 ../includes/style.php:288
338
+ #: ../includes/template.php:216 ../includes/template.php:300
339
  msgid "Recently added"
340
  msgstr ""
341
 
342
  #: ../includes/style.php:200 ../includes/style.php:288
343
+ #: ../includes/template.php:216 ../includes/template.php:300
344
  msgid "Latest"
345
  msgstr ""
346
 
347
  #: ../includes/style.php:206 ../includes/style.php:292
348
+ #: ../includes/template.php:222 ../includes/template.php:304
349
  msgid "Narrow your choices based on your specific requirements"
350
  msgstr ""
351
 
356
  msgstr ""
357
 
358
  #: ../includes/style.php:211 ../includes/style.php:302
359
+ #: ../includes/template.php:227 ../includes/template.php:314
360
  msgid "Apply Filters"
361
  msgstr ""
362
 
363
  #: ../includes/style.php:212 ../includes/style.php:303
364
+ #: ../includes/template.php:228 ../includes/template.php:315
365
  msgid "Clear"
366
  msgstr ""
367
 
368
  #: ../includes/style.php:239 ../includes/style.php:327
369
+ #: ../includes/template.php:251 ../includes/template.php:335
370
  msgid "Filtering by:"
371
  msgstr ""
372
 
373
  #: ../includes/style.php:241 ../includes/style.php:329
374
+ #: ../includes/template.php:253 ../includes/template.php:337
375
  msgid "Edit"
376
  msgstr ""
377
 
378
  #: ../includes/style.php:246 ../includes/style.php:334
379
+ #: ../includes/template.php:258 ../includes/template.php:341
380
  msgid ""
381
  "Sort by Name, Date and License (free or pro) – use arrow to reverse sort "
382
  "order"
383
  msgstr ""
384
 
385
  #: ../includes/style.php:246 ../includes/style.php:334
386
+ #: ../includes/template.php:258 ../includes/template.php:341
387
  msgid "Sort by"
388
  msgstr ""
389
 
390
  #: ../includes/style.php:248 ../includes/style.php:336
391
+ #: ../includes/template.php:260 ../includes/template.php:343
392
  #: ../skins/templates/event/event.php:20
393
  #: ../skins/templates/fieldset-basic/fieldset-basic.php:20
394
  #: ../skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php:20
398
  msgstr ""
399
 
400
  #: ../includes/style.php:249 ../includes/style.php:337
401
+ #: ../includes/template.php:261 ../includes/template.php:344
402
  msgid "Date"
403
  msgstr ""
404
 
405
  #: ../includes/style.php:250 ../includes/style.php:338
406
+ #: ../includes/template.php:262 ../includes/template.php:345
407
  msgid "License"
408
  msgstr ""
409
 
427
  "layout with description and usage details."
428
  msgstr ""
429
 
430
+ #: ../includes/style.php:392 ../includes/template.php:401
431
  #: ../skins/templates/suggestion/suggestion.php:24
432
  msgid "Details"
433
  msgstr ""
443
  msgstr ""
444
 
445
  #: ../includes/style.php:424 ../includes/style.php:441
446
+ #: ../includes/template.php:432 ../includes/template.php:448
447
  msgid "Close"
448
  msgstr ""
449
 
450
  #: ../includes/style.php:429 ../includes/style.php:449
451
+ #: ../includes/template.php:437 ../includes/template.php:456
452
  msgid "Description"
453
  msgstr ""
454
 
455
  #: ../includes/style.php:432 ../includes/style.php:452
456
+ #: ../includes/template.php:440 ../includes/template.php:459
457
  msgid "Instructions"
458
  msgstr ""
459
 
460
+ #: ../includes/style.php:439 ../includes/template.php:446
461
  msgid "Return to Details View"
462
  msgstr ""
463
 
464
+ #: ../includes/style.php:439 ../includes/template.php:446
465
  msgid "Details View"
466
  msgstr ""
467
 
475
  msgid "Return to Style Gallery/Grid View"
476
  msgstr ""
477
 
478
+ #: ../includes/tab.php:30 ../includes/tab.php:226 ../includes/tab.php:268
479
  msgid "Template"
480
  msgstr ""
481
 
482
+ #: ../includes/tab.php:31 ../includes/tab.php:234 ../includes/tab.php:269
483
  msgid "Style"
484
  msgstr ""
485
 
515
  "different Style"
516
  msgstr ""
517
 
518
+ #: ../includes/tab.php:263
519
  msgid "!"
520
  msgstr ""
521
 
522
+ #: ../includes/tab.php:264 ../includes/tab.php:345
523
  msgid "?"
524
  msgstr ""
525
 
526
+ #: ../includes/tab.php:317
527
  msgid "Documentation"
528
  msgstr ""
529
 
530
+ #: ../includes/tab.php:318
531
  msgid "FAQ"
532
  msgstr ""
533
 
534
+ #: ../includes/tab.php:319
535
  msgid "Tutorials"
536
  msgstr ""
537
 
538
+ #: ../includes/tab.php:320
539
  msgid "Knowledge Base"
540
  msgstr ""
541
 
542
+ #: ../includes/tab.php:332
543
  msgid "Support"
544
  msgstr ""
545
 
546
+ #: ../includes/tab.php:333
547
  msgid "Blog"
548
  msgstr ""
549
 
550
+ #: ../includes/tab.php:334
551
  msgid "Pro Version"
552
  msgstr ""
553
 
554
+ #: ../includes/template.php:213 ../includes/template.php:297
555
  msgid "All available Templates"
556
  msgstr ""
557
 
558
+ #: ../includes/template.php:214 ../includes/template.php:298
559
  msgid "Selected by CF7 Skins Team"
560
  msgstr ""
561
 
562
+ #: ../includes/template.php:222 ../includes/template.php:304
563
  msgid "Feature Filter"
564
  msgstr ""
565
 
566
+ #: ../includes/template.php:266 ../includes/template.php:308
567
  msgid "Search Templates"
568
  msgstr ""
569
 
570
+ #: ../includes/template.php:267 ../includes/template.php:309
571
  msgid "Search templates..."
572
  msgstr ""
573
 
574
+ #: ../includes/template.php:400
575
  msgid ""
576
  "Select to apply the Template to your form - appears in the form editing "
577
  "area, where you can edit your requirements."
578
  msgstr ""
579
 
580
+ #: ../includes/template.php:401
581
  msgid ""
582
  "Show detailed information about this Template, with layout, description and "
583
  "usage details."
584
  msgstr ""
585
 
586
+ #: ../includes/template.php:430
587
  msgid ""
588
  "Use Expanded View to view Template features - shows layout, description & "
589
  "usage details."
590
  msgstr ""
591
 
592
+ #: ../includes/template.php:431
593
  msgid ""
594
  "Select to apply the Template to your form - appears in the Form Editing "
595
  "area, where you can edit to your requirements."
596
  msgstr ""
597
 
598
+ #: ../includes/template.php:432
599
  msgid "Return to Template Gallery/Grid view."
600
  msgstr ""
601
 
602
+ #: ../includes/template.php:447
603
  msgid ""
604
  "Select to apply the Template to your form - appears in the Form editing "
605
  "area, where you can edit to your requirements."
606
  msgstr ""
607
 
608
+ #: ../includes/template.php:448
609
  msgid "Return to Template Gallery/ Grid View"
610
  msgstr ""
611
 
readme.txt CHANGED
@@ -2,19 +2,19 @@
2
  Contributors: buzztone
3
  Tags: contact form 7, form, skin, template, style, html, css
4
  Requires at least: 4.3
5
- Tested up to: 4.5
6
- Stable tag: 1.1.2
7
  Author URI: http://cf7skins.com
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
- Makes styling of Contact Form 7 forms much easier – even if you don't have HTML + CSS skills.
12
 
13
  == Description ==
14
 
15
- [CF7 Skins](http://cf7skins.com/) works right within the normal Contact Form 7 interface, making it easier for regular WordPress users to create professional looking Contact Form 7 forms using a range of compatible **Templates** and **Styles**.
16
 
17
- Simply select from a list of compatible Templates that cover many common forms and then choose a Style for your form from a range of professional and beautiful Styles.
18
 
19
  Each Template acts as an easy to follow guide, which can be adapted to your particular requirements. Every Style covers the full range of Contact Form 7 form elements.
20
 
@@ -25,8 +25,8 @@ Here are some of the things you can do with CF7 Skins:
25
 
26
  * Create a vast range of simple and complex forms using Contact Form 7.
27
  * Select from a list of built-in and ready to use Templates.
28
- * Easily edit built-in Templates to add, remove or modify form fields.
29
- * Choose from a range of compatible Contact Form 7 from Styles.
30
  * Build professional looking Contact Form 7 forms without HTML and CSS knowledge.
31
 
32
  [Read more about CF7 Skins](http://cf7skins.com/).
@@ -56,7 +56,7 @@ Our [CF7 Skins Add-ons](http://cf7skins.com/add-ons/) bring the functionality av
56
  * **Pagination** – current page / total no.
57
  * **Start & End Tabs** – additional Navigation Buttons
58
  * **Thank You Tab** – extra page displayed only after completed form submission
59
- * **Design Matches CF7 Skins Style** – styling of multi-form elements matches selected CF7 Skins Style
60
 
61
  [CF7 Skins Logic](http://cf7skins.com/add-ons/logic/) provides Conditional Logic for Contact Form 7 forms:
62
 
@@ -67,33 +67,33 @@ Our [CF7 Skins Add-ons](http://cf7skins.com/add-ons/) bring the functionality av
67
  * **Multiple logic statements** – if all & if any
68
  * **Multiple fields** with varying logic
69
 
70
- See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQs](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
71
 
72
  == Installation ==
73
 
74
- 1. Visit *Plugins &gt; Add New* and search for Contact Form 7 Skins.
75
  1. Locate the plugin in search results.
76
- 1. Click on the Install button to automatically download and install the plugin.
77
- 1. Activate plugin.
78
 
79
  *Alternate Installation Method*
80
 
81
- 1. Download the plugin's zip file and visit **Plugins &gt; Add New** in your WordPress admin area.
82
- 1. Click on the **Upload Plugin** button on top and then simply upload the zip file.
83
  1. WordPress will now upload the zip file from your computer to your website, extract it, and install the plugin.
84
- 1. Click on the activate link to start using the plugin.
85
 
86
  Having trouble? Learn more about how to install plugins on [WordPress Codex](http://codex.wordpress.org/Managing_Plugins).
87
 
88
- See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQs](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
89
 
90
  == Frequently Asked Questions ==
91
 
92
  = What is CF7 Skins? =
93
 
94
- CF7 Skins is an add-on plugin for the Contact Form 7 plugin. It extends the functionality of Contact Form 7 by adding ready to use Templates and Styles to it. You can learn more by visiting [cf7skins.com](http://cf7skins.com/)
95
 
96
- = Is their Documentation available? =
97
 
98
  Yes, our in-depth [Documentation](http://docs.cf7skins.com/) is a great place to find detailed answers. It covers how to get started, how to customize your forms with CF7 Skins and everything else in between.
99
 
@@ -128,7 +128,7 @@ Our [CF7 Skins Add-ons](http://cf7skins.com/add-ons/) bring the functionality av
128
  * **Pagination** – current page / total no.
129
  * **Start & End Tabs** – additional Navigation Buttons
130
  * **Thank You Tab** – extra page displayed only after completed form submission
131
- * **Design Matches CF7 Skins Style** – styling of multi-form elements matches selected CF7 Skins Style
132
 
133
  [CF7 Skins Logic](http://cf7skins.com/add-ons/logic/) provides Conditional Logic for Contact Form 7 forms:
134
 
@@ -143,7 +143,7 @@ Our [CF7 Skins Add-ons](http://cf7skins.com/add-ons/) bring the functionality av
143
 
144
  * Indonesian (Bahasa Indonesia; id_ID) - Sastra Manurung
145
 
146
- See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQs](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
147
 
148
  == Screenshots ==
149
 
@@ -157,6 +157,17 @@ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7ski
157
 
158
  == Changelog ==
159
 
 
 
 
 
 
 
 
 
 
 
 
160
  = 1.1.2 - 2016-03-10 =
161
 
162
  * FIX: Ensure CF7 Skins Styles are enqueued if Contact Form 7 styles are de-registered
@@ -167,7 +178,6 @@ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7ski
167
  = 1.1.1 - 2015-09-21 =
168
 
169
  * FEATURE: Add support for Ready styles
170
- * FEATURE: Show active licenses in Licenses tab
171
  * FIX: Enqueue styles for non-content shortcodes
172
  * TWEAK: Add tabs & consistent spacing to templates
173
  * TWEAK: Improve readability of Logs tab
@@ -188,11 +198,11 @@ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7ski
188
 
189
  = 1.0.1 - 2015-05-06 =
190
 
191
- * FIX: Default CSS was overriding input & textarea Styles
192
 
193
  = 1.0 - 2015-04-09 =
194
 
195
  * Initial Release
196
 
197
  == Upgrade Notice ==
198
- * 1.1.1 : Update via WordPress.
2
  Contributors: buzztone
3
  Tags: contact form 7, form, skin, template, style, html, css
4
  Requires at least: 4.3
5
+ Tested up to: 4.8
6
+ Stable tag: 1.2
7
  Author URI: http://cf7skins.com
8
  License: GPLv2 or later
9
  License URI: http://www.gnu.org/licenses/gpl-2.0.html
10
 
11
+ Makes creating & styling of Contact Form 7 forms much easier – even if you don't have HTML + CSS skills.
12
 
13
  == Description ==
14
 
15
+ [CF7 Skins](http://cf7skins.com/) works right within the normal Contact Form 7 interface, making it easier for regular WordPress users to create Contact Form 7 forms using a range of compatible **Templates** and **Styles**.
16
 
17
+ Simply select from a list of compatible Templates that cover many common forms and then choose from a range of professional and beautiful Styles.
18
 
19
  Each Template acts as an easy to follow guide, which can be adapted to your particular requirements. Every Style covers the full range of Contact Form 7 form elements.
20
 
25
 
26
  * Create a vast range of simple and complex forms using Contact Form 7.
27
  * Select from a list of built-in and ready to use Templates.
28
+ * Easily edit the built-in Templates to add, remove or modify form fields.
29
+ * Choose from a range of compatible form Styles.
30
  * Build professional looking Contact Form 7 forms without HTML and CSS knowledge.
31
 
32
  [Read more about CF7 Skins](http://cf7skins.com/).
56
  * **Pagination** – current page / total no.
57
  * **Start & End Tabs** – additional Navigation Buttons
58
  * **Thank You Tab** – extra page displayed only after completed form submission
59
+ * **Design matches CF7 Skins Style** – styling of multi-form elements matches selected CF7 Skins Style
60
 
61
  [CF7 Skins Logic](http://cf7skins.com/add-ons/logic/) provides Conditional Logic for Contact Form 7 forms:
62
 
67
  * **Multiple logic statements** – if all & if any
68
  * **Multiple fields** with varying logic
69
 
70
+ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQ](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
71
 
72
  == Installation ==
73
 
74
+ 1. Visit *Plugins &gt; Add New* in your WordPress admin area and search for Contact Form 7 Skins.
75
  1. Locate the plugin in search results.
76
+ 1. Click on the Install button to download and install the plugin.
77
+ 1. Activate the plugin.
78
 
79
  *Alternate Installation Method*
80
 
81
+ 1. Download the plugin's zip file and visit *Plugins &gt; Add New* in your WordPress admin area.
82
+ 1. Click on the *Upload Plugin* button and then simply upload the zip file.
83
  1. WordPress will now upload the zip file from your computer to your website, extract it, and install the plugin.
84
+ 1. Click on the *Activate* link to start using the plugin.
85
 
86
  Having trouble? Learn more about how to install plugins on [WordPress Codex](http://codex.wordpress.org/Managing_Plugins).
87
 
88
+ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQ](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
89
 
90
  == Frequently Asked Questions ==
91
 
92
  = What is CF7 Skins? =
93
 
94
+ CF7 Skins is an add-on plugin for Contact Form 7. It extends the functionality of Contact Form 7 by adding ready to use Templates and Styles. You can learn more by visiting [cf7skins.com](http://cf7skins.com/)
95
 
96
+ = Is there Documentation available? =
97
 
98
  Yes, our in-depth [Documentation](http://docs.cf7skins.com/) is a great place to find detailed answers. It covers how to get started, how to customize your forms with CF7 Skins and everything else in between.
99
 
128
  * **Pagination** – current page / total no.
129
  * **Start & End Tabs** – additional Navigation Buttons
130
  * **Thank You Tab** – extra page displayed only after completed form submission
131
+ * **Design matches CF7 Skins Style** – styling of multi-form elements matches selected CF7 Skins Style
132
 
133
  [CF7 Skins Logic](http://cf7skins.com/add-ons/logic/) provides Conditional Logic for Contact Form 7 forms:
134
 
143
 
144
  * Indonesian (Bahasa Indonesia; id_ID) - Sastra Manurung
145
 
146
+ See: [Plugin Website](http://cf7skins.com/) | [Documentation](http://docs.cf7skins.com/) | [FAQ](http://kb.cf7skins.com/faq/) | [Pro Version](http://cf7skins.com/pro-version/) | [Add-ons](http://cf7skins.com/add-ons/)
147
 
148
  == Screenshots ==
149
 
157
 
158
  == Changelog ==
159
 
160
+ = 1.2 - 2016-04-08 =
161
+
162
+ * FEATURE: Show Template & Style selected in Skin Info Area
163
+ * FEATURE: Info Tabs in Skins Meta box & CF7 Skins Settings
164
+ * FEATURE: Add Styles
165
+ * FIX: Copy CF7 Skins data when CF7 Duplicate used
166
+ * FIX: Deselect Template & Style
167
+ * TWEAK: Check CF7 User Permissions
168
+ * TWEAK: Update colors on Admin messages
169
+ * TWEAK: Suitable for wordpress.org translation
170
+
171
  = 1.1.2 - 2016-03-10 =
172
 
173
  * FIX: Ensure CF7 Skins Styles are enqueued if Contact Form 7 styles are de-registered
178
  = 1.1.1 - 2015-09-21 =
179
 
180
  * FEATURE: Add support for Ready styles
 
181
  * FIX: Enqueue styles for non-content shortcodes
182
  * TWEAK: Add tabs & consistent spacing to templates
183
  * TWEAK: Improve readability of Logs tab
198
 
199
  = 1.0.1 - 2015-05-06 =
200
 
201
+ * FIX: Default CSS overriding input & textarea Styles
202
 
203
  = 1.0 - 2015-04-09 =
204
 
205
  * Initial Release
206
 
207
  == Upgrade Notice ==
208
+ * 1.2 : Update via WordPress.
skins/styles/berry-delight/berry-delight.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Berry Delight is likely to fit well in websites with softer colors, especially those which follow its peachy-pink color scheme. Use this style to create eye catching forms for any website.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-08-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: pink, grey, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-berry-delight p {
39
  }
@@ -215,46 +215,34 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
215
  .wpcf7 .cf7s-berry-delight .radio-horizontal {
216
  }
217
 
218
- .wpcf7 .cf7s-berry-delight .box {
219
- padding: 10px;
220
- border: 1px solid #fff;
221
- background: #f6babc;
222
- }
223
-
224
- .wpcf7 .cf7s-berry-delight .boxaround { /* DELETE */
225
  padding: 10px;
226
- border: 1px solid #fff;
227
  background: #f6babc;
228
  }
229
 
230
- .wpcf7 .cf7s-berry-delight .boxaround1 { /* DELETE */
231
- padding: 10px;
232
- border: 1px solid #fff;
233
- background: #f6babc;
234
  }
235
 
236
- .wpcf7 .cf7s-berry-delight .box select {
237
- }
238
-
239
- .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-hover [data-row-span] [data-field-span]:hover {
240
- background: #ffefef;
241
- }
242
 
243
- .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined {
244
- border-top: 1px solid #fff;
245
- }
246
 
247
- .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] {
248
- border-bottom: 1px solid #fff;
249
- }
250
-
251
- .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] [data-field-span] {
252
- border-right: 1px solid #fff;
253
- }
254
-
255
- .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] [data-field-span]:first-child {
256
- border-left: 1px solid #fff;
257
- }
258
 
259
  /** Multi Styles
260
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -313,6 +301,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
313
 
314
  .wpcf7 .cf7s-berry-delight.cf7multi .navigation .previous:hover,
315
  .wpcf7 .cf7s-berry-delight.cf7multi .navigation .next:hover {
 
316
  }
317
 
318
  /* Pagination */
6
  * Description: Berry Delight is likely to fit well in websites with softer colors, especially those which follow its peachy-pink color scheme. Use this style to create eye catching forms for any website.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: pink, grey, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-berry-delight p {
39
  }
215
  .wpcf7 .cf7s-berry-delight .radio-horizontal {
216
  }
217
 
218
+ .wpcf7 .cf7s-berry-delight .box {
 
 
 
 
 
 
219
  padding: 10px;
220
+ border: 1px solid #fff;
221
  background: #f6babc;
222
  }
223
 
224
+ .wpcf7 .cf7s-berry-delight .box select {
 
 
 
225
  }
226
 
227
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-hover [data-row-span] [data-field-span]:hover {
228
+ background: #ffefef;
229
+ }
 
 
 
230
 
231
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined {
232
+ border-top: 1px solid #fff;
233
+ }
234
 
235
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] {
236
+ border-bottom: 1px solid #fff;
237
+ }
238
+
239
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] [data-field-span] {
240
+ border-right: 1px solid #fff;
241
+ }
242
+
243
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-berry-delight .grid-lined [data-row-span] [data-field-span]:first-child {
244
+ border-left: 1px solid #fff;
245
+ }
246
 
247
  /** Multi Styles
248
  NOTE: These styles provide styling for CF7 Skins Multi elements
301
 
302
  .wpcf7 .cf7s-berry-delight.cf7multi .navigation .previous:hover,
303
  .wpcf7 .cf7s-berry-delight.cf7multi .navigation .next:hover {
304
+ background: #404040;
305
  }
306
 
307
  /* Pagination */
skins/styles/blush/blush.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Named for its subtlety and soft colors, Blush will blend in with many themes, especially those with a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: pink, white, gray, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-blush p {
39
  }
@@ -175,12 +175,10 @@ NOTE: These items should be used to style the overall CF7 form
175
  }
176
 
177
  /** Other Fields
178
- NOTE: Use these CSS selectors to style these elements within CF7 forms
179
  ------------------------------------------------------------ */
180
 
181
 
182
  /** Submit Buttons
183
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
184
  ------------------------------------------------------------ */
185
  .wpcf7 .wpcf7-form.cf7skins.cf7s-blush input[type="submit"] {
186
  font-size: 1.2em; /* Font size matches Legend */
@@ -215,49 +213,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
215
  .wpcf7 .cf7s-blush .radio-horizontal {
216
  }
217
 
218
- .wpcf7 .cf7s-blush .box {
219
- margin-bottom: 15px;
220
- padding: 10px;
221
- border: 1px solid #bb9393;
222
- background: #e9d9da;
223
- }
224
-
225
- .wpcf7 .cf7s-blush .boxaround { /* DELETE */
226
  margin-bottom: 15px;
227
  padding: 10px;
228
  border: 1px solid #bb9393;
229
  background: #e9d9da;
230
  }
231
 
232
- .wpcf7 .cf7s-blush .boxaround1 { /* DELETE */
233
- margin-bottom: 15px;
234
- padding: 10px;
235
- border: 1px solid #bb9393;
236
- background: #e9d9da;
237
  }
238
 
239
- .wpcf7 .cf7s-blush .box select {
240
- }
241
-
242
- .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-hover [data-row-span] [data-field-span]:hover {
243
- background: #ffeff0;
244
- }
245
-
246
- .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined {
247
- border-top: 1px solid #bb9393;
248
- }
249
-
250
- .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] {
251
- border-bottom: 1px solid #bb9393;
252
- }
253
-
254
- .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] [data-field-span] {
255
- border-right: 1px solid #bb9393;
256
- }
257
-
258
- .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] [data-field-span]:first-child {
259
- border-left: 1px solid #bb9393;
260
- }
261
 
262
  /** Multi Styles
263
  NOTE: These styles provide styling for CF7 Skins Multi elements
6
  * Description: Named for its subtlety and soft colors, Blush will blend in with many themes, especially those with a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: pink, white, gray, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-blush p {
39
  }
175
  }
176
 
177
  /** Other Fields
 
178
  ------------------------------------------------------------ */
179
 
180
 
181
  /** Submit Buttons
 
182
  ------------------------------------------------------------ */
183
  .wpcf7 .wpcf7-form.cf7skins.cf7s-blush input[type="submit"] {
184
  font-size: 1.2em; /* Font size matches Legend */
213
  .wpcf7 .cf7s-blush .radio-horizontal {
214
  }
215
 
216
+ .wpcf7 .cf7s-blush .box {
 
 
 
 
 
 
 
217
  margin-bottom: 15px;
218
  padding: 10px;
219
  border: 1px solid #bb9393;
220
  background: #e9d9da;
221
  }
222
 
223
+ .wpcf7 .cf7s-blush .box select {
224
+ }
225
+
226
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-hover [data-row-span] [data-field-span]:hover {
227
+ background: #ffeff0;
228
  }
229
 
230
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined {
231
+ border-top: 1px solid #bb9393;
232
+ }
233
+
234
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] {
235
+ border-bottom: 1px solid #bb9393;
236
+ }
237
+
238
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] [data-field-span] {
239
+ border-right: 1px solid #bb9393;
240
+ }
241
+
242
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-blush .grid-lined [data-row-span] [data-field-span]:first-child {
243
+ border-left: 1px solid #bb9393;
244
+ }
 
 
 
 
 
 
 
245
 
246
  /** Multi Styles
247
  NOTE: These styles provide styling for CF7 Skins Multi elements
skins/styles/cargo/cargo.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Cargo is a soft olive style that will make an appealing addition to websites with a variety of themes - especially those with a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: olive, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-cargo p {
39
  }
@@ -175,12 +175,10 @@ NOTE: These items should be used to style the overall CF7 form
175
  }
176
 
177
  /** Other Fields
178
- NOTE: Use these CSS selectors to style these elements within CF7 forms
179
  ------------------------------------------------------------ */
180
 
181
 
182
  /** Submit Buttons
183
- NOTE: These are the CSS selectors that should be used style Submit Buttons within CF7 forms
184
  ------------------------------------------------------------ */
185
  .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo input[type="submit"] {
186
  padding: 5px 15px;
@@ -214,48 +212,34 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
214
  .wpcf7 .cf7s-cargo .radio-horizontal {
215
  }
216
 
217
- .wpcf7 .cf7s-cargo .box{
218
- padding: 10px;
219
- border: 1px solid #d7d19f;
220
- background: #eae6c1;
221
- }
222
-
223
- .wpcf7 .cf7s-cargo .boxaround { /* DELETE */
224
- margin-bottom: 15px;
225
  padding: 10px;
226
  border: 1px solid #d7d19f;
227
  background: #eae6c1;
228
  }
229
 
230
- .wpcf7 .cf7s-cargo .boxaround1 { /* DELETE */
231
- margin-bottom: 15px;
232
- padding: 10px;
233
- border: 1px solid #d7d19f;
234
- background: #eae6c1;
235
  }
236
 
237
- .wpcf7 .cf7s-cargo .box select {
238
- }
 
239
 
240
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-hover [data-row-span] [data-field-span]:hover {
241
- background: #fffded;
242
- }
243
 
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined {
245
- border-top: 1px solid #b6b37c;
246
- }
247
 
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] {
249
- border-bottom: 1px solid #b6b37c;
250
- }
251
-
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] [data-field-span] {
253
- border-right: 1px solid #b6b37c;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] [data-field-span]:first-child {
257
- border-left: 1px solid #b6b37c;
258
- }
259
 
260
  /** Multi Styles
261
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -312,6 +296,8 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
312
 
313
  .wpcf7 .cf7s-cargo.cf7multi .navigation .previous:hover,
314
  .wpcf7 .cf7s-cargo.cf7multi .navigation .next:hover {
 
 
315
  }
316
 
317
  /* Pagination */
6
  * Description: Cargo is a soft olive style that will make an appealing addition to websites with a variety of themes - especially those with a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: olive, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-cargo p {
39
  }
175
  }
176
 
177
  /** Other Fields
 
178
  ------------------------------------------------------------ */
179
 
180
 
181
  /** Submit Buttons
 
182
  ------------------------------------------------------------ */
183
  .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo input[type="submit"] {
184
  padding: 5px 15px;
212
  .wpcf7 .cf7s-cargo .radio-horizontal {
213
  }
214
 
215
+ .wpcf7 .cf7s-cargo .box{
 
 
 
 
 
 
 
216
  padding: 10px;
217
  border: 1px solid #d7d19f;
218
  background: #eae6c1;
219
  }
220
 
221
+ .wpcf7 .cf7s-cargo .box select {
222
+ }
223
+
224
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-hover [data-row-span] [data-field-span]:hover {
225
+ background: #fffded;
226
  }
227
 
228
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined {
229
+ border-top: 1px solid #b6b37c;
230
+ }
231
 
232
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] {
233
+ border-bottom: 1px solid #b6b37c;
234
+ }
235
 
236
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] [data-field-span] {
237
+ border-right: 1px solid #b6b37c;
238
+ }
239
 
240
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cargo .grid-lined [data-row-span] [data-field-span]:first-child {
241
+ border-left: 1px solid #b6b37c;
242
+ }
 
 
 
 
 
 
 
 
243
 
244
  /** Multi Styles
245
  NOTE: These styles provide styling for CF7 Skins Multi elements
296
 
297
  .wpcf7 .cf7s-cargo.cf7multi .navigation .previous:hover,
298
  .wpcf7 .cf7s-cargo.cf7multi .navigation .next:hover {
299
+ color: #534f29;
300
+ background: #eae6c1;
301
  }
302
 
303
  /* Pagination */
skins/styles/caspar/caspar.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Caspar is a simple monochromatic theme with the ability to blend in with most white or grayscale themes. It is incredibly simple yet effective.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: white, gray, black, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These items should be used to reset standard HTML elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-caspar p {
39
  }
@@ -105,7 +105,7 @@ NOTE: These items should be used style the overall CF7 form
105
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="number"],
106
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="range"],
107
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=date],
108
- .wpcf7 .cf7s-caspar input[type=file] {
109
  }
110
 
111
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="text"] {
@@ -174,12 +174,10 @@ NOTE: These items should be used style the overall CF7 form
174
  }
175
 
176
  /** Other Fields
177
- NOTE: Use these CSS selectors to style these elements within CF7 forms
178
  ------------------------------------------------------------ */
179
 
180
 
181
  /** Submit Buttons
182
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
183
  ------------------------------------------------------------ */
184
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {
185
  padding: 5px 15px;
@@ -213,49 +211,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
213
  .wpcf7 .cf7s-caspar .radio-horizontal {
214
  }
215
 
216
- .wpcf7 .cf7s-caspar .box{
217
- margin-bottom: 15px;
218
- padding: 10px;
219
- border: 1px solid #c3c3c3;
220
- background: #fff;
221
- }
222
-
223
- .wpcf7 .cf7s-caspar .boxaround { /* DELETE */
224
  margin-bottom: 15px;
225
  padding: 10px;
226
  border: 1px solid #c3c3c3;
227
  background: #fff;
228
  }
229
 
230
- .wpcf7 .cf7s-caspar .boxaround1 { /* DELETE */
231
- margin-bottom: 15px;
232
- padding: 10px;
233
- border: 1px solid #c3c3c3;
234
- background: #fff;
235
  }
236
 
237
- .wpcf7 .cf7s-caspar .box select {
238
- }
 
239
 
240
- .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-hover [data-row-span] [data-field-span]:hover {
241
- background: #ededed;
242
- }
243
 
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined {
245
- border-top: 1px solid #c3c3c3;
246
- }
247
 
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] {
249
- border-bottom: 1px solid #c3c3c3;
250
- }
251
-
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] [data-field-span] {
253
- border-right: 1px solid #c3c3c3;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] [data-field-span]:first-child {
257
- border-left: 1px solid #c3c3c3;
258
- }
259
 
260
  /** Multi Styles
261
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -310,6 +294,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
310
 
311
  .wpcf7 .cf7s-caspar.cf7multi .navigation .previous:hover,
312
  .wpcf7 .cf7s-caspar.cf7multi .navigation .next:hover {
 
313
  }
314
 
315
  /* Pagination */
6
  * Description: Caspar is a simple monochromatic theme with the ability to blend in with most white or grayscale themes. It is incredibly simple yet effective.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: white, gray, black, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-caspar p {
39
  }
105
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="number"],
106
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="range"],
107
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=date],
108
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type=file] {
109
  }
110
 
111
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="text"] {
174
  }
175
 
176
  /** Other Fields
 
177
  ------------------------------------------------------------ */
178
 
179
 
180
  /** Submit Buttons
 
181
  ------------------------------------------------------------ */
182
  .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar input[type="submit"] {
183
  padding: 5px 15px;
211
  .wpcf7 .cf7s-caspar .radio-horizontal {
212
  }
213
 
214
+ .wpcf7 .cf7s-caspar .box{
 
 
 
 
 
 
 
215
  margin-bottom: 15px;
216
  padding: 10px;
217
  border: 1px solid #c3c3c3;
218
  background: #fff;
219
  }
220
 
221
+ .wpcf7 .cf7s-caspar .box select {
222
+ }
223
+
224
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-hover [data-row-span] [data-field-span]:hover {
225
+ background: #ededed;
226
  }
227
 
228
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined {
229
+ border-top: 1px solid #c3c3c3;
230
+ }
231
 
232
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] {
233
+ border-bottom: 1px solid #c3c3c3;
234
+ }
235
 
236
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] [data-field-span] {
237
+ border-right: 1px solid #c3c3c3;
238
+ }
239
 
240
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-caspar .grid-lined [data-row-span] [data-field-span]:first-child {
241
+ border-left: 1px solid #c3c3c3;
242
+ }
 
 
 
 
 
 
 
 
243
 
244
  /** Multi Styles
245
  NOTE: These styles provide styling for CF7 Skins Multi elements
294
 
295
  .wpcf7 .cf7s-caspar.cf7multi .navigation .previous:hover,
296
  .wpcf7 .cf7s-caspar.cf7multi .navigation .next:hover {
297
+ background: #fff;
298
  }
299
 
300
  /* Pagination */
skins/styles/choc-shake/choc-shake.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: This delicious style will work well with a range of different backgrounds, drawing in attention with its smooth and clean styling.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: brown, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-choc-shake p {
39
  }
@@ -177,12 +177,10 @@ NOTE: These items should be used to style the overall CF7 form
177
  }
178
 
179
  /** Other Fields
180
- NOTE: Use these CSS selectors to style these elements within CF7 forms
181
  ------------------------------------------------------------ */
182
 
183
 
184
  /** Submit Buttons
185
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
186
  ------------------------------------------------------------ */
187
  .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake input[type="submit"] {
188
  padding: 5px 15px;
@@ -217,49 +215,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
217
  .wpcf7 .cf7s-choc-shake .radio-horizontal {
218
  }
219
 
220
- .wpcf7 .cf7s-choc-shake .box {
221
- margin-bottom: 10px;
222
- padding: 10px;
223
- border: 1px solid #c9b3a0;
224
- background: #ccb7a4;
225
- }
226
-
227
- .wpcf7 .cf7s-choc-shake .boxaround { /* DELETE */
228
  margin-bottom: 10px;
229
  padding: 10px;
230
  border: 1px solid #c9b3a0;
231
  background: #ccb7a4;
232
  }
233
 
234
- .wpcf7 .cf7s-choc-shake .boxaround1 { /* DELETE */
235
- margin-bottom: 10px;
236
- padding: 10px;
237
- border: 1px solid #c9b3a0;
238
- background: #ccb7a4;
239
  }
240
 
241
- .wpcf7 .cf7s-choc-shake .box select {
242
- }
 
243
 
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-hover [data-row-span] [data-field-span]:hover {
245
- background: #fff7ef;
246
- }
247
 
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined {
249
- border-top: 1px solid #c9b3a0;
250
- }
251
 
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] {
253
- border-bottom: 1px solid #c9b3a0;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] [data-field-span] {
257
- border-right: 1px solid #c9b3a0;
258
- }
259
-
260
- .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] [data-field-span]:first-child {
261
- border-left: 1px solid #c9b3a0;
262
- }
263
 
264
  /** Multi Styles
265
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -329,6 +313,8 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
329
 
330
  .wpcf7 .cf7s-choc-shake.cf7multi .navigation .previous:hover,
331
  .wpcf7 .cf7s-choc-shake.cf7multi .navigation .next:hover {
 
 
332
  }
333
 
334
  /* Pagination */
6
  * Description: This delicious style will work well with a range of different backgrounds, drawing in attention with its smooth and clean styling.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: brown, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-choc-shake p {
39
  }
177
  }
178
 
179
  /** Other Fields
 
180
  ------------------------------------------------------------ */
181
 
182
 
183
  /** Submit Buttons
 
184
  ------------------------------------------------------------ */
185
  .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake input[type="submit"] {
186
  padding: 5px 15px;
215
  .wpcf7 .cf7s-choc-shake .radio-horizontal {
216
  }
217
 
218
+ .wpcf7 .cf7s-choc-shake .box {
 
 
 
 
 
 
 
219
  margin-bottom: 10px;
220
  padding: 10px;
221
  border: 1px solid #c9b3a0;
222
  background: #ccb7a4;
223
  }
224
 
225
+ .wpcf7 .cf7s-choc-shake .box select {
 
 
 
 
226
  }
227
 
228
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-hover [data-row-span] [data-field-span]:hover {
229
+ background: #fff7ef;
230
+ }
231
 
232
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined {
233
+ border-top: 1px solid #c9b3a0;
234
+ }
235
 
236
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] {
237
+ border-bottom: 1px solid #c9b3a0;
238
+ }
239
 
240
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] [data-field-span] {
241
+ border-right: 1px solid #c9b3a0;
242
+ }
243
+
244
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-choc-shake .grid-lined [data-row-span] [data-field-span]:first-child {
245
+ border-left: 1px solid #c9b3a0;
246
+ }
 
 
 
 
247
 
248
  /** Multi Styles
249
  NOTE: These styles provide styling for CF7 Skins Multi elements
313
 
314
  .wpcf7 .cf7s-choc-shake.cf7multi .navigation .previous:hover,
315
  .wpcf7 .cf7s-choc-shake.cf7multi .navigation .next:hover {
316
+ color: #866c4a;
317
+ background: #dec29d;
318
  }
319
 
320
  /* Pagination */
skins/styles/cotton-candy/cotton-candy.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Cotton Candy is a bright, eye-catching style that will stand out on your page with its bright and vibrant colors. This is a good style for any forms that need to stand out.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: aqua, pink, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-cotton-candy p {
39
  }
@@ -185,12 +185,10 @@ NOTE: These items should be used to style the overall CF7 Form
185
  }
186
 
187
  /** Other Fields
188
- NOTE: Use these CSS selectors to style these elements within CF7 forms
189
  ------------------------------------------------------------ */
190
 
191
 
192
  /** Submit Buttons
193
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
194
  ------------------------------------------------------------ */
195
  .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy input[type="submit"] {
196
  padding: 5px 15px;
@@ -224,55 +222,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
224
  .wpcf7 .cf7s-cotton-candy .radio-horizontal {
225
  }
226
 
227
- .wpcf7 .cf7s-cotton-candy .box {
228
- padding: 10px;
229
- border: 1px solid #eaafff;
230
- background: #f4d8ff;
231
- }
232
-
233
- .wpcf7 .cf7s-cotton-candy .boxaround { /* DELETE */
234
  padding: 10px;
235
  border: 1px solid #eaafff;
236
  background: #f4d8ff;
237
  }
238
 
239
- .wpcf7 .cf7s-cotton-candy .boxaround1 { /* DELETE */
240
- padding: 10px;
241
- border: 1px solid #eaafff;
242
- background: #f4d8ff;
243
  }
244
 
245
- .wpcf7 .cf7s-cotton-candy .boxselect {
246
- border: 1px solid #f0b8ff;
247
- }
248
-
249
- .wpcf7 .cf7s-cotton-candy .boxaround select { /* DELETE */
250
- border: 1px solid #f0b8ff;
251
  }
252
 
253
- .wpcf7 .cf7s-cotton-candy .boxaround1 select { /* DELETE */
254
- border: 1px solid #f0b8ff;
255
  }
256
 
257
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-hover [data-row-span] [data-field-span]:hover {
258
- background: #f4d8ff;
259
- }
260
 
261
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined {
262
- border-top: 1px solid #eaafff;
263
- }
264
 
265
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] {
266
- border-bottom: 1px solid #eaafff;
267
- }
268
-
269
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] [data-field-span] {
270
- border-right: 1px solid #eaafff;
271
- }
272
-
273
- .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] [data-field-span]:first-child {
274
- border-left: 1px solid #eaafff;
275
- }
276
 
277
  /** Multi Styles
278
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -329,6 +307,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
329
 
330
  .wpcf7 .cf7s-cotton-candy.cf7multi .navigation .previous:hover,
331
  .wpcf7 .cf7s-cotton-candy.cf7multi .navigation .next:hover {
 
332
  }
333
 
334
  /* Pagination */
6
  * Description: Cotton Candy is a bright, eye-catching style that will stand out on your page with its bright and vibrant colors. This is a good style for any forms that need to stand out.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: aqua, pink, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-cotton-candy p {
39
  }
185
  }
186
 
187
  /** Other Fields
 
188
  ------------------------------------------------------------ */
189
 
190
 
191
  /** Submit Buttons
 
192
  ------------------------------------------------------------ */
193
  .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy input[type="submit"] {
194
  padding: 5px 15px;
222
  .wpcf7 .cf7s-cotton-candy .radio-horizontal {
223
  }
224
 
225
+ .wpcf7 .cf7s-cotton-candy .box {
 
 
 
 
 
 
226
  padding: 10px;
227
  border: 1px solid #eaafff;
228
  background: #f4d8ff;
229
  }
230
 
231
+ .wpcf7 .cf7s-cotton-candy .boxselect {
232
+ border: 1px solid #f0b8ff;
 
 
233
  }
234
 
235
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-hover [data-row-span] [data-field-span]:hover {
236
+ background: #f4d8ff;
 
 
 
 
237
  }
238
 
239
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined {
240
+ border-top: 1px solid #eaafff;
241
  }
242
 
243
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] {
244
+ border-bottom: 1px solid #eaafff;
245
+ }
246
 
247
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] [data-field-span] {
248
+ border-right: 1px solid #eaafff;
249
+ }
250
 
251
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-cotton-candy .grid-lined [data-row-span] [data-field-span]:first-child {
252
+ border-left: 1px solid #eaafff;
253
+ }
 
 
 
 
 
 
 
 
254
 
255
  /** Multi Styles
256
  NOTE: These styles provide styling for CF7 Skins Multi elements
307
 
308
  .wpcf7 .cf7s-cotton-candy.cf7multi .navigation .previous:hover,
309
  .wpcf7 .cf7s-cotton-candy.cf7multi .navigation .next:hover {
310
+ background: #e59bff;
311
  }
312
 
313
  /* Pagination */
skins/styles/eggplant/eggplant.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Primarily white with a dash of purple, Eggplant will make an appealing addition to websites with a variety of themes. Its simplicity and white background makes this style a suitable option for many websites.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: white, pink, gray, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-eggplant p {
39
  }
@@ -184,12 +184,10 @@ NOTE: These items should be used to style the overall CF7 form
184
  }
185
 
186
  /** Other Fields
187
- NOTE: Use these CSS selectors to style these elements within CF7 forms
188
  ------------------------------------------------------------ */
189
 
190
 
191
  /** Submit Buttons
192
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
193
  ------------------------------------------------------------ */
194
  .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant input[type="submit"] {
195
  padding: 5px 15px;
@@ -223,58 +221,36 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
223
  .wpcf7 .cf7s-eggplant .radio-horizontal {
224
  }
225
 
226
- .wpcf7 .cf7s-eggplant .box {
227
- margin-bottom: 15px;
228
- padding: 10px;
229
- border: 2px solid #d056cd;
230
- background: #f2f2f2;
231
- }
232
-
233
- .wpcf7 .cf7s-eggplant .boxaround { /* DELETE */
234
  margin-bottom: 15px;
235
  padding: 10px;
236
  border: 2px solid #d056cd;
237
  background: #f2f2f2;
238
  }
239
 
240
- .wpcf7 .cf7s-eggplant .boxaround1 { /* DELETE */
241
- margin-bottom: 15px;
242
- padding: 10px;
243
- border: 2px solid #d056cd;
244
- background: #f2f2f2;
245
  }
246
 
247
- .wpcf7 .cf7s-eggplant .box select {
248
- background: #fff;
249
- }
250
-
251
- .wpcf7 .cf7s-eggplant .boxaround select { /* DELETE */
252
- background: #fff;
253
  }
254
-
255
- .wpcf7 .cf7s-eggplant .boxaround1 select { /* DELETE */
256
- background: #fff;
257
  }
258
 
259
- .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-hover [data-row-span] [data-field-span]:hover {
260
- background: #ffefff;
261
- }
262
 
263
- .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined {
264
- border-top: 1px solid #d056cd;
265
- }
266
 
267
- .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] {
268
- border-bottom: 1px solid #d056cd;
269
- }
270
-
271
- .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] [data-field-span] {
272
- border-right: 1px solid #d056cd;
273
- }
274
-
275
- .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] [data-field-span]:first-child {
276
- border-left: 1px solid #d056cd;
277
- }
278
 
279
  /** Multi Styles
280
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -331,6 +307,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
331
 
332
  .wpcf7 .cf7s-eggplant.cf7multi .navigation .previous:hover,
333
  .wpcf7 .cf7s-eggplant.cf7multi .navigation .next:hover {
 
334
  }
335
 
336
  /* Pagination */
6
  * Description: Primarily white with a dash of purple, Eggplant will make an appealing addition to websites with a variety of themes. Its simplicity and white background makes this style a suitable option for many websites.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: white, pink, gray, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-eggplant p {
39
  }
184
  }
185
 
186
  /** Other Fields
 
187
  ------------------------------------------------------------ */
188
 
189
 
190
  /** Submit Buttons
 
191
  ------------------------------------------------------------ */
192
  .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant input[type="submit"] {
193
  padding: 5px 15px;
221
  .wpcf7 .cf7s-eggplant .radio-horizontal {
222
  }
223
 
224
+ .wpcf7 .cf7s-eggplant .box {
 
 
 
 
 
 
 
225
  margin-bottom: 15px;
226
  padding: 10px;
227
  border: 2px solid #d056cd;
228
  background: #f2f2f2;
229
  }
230
 
231
+ .wpcf7 .cf7s-eggplant .box select {
232
+ background: #fff;
 
 
 
233
  }
234
 
235
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-hover [data-row-span] [data-field-span]:hover {
236
+ background: #ffefff;
 
 
 
 
237
  }
238
+
239
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined {
240
+ border-top: 1px solid #d056cd;
241
  }
242
 
243
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] {
244
+ border-bottom: 1px solid #d056cd;
245
+ }
246
 
247
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] [data-field-span] {
248
+ border-right: 1px solid #d056cd;
249
+ }
250
 
251
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-eggplant .grid-lined [data-row-span] [data-field-span]:first-child {
252
+ border-left: 1px solid #d056cd;
253
+ }
 
 
 
 
 
 
 
 
254
 
255
  /** Multi Styles
256
  NOTE: These styles provide styling for CF7 Skins Multi elements
307
 
308
  .wpcf7 .cf7s-eggplant.cf7multi .navigation .previous:hover,
309
  .wpcf7 .cf7s-eggplant.cf7multi .navigation .next:hover {
310
+ background: #fff;
311
  }
312
 
313
  /* Pagination */
skins/styles/emerald/emerald.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Emerald is a deep green style with rich colors that will fit in with many themes which use deep or rich greens.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, white, dark
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-emerald p {
39
  }
@@ -185,12 +185,10 @@ NOTE: These items should be used to style the overall CF7 form
185
  }
186
 
187
  /** Other Fields
188
- NOTE: Use these CSS selectors to style these elements within CF7 forms
189
  ------------------------------------------------------------ */
190
 
191
 
192
  /** Submit Buttons
193
- NOTE: These are the CSS selectors that should be used style Submit Buttons within CF7 forms
194
  ------------------------------------------------------------ */
195
  .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="submit"] {
196
  padding: 5px 15px;
@@ -224,15 +222,7 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
224
  .wpcf7 .cf7s-emerald .radio-horizontal {
225
  }
226
 
227
- .wpcf7 .cf7s-emerald .box{
228
- margin-bottom: 15px;
229
- padding: 10px;
230
- color: #fff;
231
- border: 1px solid #77ab94;
232
- background: #1e4d39;
233
- }
234
-
235
- .wpcf7 .cf7s-emerald .boxaround { /* DELETE */
236
  margin-bottom: 15px;
237
  padding: 10px;
238
  color: #fff;
@@ -240,37 +230,29 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
240
  background: #1e4d39;
241
  }
242
 
243
- .wpcf7 .cf7s-emerald .boxaround1 { /* DELETE */
244
- margin-bottom: 15px;
245
- padding: 10px;
246
- color: #fff;
247
- border: 1px solid #77ab94;
248
- background: #1e4d39;
249
  }
250
 
251
- .wpcf7 .cf7s-emerald .box select {
252
- }
253
-
254
- .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-hover [data-row-span] [data-field-span]:hover {
255
- color: #488a6e;
256
- background: #fff;
257
- }
258
-
259
- .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined {
260
- border-top: 1px solid #77ab94;
261
- }
262
-
263
- .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined [data-row-span] {
264
- border-bottom: 1px solid #77ab94;
265
- }
266
-
267
- .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined [data-row-span] [data-field-span] {
268
- border-right: 1px solid #77ab94;
269
- }
270
-
271
- .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald.grid-lined [data-row-span] [data-field-span]:first-child {
272
- border-left: 1px solid #77ab94;
273
- }
274
 
275
  /** Multi Styles
276
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -328,6 +310,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
328
 
329
  .wpcf7 .cf7s-emerald.cf7multi .navigation .previous:hover,
330
  .wpcf7 .cf7s-emerald.cf7multi .navigation .next:hover {
 
331
  }
332
 
333
  /* Pagination */
6
  * Description: Emerald is a deep green style with rich colors that will fit in with many themes which use deep or rich greens.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, white, dark
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-emerald p {
39
  }
185
  }
186
 
187
  /** Other Fields
 
188
  ------------------------------------------------------------ */
189
 
190
 
191
  /** Submit Buttons
 
192
  ------------------------------------------------------------ */
193
  .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald input[type="submit"] {
194
  padding: 5px 15px;
222
  .wpcf7 .cf7s-emerald .radio-horizontal {
223
  }
224
 
225
+ .wpcf7 .cf7s-emerald .box{
 
 
 
 
 
 
 
 
226
  margin-bottom: 15px;
227
  padding: 10px;
228
  color: #fff;
230
  background: #1e4d39;
231
  }
232
 
233
+ .wpcf7 .cf7s-emerald .box select {
 
 
 
 
 
234
  }
235
 
236
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-hover [data-row-span] [data-field-span]:hover {
237
+ color: #488a6e;
238
+ background: #fff;
239
+ }
240
+
241
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined {
242
+ border-top: 1px solid #77ab94;
243
+ }
244
+
245
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined [data-row-span] {
246
+ border-bottom: 1px solid #77ab94;
247
+ }
248
+
249
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald .grid-lined [data-row-span] [data-field-span] {
250
+ border-right: 1px solid #77ab94;
251
+ }
252
+
253
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-emerald.grid-lined [data-row-span] [data-field-span]:first-child {
254
+ border-left: 1px solid #77ab94;
255
+ }
 
 
 
256
 
257
  /** Multi Styles
258
  NOTE: These styles provide styling for CF7 Skins Multi elements
310
 
311
  .wpcf7 .cf7s-emerald.cf7multi .navigation .previous:hover,
312
  .wpcf7 .cf7s-emerald.cf7multi .navigation .next:hover {
313
+ background: #488a6e;
314
  }
315
 
316
  /* Pagination */
skins/styles/fairy-floss/fairy-floss.css ADDED
@@ -0,0 +1,343 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Style Name: Fairy Floss
3
+ * Style URI: http://
4
+ * Author: Neil Murray
5
+ * Author URI: http://cf7skins.com
6
+ * Description: Fairy Floss is a cute hot pink style for your forms. This design is very pink and will fit in with all kinds of themes, especially pink ones.
7
+ * Instructions:
8
+ * Version: 1.0
9
+ * Version Date: 2016-03-31
10
+ * License: GNU General Public License v2 or later
11
+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
+ * Tags: pink, white, grey, light
13
+ */
14
+
15
+ /** Table of Contents
16
+ * Import
17
+ * Resets
18
+ * Form & Controls
19
+ * Fieldset, Legend, Label
20
+ * Text Fields
21
+ * Ordered & Unordered lists
22
+ * Checkboxes, Radio Buttons and Drop Down Menus
23
+ * Other Fields
24
+ * Submit Buttons
25
+ * Special Classes
26
+ * Ready Styles
27
+ * Multi Styles
28
+ */
29
+
30
+ /** Import
31
+ NOTE: Use to import other style sheets
32
+ ------------------------------------------------------------ */
33
+ /* @import url('../parent/style.css'); */
34
+
35
+ /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
+ ------------------------------------------------------------ */
38
+ .wpcf7 .cf7s-fairy-floss p {
39
+ }
40
+
41
+ .wpcf7 .cf7s-fairy-floss em {
42
+ }
43
+
44
+ .wpcf7 .cf7s-fairy-floss a {
45
+ }
46
+
47
+ /** Form & Controls
48
+ NOTE: These items should be used to style the overall CF7 form
49
+ ------------------------------------------------------------ */
50
+ .wpcf7 .cf7s-fairy-floss {
51
+ padding: 20px;
52
+ color: #53568b;
53
+ border: 1px solid #ffa8c6;
54
+ background: #fff;
55
+ }
56
+
57
+ /** Fieldset, Legend, Label
58
+ ------------------------------------------------------------ */
59
+ .wpcf7 .cf7s-fairy-floss fieldset {
60
+ margin: 10px 0;
61
+ padding: 15px 25px;
62
+ border: 1px solid #ffa8c6;
63
+ background: #ffd4e3;
64
+ }
65
+
66
+ .wpcf7 .cf7s-fairy-floss legend {
67
+ font-size: 1.2em;
68
+ padding: 3px 20px;
69
+ color: #fff;
70
+ border: 1px solid #fff;
71
+ background: #b6b7ca;
72
+ }
73
+
74
+ .wpcf7 .cf7s-fairy-floss label {
75
+ }
76
+
77
+ .wpcf7 .cf7s-fairy-floss fieldset p {
78
+ }
79
+
80
+ .wpcf7 .cf7s-fairy-floss fieldset fieldset {
81
+ margin: 10px 0;
82
+ background: #ffdfeb;
83
+ }
84
+
85
+ .wpcf7 .cf7s-fairy-floss fieldset fieldset legend {
86
+ }
87
+
88
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss fieldset fieldset input,
89
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss fieldset fieldset textarea {
90
+ }
91
+
92
+ /** Text Fields
93
+ ------------------------------------------------------------ */
94
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input,
95
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss textarea {
96
+ margin-bottom: 8px;
97
+ padding: 8px;
98
+ border: 1px solid #ffa8c6;
99
+ background: #fff;
100
+ }
101
+
102
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="text"],
103
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="email"],
104
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="tel"],
105
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="url"],
106
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="number"],
107
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="range"],
108
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type=date],
109
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type=file] {
110
+ }
111
+
112
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="text"] {
113
+ }
114
+
115
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="email"] {
116
+ }
117
+
118
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="tel"] {
119
+ }
120
+
121
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss textarea {
122
+ }
123
+
124
+ /** Ordered & Unordered lists
125
+ ------------------------------------------------------------ */
126
+ .wpcf7 .cf7s-fairy-floss ol,
127
+ .wpcf7 .cf7s-fairy-floss ul,
128
+ .wpcf7 .cf7s-fairy-floss li {
129
+ }
130
+
131
+ .wpcf7 .cf7s-fairy-floss ol {
132
+ }
133
+
134
+ .wpcf7 .cf7s-fairy-floss li {
135
+ margin-bottom: 5px;
136
+ }
137
+
138
+ .wpcf7 .cf7s-fairy-floss li label {
139
+ }
140
+
141
+ .wpcf7 .cf7s-fairy-floss .wpcf7-list-item {
142
+ }
143
+
144
+ .wpcf7 .cf7s-fairy-floss .wpcf7-list-item-label {
145
+ margin-right: 7px;
146
+ }
147
+
148
+ /** Checkboxes, Radio Buttons and Drop Down Menus
149
+ ------------------------------------------------------------ */
150
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="checkbox"],
151
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="radio"] {
152
+ margin-right: 6px;
153
+ border: none;
154
+ background: none;
155
+ }
156
+
157
+ .wpcf7 .cf7s-fairy-floss select {
158
+ margin-bottom: 8px;
159
+ padding: 5px;
160
+ color: #53568b;
161
+ border: 1px solid #ffa8c6;
162
+ background: #fff;
163
+ }
164
+
165
+ .wpcf7 .cf7s-fairy-floss select option {
166
+ }
167
+
168
+ .wpcf7 .cf7s-fairy-floss select option:hover {
169
+ background:#b6b7ca;
170
+ color:#fff;
171
+ }
172
+
173
+ .wpcf7 .cf7s-fairy-floss .wpcf7-checkbox .wpcf7-list-item,
174
+ .wpcf7 .cf7s-fairy-floss .wpcf7-radio .wpcf7-list-item {
175
+ margin-left: 13px;
176
+ }
177
+
178
+ /** Other Fields
179
+ ------------------------------------------------------------ */
180
+
181
+
182
+ /** Submit Buttons
183
+ ------------------------------------------------------------ */
184
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="submit"] {
185
+ padding: 5px 15px;
186
+ color: #fff;
187
+ border: 1px solid #53568b;
188
+ background: #b6b7ca;
189
+ }
190
+
191
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss input[type="submit"]:hover {
192
+ color: #53568b;
193
+ background: #ffd4e3;
194
+ }
195
+
196
+ /** Special Classes
197
+ NOTE: Special Classes are classes added in the CF7 Form HTML for a particular form
198
+ ------------------------------------------------------------ */
199
+
200
+
201
+ /** Ready Styles
202
+ NOTE: Ready Styles are provided ready to be used in all CF7 forms
203
+ ------------------------------------------------------------ */
204
+ .wpcf7 .cf7s-fairy-floss .singleline {
205
+ }
206
+
207
+ .wpcf7 .cf7s-fairy-floss .singleline li {
208
+ }
209
+
210
+ .wpcf7 .cf7s-fairy-floss .singleline input {
211
+ }
212
+
213
+ .wpcf7 .cf7s-fairy-floss .checkbox-horizontal,
214
+ .wpcf7 .cf7s-fairy-floss .radio-horizontal {
215
+ }
216
+
217
+ .wpcf7 .cf7s-fairy-floss .box {
218
+ margin-bottom: 15px;
219
+ padding: 10px;
220
+ border: 1px solid #ffa8c6;
221
+ background: #ffdfeb;
222
+ }
223
+
224
+ .wpcf7 .cf7s-fairy-floss .box select {
225
+ }
226
+
227
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss .grid-hover [data-row-span] [data-field-span]:hover {
228
+ background: #ffeff5;
229
+
230
+ }.wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss .grid-lined {
231
+ border-top: 1px solid #ffa8c6;
232
+ }
233
+
234
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss .grid-lined [data-row-span] {
235
+ border-bottom: 1px solid #ffa8c6;
236
+ }
237
+
238
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss .grid-lined [data-row-span] [data-field-span] {
239
+ border-right: 1px solid #ffa8c6;
240
+ }
241
+
242
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss .grid-lined [data-row-span] [data-field-span]:first-child {
243
+ border-left: 1px solid #ffa8c6;
244
+ }
245
+
246
+ /** Multi Styles
247
+ NOTE: These styles provide styling for CF7 Skins Multi elements
248
+ ------------------------------------------------------------ */
249
+
250
+ /* Multi Fixes */
251
+ .wpcf7 .cf7s-fairy-floss.cf7multi {
252
+ }
253
+
254
+ .wpcf7 .cf7s-fairy-floss.cf7multi .etabs li {
255
+ }
256
+
257
+ /* Easytabs */
258
+ .wpcf7 .cf7s-fairy-floss.cf7multi .tab-container {
259
+ }
260
+
261
+ .wpcf7 .cf7s-fairy-floss.cf7multi .etabs {
262
+ }
263
+
264
+ .wpcf7 .cf7s-fairy-floss.cf7multi .tab {
265
+ border: 1px solid #ffa8c6;
266
+ border-bottom: none;
267
+ background: #ffd4e3;
268
+ }
269
+
270
+ .wpcf7 .cf7s-fairy-floss.cf7multi .tab a {
271
+ color: #53568b;
272
+ }
273
+
274
+ .wpcf7 .cf7s-fairy-floss.cf7multi .tab.active {
275
+ background: #fff;
276
+ }
277
+
278
+ .wpcf7 .cf7s-fairy-floss.cf7multi .tab a.active {
279
+ }
280
+
281
+ .wpcf7 .cf7s-fairy-floss.cf7multi .epanels {
282
+ border: 1px solid #ffa8c6;
283
+ }
284
+
285
+ .wpcf7 .cf7s-fairy-floss.cf7multi .panel-container {
286
+ }
287
+
288
+ /* Navigation */
289
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation {
290
+ }
291
+
292
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .previous,
293
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .next {
294
+ padding: 5px 15px;
295
+ color: #fff;
296
+ border: 1px solid #53568b;
297
+ background: #b6b7ca;
298
+ }
299
+
300
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .previous:hover,
301
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .next:hover {
302
+ color: #53568b;
303
+ background: #ffd4e3;
304
+ }
305
+
306
+ /* Pagination */
307
+ .wpcf7 .cf7s-fairy-floss.cf7multi .pagination {
308
+ }
309
+
310
+ /* Start & End Tabs */
311
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .start,
312
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss.cf7multi .navigation .end {
313
+ padding: 5px 15px;
314
+ color: #fff;
315
+ border: 1px solid #53568b;
316
+ background: #b6b7ca;
317
+ }
318
+
319
+ .wpcf7 .cf7s-fairy-floss.cf7multi .navigation .start:hover,
320
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss.cf7multi .navigation .end:hover {
321
+ color: #53568b;
322
+ background: #ffd4e3;
323
+ }
324
+
325
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss.cf7multi .navigation .end {
326
+ }
327
+
328
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-fairy-floss.cf7multi .navigation .end:hover {
329
+ }
330
+
331
+ /* Progress Bar */
332
+ .wpcf7 .cf7s-fairy-floss.cf7multi .cf7m-progress {
333
+ border: 1px solid #ffa8c6;
334
+ background: #ffd4e3;
335
+ }
336
+
337
+ .wpcf7 .cf7s-fairy-floss.cf7multi .cf7m-progress div {
338
+ background: #b6b7ca;
339
+ }
340
+
341
+ /* Thank You Tab */
342
+ .wpcf7 .cf7s-fairy-floss.cf7multi .cf7m-thanks {
343
+ }
skins/styles/fairy-floss/modal.png ADDED
Binary file
skins/styles/fairy-floss/thumbnail.png ADDED
Binary file
skins/styles/golden-brown/golden-brown.css ADDED
@@ -0,0 +1,373 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Style Name: Golden Brown
3
+ * Style URI: http://
4
+ * Author: Neil Murray
5
+ * Author URI: http://cf7skins.com
6
+ * Description: Never a frown with this distinctive, brown and gold style, Golden Brown will blend in well to any website with a similar color scheme but also stand out and look great on a light website with its strong brown hues and detail.
7
+ * Instructions:
8
+ * Version: 1.0
9
+ * Version Date: 2016-03-31
10
+ * License: GNU General Public License v2 or later
11
+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
+ * Tags: yellow, brown, orange, dark
13
+ */
14
+
15
+ /** Table of Contents
16
+ * Import
17
+ * Resets
18
+ * Form & Controls
19
+ * Fieldset, Legend, Label
20
+ * Text Fields
21
+ * Ordered & Unordered lists
22
+ * Checkboxes, Radio Buttons and Drop Down Menus
23
+ * Other Fields
24
+ * Submit Buttons
25
+ * Special Classes
26
+ * Ready Styles
27
+ * Multi Styles
28
+ */
29
+
30
+ /** Import
31
+ NOTE: Use to import other style sheets
32
+ ------------------------------------------------------------ */
33
+ /* @import url('../parent/style.css'); */
34
+
35
+ /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
+ ------------------------------------------------------------ */
38
+ .wpcf7 .cf7s-golden-brown p {
39
+ }
40
+
41
+ .wpcf7 .cf7s-golden-brown em {
42
+ }
43
+
44
+ .wpcf7 .cf7s-golden-brown a {
45
+ }
46
+
47
+ /** Form & Controls
48
+ NOTE: These items should be used to style the overall CF7 form
49
+ ------------------------------------------------------------ */
50
+ .wpcf7 .cf7s-golden-brown {
51
+ padding: 20px 50px;
52
+ color: #fff;
53
+ border: 1px solid #9c4a39;
54
+ background: #853c1b;
55
+ }
56
+
57
+ /** Fieldset, Legend, Label
58
+ ------------------------------------------------------------ */
59
+ .wpcf7 .cf7s-golden-brown fieldset {
60
+ margin: 10px 0;
61
+ padding: 10px 15px;
62
+ border: 1px solid #87230e;
63
+ background: #bb763d;
64
+ }
65
+
66
+ .wpcf7 .cf7s-golden-brown legend {
67
+ font-weight: bold;
68
+ padding: 5px 50px;
69
+ color: #cc9f58;
70
+ border: 1px solid #cc9f58;
71
+ background: #200d05;
72
+ }
73
+
74
+ .wpcf7 .cf7s-golden-brown label {
75
+ font-weight:bold;
76
+ }
77
+
78
+ .wpcf7 .cf7s-golden-brown fieldset p {
79
+ }
80
+
81
+ .wpcf7 .cf7s-golden-brown fieldset fieldset {
82
+ margin: 10px 0;
83
+ background: #853c1b;
84
+ }
85
+
86
+ .wpcf7 .cf7s-golden-brown fieldset fieldset legend {
87
+ }
88
+
89
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown fieldset fieldset input,
90
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown fieldset fieldset textarea {
91
+ }
92
+
93
+ /** Text Fields
94
+ ------------------------------------------------------------ */
95
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input,
96
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown textarea {
97
+ margin-bottom: 8px;
98
+ padding: 8px;
99
+ border: 1px solid #87230e;
100
+ background: #cc9f58;
101
+ }
102
+
103
+ /*** FIX - Placeholder text */
104
+
105
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown ::-webkit-input-placeholder {
106
+ color: #bb763d;
107
+ }
108
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown :-moz-placeholder {
109
+ color: #bb763d;
110
+ opacity: 1;
111
+ }
112
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown ::-moz-placeholder {
113
+ color: #bb763d;
114
+ opacity: 1;
115
+ }
116
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown :-ms-input-placeholder {
117
+ color: #bb763d;
118
+ }
119
+
120
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="text"],
121
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="email"],
122
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="tel"],
123
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="url"],
124
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="number"],
125
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="range"],
126
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type=date],
127
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type=file] {
128
+ }
129
+
130
+ .wpcf7 .cf7s-golden-brown input[type="text"] {
131
+ }
132
+
133
+ .wpcf7 .cf7s-golden-brown input[type="email"] {
134
+ }
135
+
136
+ .wpcf7 .cf7s-golden-brown input[type="tel"] {
137
+ }
138
+
139
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown textarea {
140
+ }
141
+
142
+ /** Ordered & Unordered lists
143
+ ------------------------------------------------------------ */
144
+ .wpcf7 .cf7s-golden-brown ol,
145
+ .wpcf7 .cf7s-golden-brown ul,
146
+ .wpcf7 .cf7s-golden-brown li {
147
+ }
148
+
149
+ .wpcf7 .cf7s-golden-brown ol {
150
+ }
151
+
152
+ .wpcf7 .cf7s-golden-brown li {
153
+ }
154
+
155
+ .wpcf7 .cf7s-golden-brown li label {
156
+ }
157
+
158
+ .wpcf7 .cf7s-golden-brown .wpcf7-list-item {
159
+ }
160
+
161
+ .wpcf7 .cf7s-golden-brown .wpcf7-list-item-label {
162
+ font-weight: normal;
163
+ }
164
+
165
+ /** Checkboxes, Radio Buttons and Drop Down Menus
166
+ ------------------------------------------------------------ */
167
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="checkbox"],
168
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="radio"] {
169
+ margin-right: 6px;
170
+ border: none;
171
+ background: none;
172
+ }
173
+
174
+ .wpcf7 .cf7s-golden-brown select {
175
+ margin-bottom: 8px;
176
+ padding: 5px;
177
+ color: #200d05;
178
+ border: 1px solid #87230e;
179
+ background: #dfc9a7;
180
+ }
181
+
182
+ .wpcf7 .cf7s-golden-brown select option {
183
+ padding: 2px 5px;
184
+ }
185
+
186
+ .wpcf7 .cf7s-golden-brown select option:hover {
187
+ background: #cc9f58;
188
+ }
189
+
190
+ .wpcf7 .cf7s-golden-brown .wpcf7-checkbox .wpcf7-list-item,
191
+ .wpcf7 .cf7s-golden-brown .wpcf7-radio .wpcf7-list-item {
192
+ margin-left: 13px;
193
+ }
194
+
195
+ /** Other Fields
196
+ ------------------------------------------------------------ */
197
+
198
+
199
+ /** Submit Buttons
200
+ ------------------------------------------------------------ */
201
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="submit"] {
202
+ font-weight: bold;
203
+ padding: 5px 50px;
204
+ color: #cc9f58;
205
+ border: 1px solid #cc9f58;
206
+ background: #200d05;
207
+ }
208
+
209
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown input[type="submit"]:hover {
210
+ color: #fff;
211
+ border-color: #fff;
212
+ }
213
+
214
+
215
+ /** Special Classes
216
+ NOTE: Special Classes are classes added in the CF7 Form HTML for a particular form
217
+ ------------------------------------------------------------ */
218
+
219
+
220
+ /** Ready Styles
221
+ NOTE: Ready Styles are provided ready to be used in all CF7 forms
222
+ ------------------------------------------------------------ */
223
+ .wpcf7 .cf7s-golden-brown .singleline {
224
+ }
225
+
226
+ .wpcf7 .cf7s-golden-brown .singleline li {
227
+ }
228
+
229
+ .wpcf7 .cf7s-golden-brown .singleline input {
230
+ }
231
+
232
+ .wpcf7 .cf7s-golden-brown .checkbox-horizontal,
233
+ .wpcf7 .cf7s-golden-brown .radio-horizontal {
234
+ }
235
+
236
+ .wpcf7 .cf7s-golden-brown .box {
237
+ margin-bottom: 10px;
238
+ padding: 10px;
239
+ border: 1px solid #853c1b;
240
+ background: #cc9f58;
241
+ }
242
+
243
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .box input,
244
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .box textarea {
245
+ color: #853c1b;
246
+ background: #fff;
247
+ }
248
+
249
+ .wpcf7 .cf7s-golden-brown .box select {
250
+ }
251
+
252
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .grid-hover [data-row-span] [data-field-span]:hover {
253
+ background: #dfc9a7;
254
+ color: #200d05;
255
+ }
256
+
257
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .grid-lined {
258
+ border-top: 1px solid #853c1b;
259
+ }
260
+
261
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .grid-lined [data-row-span] {
262
+ border-bottom: 1px solid #853c1b;
263
+ }
264
+
265
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .grid-lined [data-row-span] [data-field-span] {
266
+ border-right: 1px solid #853c1b;
267
+ }
268
+
269
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown .grid-lined [data-row-span] [data-field-span]:first-child {
270
+ border-left: 1px solid #853c1b;
271
+ }
272
+
273
+ /** Multi Styles
274
+ NOTE: These styles provide styling for CF7 Skins Multi elements
275
+ ------------------------------------------------------------ */
276
+
277
+ /* Multi Fixes */
278
+ .wpcf7 .cf7s-golden-brown.cf7multi {
279
+ }
280
+
281
+ .wpcf7 .cf7s-golden-brown.cf7multi .etabs li {
282
+ }
283
+
284
+ /* Easytabs */
285
+ .wpcf7 .cf7s-golden-brown.cf7multi .tab-container {
286
+ }
287
+
288
+ .wpcf7 .cf7s-golden-brown.cf7multi .etabs {
289
+ }
290
+
291
+ .wpcf7 .cf7s-golden-brown.cf7multi .tab {
292
+ border: 1px solid #cc9f58;
293
+ border-bottom: none;
294
+ background: #200d05;
295
+ }
296
+
297
+ .wpcf7 .cf7s-golden-brown.cf7multi .tab a {
298
+ color: #cc9f58;
299
+ }
300
+
301
+ .wpcf7 .cf7s-golden-brown.cf7multi .tab.active {
302
+ background: #dfc9a7;
303
+ }
304
+
305
+ .wpcf7 .cf7s-golden-brown.cf7multi .tab a.active {
306
+ color: #200d05;
307
+ }
308
+
309
+ .wpcf7 .cf7s-golden-brown.cf7multi .epanels {
310
+ border: 1px solid #cc9f58;
311
+ background: #dfc9a7;
312
+ }
313
+
314
+ .wpcf7 .cf7s-golden-brown.cf7multi .panel-container {
315
+ }
316
+
317
+ /* Navigation */
318
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation {
319
+ }
320
+
321
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .previous,
322
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .next {
323
+ color: #cc9f58;
324
+ border: 1px solid #cc9f58;
325
+ background: #200d05;
326
+ }
327
+
328
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .previous:hover,
329
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .next:hover {
330
+ color: #fff;
331
+ border-color: #fff;
332
+ }
333
+
334
+ /* Pagination */
335
+ .wpcf7 .cf7s-golden-brown.cf7multi .pagination {
336
+ color: #200d05;
337
+ }
338
+
339
+ /* Start & End Tabs */
340
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .start,
341
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown.cf7multi .navigation .end {
342
+ padding: 5px 10px;
343
+ color: #cc9f58;
344
+ border: 1px solid #cc9f58;
345
+ background: #200d05;
346
+ }
347
+
348
+ .wpcf7 .cf7s-golden-brown.cf7multi .navigation .start:hover,
349
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown.cf7multi .navigation .end:hover {
350
+ color: #fff;
351
+ border-color: #fff;
352
+ }
353
+
354
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown.cf7multi .navigation .end {
355
+ font-weight: normal;
356
+ }
357
+
358
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-golden-brown.cf7multi .navigation .end:hover {
359
+ }
360
+
361
+ /* Progress Bar */
362
+ .wpcf7 .cf7s-golden-brown.cf7multi .cf7m-progress {
363
+ border: 1px solid #cc9f58;
364
+ background: #dfc9a7;
365
+ }
366
+
367
+ .wpcf7 .cf7s-golden-brown.cf7multi .cf7m-progress div {
368
+ background: #200d05;
369
+ }
370
+
371
+ /* Thank You Tab */
372
+ .wpcf7 .cf7s-golden-brown.cf7multi .cf7m-thanks {
373
+ }
skins/styles/golden-brown/modal.png ADDED
Binary file
skins/styles/golden-brown/thumbnail.png ADDED
Binary file
skins/styles/magnum/magnum.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Magnum is bound to stand out with its stylish use of bright colors. While it will work best on pages with a similar color palette, it will also tie in well with many others due to its bright colors and detail.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, purple, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-magnum p {
39
  }
@@ -187,12 +187,10 @@ NOTE: These items should be used to style the overall CF7 form
187
  }
188
 
189
  /** Other Fields
190
- NOTE: Use these CSS selectors to style these elements within CF7 forms
191
  ------------------------------------------------------------ */
192
 
193
 
194
  /** Submit Buttons
195
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
196
  ------------------------------------------------------------ */
197
  .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum input[type="submit"] {
198
  font-size: 1.2em;
@@ -227,15 +225,7 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
227
  .wpcf7 .cf7s-magnum .radio-horizontal {
228
  }
229
 
230
- .wpcf7 .cf7s-magnum .box{
231
- margin-bottom: 15px;
232
- padding: 10px;
233
- color: #838ada;
234
- border: none;
235
- background: #b1e8d7;
236
- }
237
-
238
- .wpcf7 .cf7s-magnum .boxaround { /* DELETE */
239
  margin-bottom: 15px;
240
  padding: 10px;
241
  color: #838ada;
@@ -243,37 +233,29 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
243
  background: #b1e8d7;
244
  }
245
 
246
- .wpcf7 .cf7s-magnum .boxaround1 { /* DELETE */
247
- margin-bottom: 15px;
248
- padding: 10px;
 
 
249
  color: #838ada;
250
- border: none;
251
- background: #b1e8d7;
252
  }
253
 
254
- .wpcf7 .cf7s-magnum .box select {
255
- }
 
 
 
 
 
256
 
257
- .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-hover [data-row-span] [data-field-span]:hover {
258
- background: #dfe2ff;
259
- color: #838ada;
260
- }
261
-
262
- .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined {
263
- border-top: 1px solid #175f48;
264
- }
265
 
266
- .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] {
267
- border-bottom: 1px solid #175f48;
268
- }
269
-
270
- .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] [data-field-span] {
271
- border-right: 1px solid #175f48;
272
- }
273
-
274
- .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] [data-field-span]:first-child {
275
- border-left: 1px solid #175f48;
276
- }
277
 
278
  /** Multi Styles
279
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -300,7 +282,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
300
  }
301
 
302
  .wpcf7 .cf7s-magnum.cf7multi .tab a {
303
- color: #fff; /* WAS color: #838ada; */
304
  }
305
 
306
  .wpcf7 .cf7s-magnum.cf7multi .tab.active {
@@ -331,6 +313,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
331
 
332
  .wpcf7 .cf7s-magnum.cf7multi .navigation .previous:hover,
333
  .wpcf7 .cf7s-magnum.cf7multi .navigation .next:hover {
 
334
  }
335
 
336
  /* Pagination */
6
  * Description: Magnum is bound to stand out with its stylish use of bright colors. While it will work best on pages with a similar color palette, it will also tie in well with many others due to its bright colors and detail.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, purple, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-magnum p {
39
  }
187
  }
188
 
189
  /** Other Fields
 
190
  ------------------------------------------------------------ */
191
 
192
 
193
  /** Submit Buttons
 
194
  ------------------------------------------------------------ */
195
  .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum input[type="submit"] {
196
  font-size: 1.2em;
225
  .wpcf7 .cf7s-magnum .radio-horizontal {
226
  }
227
 
228
+ .wpcf7 .cf7s-magnum .box{
 
 
 
 
 
 
 
 
229
  margin-bottom: 15px;
230
  padding: 10px;
231
  color: #838ada;
233
  background: #b1e8d7;
234
  }
235
 
236
+ .wpcf7 .cf7s-magnum .box select {
237
+ }
238
+
239
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-hover [data-row-span] [data-field-span]:hover {
240
+ background: #dfe2ff;
241
  color: #838ada;
 
 
242
  }
243
 
244
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined {
245
+ border-top: 1px solid #175f48;
246
+ }
247
+
248
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] {
249
+ border-bottom: 1px solid #175f48;
250
+ }
251
 
252
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] [data-field-span] {
253
+ border-right: 1px solid #175f48;
254
+ }
 
 
 
 
 
255
 
256
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-magnum .grid-lined [data-row-span] [data-field-span]:first-child {
257
+ border-left: 1px solid #175f48;
258
+ }
 
 
 
 
 
 
 
 
259
 
260
  /** Multi Styles
261
  NOTE: These styles provide styling for CF7 Skins Multi elements
282
  }
283
 
284
  .wpcf7 .cf7s-magnum.cf7multi .tab a {
285
+ color: #fff;
286
  }
287
 
288
  .wpcf7 .cf7s-magnum.cf7multi .tab.active {
313
 
314
  .wpcf7 .cf7s-magnum.cf7multi .navigation .previous:hover,
315
  .wpcf7 .cf7s-magnum.cf7multi .navigation .next:hover {
316
+ color: #000;
317
  }
318
 
319
  /* Pagination */
skins/styles/pina-colada/pina-colada.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Pina Colada is a simple yet attractive style that will blend in nicely with many themes. Its clean detailing and soft colors will add a smart and sophisticated appearance to your website forms.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: featured, red, brown, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-pina-colada p {
39
  }
@@ -170,12 +170,10 @@ NOTE: These items should be used to style the overall CF7 form
170
  }
171
 
172
  /** Other Fields
173
- NOTE: Use these CSS selectors to style these elements within CF7 forms
174
  ------------------------------------------------------------ */
175
 
176
 
177
  /** Submit Buttons
178
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
179
  ------------------------------------------------------------ */
180
  .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada input[type="submit"] {
181
  padding: 7px 10px;
@@ -220,46 +218,34 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
220
  margin: 0 30px 0 0; /* provides space between radio options */
221
  }
222
 
223
- .wpcf7 .cf7s-pina-colada .box {
224
- padding: 10px 20px;
225
- border: 1px solid #d7cfb9;
226
- background:#fff;
227
- }
228
-
229
- .wpcf7 .cf7s-pina-colada .boxaround { /* DELETE */
230
  padding: 10px 20px;
231
  border: 1px solid #d7cfb9;
232
  background:#fff;
233
  }
234
 
235
- .wpcf7 .cf7s-pina-colada .boxaround1 { /* DELETE */
236
- padding: 10px 20px;
237
- border: 1px solid #d7cfb9;
238
- background:#fff;
239
  }
240
 
241
- .wpcf7 .cf7s-pina-colada .box select {
242
- }
243
-
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-hover [data-row-span] [data-field-span]:hover {
245
- background: #fffded;
246
- }
247
-
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined {
249
- border-top: 1px solid #333333;
250
- }
251
-
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] {
253
- border-bottom: 1px solid #333333;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] [data-field-span] {
257
- border-right: 1px solid #333333;
258
- }
259
-
260
- .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] [data-field-span]:first-child {
261
- border-left: 1px solid #333333;
262
- }
263
 
264
  /** Multi Styles
265
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -322,6 +308,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
322
 
323
  .wpcf7 .cf7s-pina-colada.cf7multi .navigation .previous:hover,
324
  .wpcf7 .cf7s-pina-colada.cf7multi .navigation .next:hover {
 
325
  }
326
 
327
  /* Pagination */
6
  * Description: Pina Colada is a simple yet attractive style that will blend in nicely with many themes. Its clean detailing and soft colors will add a smart and sophisticated appearance to your website forms.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: featured, red, brown, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-pina-colada p {
39
  }
170
  }
171
 
172
  /** Other Fields
 
173
  ------------------------------------------------------------ */
174
 
175
 
176
  /** Submit Buttons
 
177
  ------------------------------------------------------------ */
178
  .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada input[type="submit"] {
179
  padding: 7px 10px;
218
  margin: 0 30px 0 0; /* provides space between radio options */
219
  }
220
 
221
+ .wpcf7 .cf7s-pina-colada .box {
 
 
 
 
 
 
222
  padding: 10px 20px;
223
  border: 1px solid #d7cfb9;
224
  background:#fff;
225
  }
226
 
227
+ .wpcf7 .cf7s-pina-colada .box select {
 
 
 
228
  }
229
 
230
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-hover [data-row-span] [data-field-span]:hover {
231
+ background: #fffded;
232
+ }
233
+
234
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined {
235
+ border-top: 1px solid #333333;
236
+ }
237
+
238
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] {
239
+ border-bottom: 1px solid #333333;
240
+ }
241
+
242
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] [data-field-span] {
243
+ border-right: 1px solid #333333;
244
+ }
245
+
246
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-pina-colada .grid-lined [data-row-span] [data-field-span]:first-child {
247
+ border-left: 1px solid #333333;
248
+ }
 
 
 
249
 
250
  /** Multi Styles
251
  NOTE: These styles provide styling for CF7 Skins Multi elements
308
 
309
  .wpcf7 .cf7s-pina-colada.cf7multi .navigation .previous:hover,
310
  .wpcf7 .cf7s-pina-colada.cf7multi .navigation .next:hover {
311
+ background: #000;
312
  }
313
 
314
  /* Pagination */
skins/styles/seaspray/seaspray.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Seaspray is a bright eye-catching style that can stand out on your page with its interesting use of vibrant colors. Its eye-catching headers and stylish design will lift your forms out of the ordinary.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, white, gray, black, dark
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-seaspray p {
39
  }
@@ -177,12 +177,10 @@ NOTE: These items should be used to style the overall CF7 form
177
  }
178
 
179
  /** Other Fields
180
- NOTE: Use these CSS selectors to style these elements within CF7 forms
181
  ------------------------------------------------------------ */
182
 
183
 
184
  /** Submit Buttons
185
- NOTE: These are the CSS selectors that should be used style Submit Buttons within CF7 forms
186
  ------------------------------------------------------------ */
187
  .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray input[type="submit"] {
188
  padding: 5px 15px;
@@ -216,52 +214,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
216
  .wpcf7 .cf7s-seaspray .radio-horizontal {
217
  }
218
 
219
- .wpcf7 .cf7s-seaspray .box {
220
- margin-bottom: 15px;
221
- padding: 10px;
222
- border: 1px solid #1c1c1c;
223
- background: #56d0bb;
224
- }
225
-
226
- .wpcf7 .cf7s-seaspray .boxaround { /* DELETE */
227
  margin-bottom: 15px;
228
  padding: 10px;
229
  border: 1px solid #1c1c1c;
230
  background: #56d0bb;
231
  }
232
 
233
- .wpcf7 .cf7s-seaspray .boxaround1 { /* DELETE */
234
- margin-bottom: 15px;
235
- padding: 10px;
236
- border: 1px solid #1c1c1c;
237
- background: #56d0bb;
238
  }
239
 
240
- .wpcf7 .cf7s-seaspray .boxaround select {
 
241
  }
242
 
243
- .wpcf7 .cf7s-seaspray .boxaround1 select {
 
244
  }
245
 
246
- .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-hover [data-row-span] [data-field-span]:hover {
247
- background: #effffc;
248
- }
249
-
250
- .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined {
251
- border-top: 1px solid #333333;
252
- }
253
 
254
- .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] {
255
- border-bottom: 1px solid #333333;
256
- }
257
-
258
- .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] [data-field-span] {
259
- border-right: 1px solid #333333;
260
- }
261
-
262
- .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] [data-field-span]:first-child {
263
- border-left: 1px solid #333333;
264
- }
265
 
266
  /** Multi Styles
267
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -318,6 +299,8 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
318
 
319
  .wpcf7 .cf7s-seaspray.cf7multi .navigation .previous:hover,
320
  .wpcf7 .cf7s-seaspray.cf7multi .navigation .next:hover {
 
 
321
  }
322
 
323
  /* Pagination */
6
  * Description: Seaspray is a bright eye-catching style that can stand out on your page with its interesting use of vibrant colors. Its eye-catching headers and stylish design will lift your forms out of the ordinary.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: green, white, gray, black, dark
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-seaspray p {
39
  }
177
  }
178
 
179
  /** Other Fields
 
180
  ------------------------------------------------------------ */
181
 
182
 
183
  /** Submit Buttons
 
184
  ------------------------------------------------------------ */
185
  .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray input[type="submit"] {
186
  padding: 5px 15px;
214
  .wpcf7 .cf7s-seaspray .radio-horizontal {
215
  }
216
 
217
+ .wpcf7 .cf7s-seaspray .box {
 
 
 
 
 
 
 
218
  margin-bottom: 15px;
219
  padding: 10px;
220
  border: 1px solid #1c1c1c;
221
  background: #56d0bb;
222
  }
223
 
224
+ .wpcf7 .cf7s-seaspray .box select {
 
 
 
 
225
  }
226
 
227
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-hover [data-row-span] [data-field-span]:hover {
228
+ background: #effffc;
229
  }
230
 
231
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined {
232
+ border-top: 1px solid #333333;
233
  }
234
 
235
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] {
236
+ border-bottom: 1px solid #333333;
237
+ }
 
 
 
 
238
 
239
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] [data-field-span] {
240
+ border-right: 1px solid #333333;
241
+ }
242
+
243
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-seaspray .grid-lined [data-row-span] [data-field-span]:first-child {
244
+ border-left: 1px solid #333333;
245
+ }
 
 
 
 
246
 
247
  /** Multi Styles
248
  NOTE: These styles provide styling for CF7 Skins Multi elements
299
 
300
  .wpcf7 .cf7s-seaspray.cf7multi .navigation .previous:hover,
301
  .wpcf7 .cf7s-seaspray.cf7multi .navigation .next:hover {
302
+ color: #333;
303
+ background: #56d0bb;
304
  }
305
 
306
  /* Pagination */
skins/styles/strawberry/modal.png ADDED
Binary file
skins/styles/strawberry/strawberry.css ADDED
@@ -0,0 +1,345 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ /*
2
+ * Style Name: Strawberry
3
+ * Style URI: http://
4
+ * Author: Neil Murray
5
+ * Author URI: http://cf7skins.com
6
+ * Description: Strawberry is a soft style that will add a delicate touch to your forms. It uses pastel colors which will blend into many themes following a similar color scheme.
7
+ * Instructions:
8
+ * Version: 1.0
9
+ * Version Date: 2016-03-31
10
+ * License: GNU General Public License v2 or later
11
+ * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
+ * Tags: pink, brown, white, light
13
+ */
14
+
15
+ /** Table of Contents
16
+ * Import
17
+ * Resets
18
+ * Form & Controls
19
+ * Fieldset, Legend, Label
20
+ * Text Fields
21
+ * Ordered & Unordered lists
22
+ * Checkboxes, Radio Buttons and Drop Down Menus
23
+ * Other Fields
24
+ * Submit Buttons
25
+ * Special Classes
26
+ * Ready Styles
27
+ * Multi Styles
28
+ */
29
+
30
+ /** Import
31
+ NOTE: Use to import other style sheets
32
+ ------------------------------------------------------------ */
33
+ /* @import url('../parent/style.css'); */
34
+
35
+ /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
+ ------------------------------------------------------------ */
38
+ .wpcf7 .cf7s-strawberry p {
39
+ }
40
+
41
+ .wpcf7 .cf7s-strawberry em {
42
+ }
43
+
44
+ .wpcf7 .cf7s-strawberry a {
45
+ }
46
+
47
+ /** Form & Controls
48
+ NOTE: These items should be used to style the overall CF7 form
49
+ ------------------------------------------------------------ */
50
+ .wpcf7 .cf7s-strawberry {
51
+ padding: 20px;
52
+ color: #aa7163;
53
+ border: 1px solid #f8cfbd;
54
+ background: #fff;
55
+ }
56
+
57
+ /** Fieldset, Legend, Label
58
+ ------------------------------------------------------------ */
59
+ .wpcf7 .cf7s-strawberry fieldset {
60
+ margin: 10px 0;
61
+ padding: 15px 25px;
62
+ border: 1px solid #f8cfbd;
63
+ background: #ffdfd2;
64
+ }
65
+
66
+ .wpcf7 .cf7s-strawberry legend {
67
+ font-size: 1.2em;
68
+ padding: 3px 20px;
69
+ color: #fff;
70
+ border: 1px solid #f8cfbd;
71
+ background: #cc9487;
72
+ }
73
+
74
+ .wpcf7 .cf7s-strawberry label {
75
+ }
76
+
77
+ .wpcf7 .cf7s-strawberry fieldset p {
78
+ }
79
+
80
+ .wpcf7 .cf7s-strawberry fieldset fieldset {
81
+ margin: 10px 0;
82
+ background: #ffe9e1;
83
+ }
84
+
85
+ .wpcf7 .cf7s-strawberry fieldset fieldset legend {
86
+ }
87
+
88
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry fieldset fieldset input,
89
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry fieldset fieldset textarea {
90
+ border: 1px solid #eebda8;
91
+ background: #fff;
92
+ }
93
+
94
+ /** Text Fields
95
+ ------------------------------------------------------------ */
96
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input,
97
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry textarea {
98
+ margin-bottom: 8px;
99
+ padding: 8px;
100
+ color: #aa7163;
101
+ border: 1px solid #f8cfbd;
102
+ background: #ffe9e0;
103
+ }
104
+
105
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="text"],
106
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="email"],
107
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="tel"],
108
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="url"],
109
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="number"],
110
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="range"],
111
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type=date],
112
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type=file] {
113
+ }
114
+
115
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="text"] {
116
+ }
117
+
118
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="email"] {
119
+ }
120
+
121
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="tel"] {
122
+ }
123
+
124
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry textarea {
125
+ }
126
+
127
+ /** Ordered & Unordered lists
128
+ ------------------------------------------------------------ */
129
+ .wpcf7 .cf7s-strawberry ol,
130
+ .wpcf7 .cf7s-strawberry ul,
131
+ .wpcf7 .cf7s-strawberry li {
132
+ }
133
+
134
+ .wpcf7 .cf7s-strawberry ol {
135
+ }
136
+
137
+ .wpcf7 .cf7s-strawberry li {
138
+ margin-bottom: 5px;
139
+ }
140
+
141
+ .wpcf7 .cf7s-strawberry li label {
142
+ }
143
+
144
+ .wpcf7 .cf7s-strawberry .wpcf7-list-item {
145
+ }
146
+
147
+ .wpcf7 .cf7s-strawberry .wpcf7-list-item-label {
148
+ margin-right: 7px;
149
+ }
150
+
151
+ /** Checkboxes, Radio Buttons and Drop Down Menus
152
+ ------------------------------------------------------------ */
153
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="checkbox"],
154
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="radio"] {
155
+ margin-right: 6px;
156
+ border: none;
157
+ background: none;
158
+ }
159
+
160
+ .wpcf7 .cf7s-strawberry select {
161
+ margin-bottom: 8px;
162
+ padding: 5px;
163
+ color: #cc9486;
164
+ border: 1px solid #eebda8;
165
+ }
166
+
167
+ .wpcf7 .cf7s-strawberry select option {
168
+ }
169
+
170
+ .wpcf7 .cf7s-strawberry select option:hover {
171
+ background: #cc9486;
172
+ color: #fff;
173
+ }
174
+
175
+ .wpcf7 .cf7s-strawberry .wpcf7-checkbox .wpcf7-list-item,
176
+ .wpcf7 .cf7s-strawberry .wpcf7-radio .wpcf7-list-item {
177
+ margin-left: 13px;
178
+ }
179
+
180
+ /** Other Fields
181
+ ------------------------------------------------------------ */
182
+
183
+
184
+ /** Submit Buttons
185
+ ------------------------------------------------------------ */
186
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="submit"] {
187
+ padding: 5px 15px;
188
+ color: #fff;
189
+ border: 1px solid #f8cfbd;
190
+ background: #aa7163;
191
+ }
192
+
193
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry input[type="submit"]:hover {
194
+ color: #aa7163;
195
+ background: #ffdfd1;
196
+ }
197
+
198
+ /** Special Classes
199
+ NOTE: Special Classes are classes added in the CF7 Form HTML for a particular form
200
+ ------------------------------------------------------------ */
201
+
202
+
203
+ /** Ready Styles
204
+ NOTE: Ready Styles are provided ready to be used in all CF7 forms
205
+ ------------------------------------------------------------ */
206
+ .wpcf7 .cf7s-strawberry .singleline {
207
+ }
208
+
209
+ .wpcf7 .cf7s-strawberry .singleline li {
210
+ }
211
+
212
+ .wpcf7 .cf7s-strawberry .singleline input {
213
+ }
214
+
215
+ .wpcf7 .cf7s-strawberry .checkbox-horizontal,
216
+ .wpcf7 .cf7s-strawberry .radio-horizontal {
217
+ }
218
+
219
+ .wpcf7 .cf7s-strawberry .box {
220
+ margin-bottom: 15px;
221
+ padding: 10px;
222
+ border: 1px solid #f8cfbd;
223
+ background: #ffe9e0;
224
+ }
225
+
226
+ .wpcf7 .cf7s-strawberry .box select {
227
+ }
228
+
229
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry .grid-hover [data-row-span] [data-field-span]:hover {
230
+ background: #fff4ef;
231
+ }
232
+
233
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry .grid-lined {
234
+ border-top: 1px solid #cc9487;
235
+ }
236
+
237
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry .grid-lined [data-row-span] {
238
+ border-bottom: 1px solid #cc9487;
239
+ }
240
+
241
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry .grid-lined [data-row-span] [data-field-span] {
242
+ border-right: 1px solid #cc9487;
243
+ }
244
+
245
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry .grid-lined [data-row-span] [data-field-span]:first-child {
246
+ border-left: 1px solid #cc9487;
247
+ }
248
+
249
+ /** Multi Styles
250
+ NOTE: These styles provide styling for CF7 Skins Multi elements
251
+ ------------------------------------------------------------ */
252
+
253
+ /* Multi Fixes */
254
+ .wpcf7 .cf7s-strawberry.cf7multi {
255
+ }
256
+
257
+ .wpcf7 .cf7s-strawberry.cf7multi .etabs li {
258
+ }
259
+
260
+ /* Easytabs */
261
+ .wpcf7 .cf7s-strawberry.cf7multi .tab-container {
262
+ }
263
+
264
+ .wpcf7 .cf7s-strawberry.cf7multi .etabs {
265
+ }
266
+
267
+ .wpcf7 .cf7s-strawberry.cf7multi .tab {
268
+ border: 1px solid #f8cfbd;
269
+ border-bottom: none;
270
+ background: #ffdfd2;
271
+ }
272
+
273
+ .wpcf7 .cf7s-strawberry.cf7multi .tab a {
274
+ color: #aa7163;
275
+ }
276
+
277
+ .wpcf7 .cf7s-strawberry.cf7multi .tab.active {
278
+ background: #fff;
279
+ }
280
+
281
+ .wpcf7 .cf7s-strawberry.cf7multi .tab a.active {
282
+ }
283
+
284
+ .wpcf7 .cf7s-strawberry.cf7multi .epanels {
285
+ border: 1px solid #f8cfbd;
286
+ }
287
+
288
+ .wpcf7 .cf7s-strawberry.cf7multi .panel-container {
289
+ }
290
+
291
+ /* Navigation */
292
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation {
293
+ }
294
+
295
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .previous,
296
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .next {
297
+ color: #fff;
298
+ border: 1px solid #f8cfbd;
299
+ background: #aa7163;
300
+ }
301
+
302
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .previous:hover,
303
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .next:hover {
304
+ color: #aa7163;
305
+ background: #ffdfd1;
306
+ }
307
+
308
+ /* Pagination */
309
+ .wpcf7 .cf7s-strawberry.cf7multi .pagination {
310
+ }
311
+
312
+ /* Start & End Tabs */
313
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .start,
314
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry.cf7multi .navigation .end {
315
+ padding: 5px 10px;
316
+ color: #fff;
317
+ border: 1px solid #f8cfbd;
318
+ background: #aa7163;
319
+ }
320
+
321
+ .wpcf7 .cf7s-strawberry.cf7multi .navigation .start:hover,
322
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry.cf7multi .navigation .end:hover {
323
+ color: #aa7163;
324
+ background: #ffdfd1;
325
+ }
326
+
327
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry.cf7multi .navigation .end {
328
+ }
329
+
330
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-strawberry.cf7multi .navigation .end:hover {
331
+ }
332
+
333
+ /* Progress Bar */
334
+ .wpcf7 .cf7s-strawberry.cf7multi .cf7m-progress {
335
+ border: 1px solid #f8cfbd;
336
+ background: #ffdfd2;
337
+ }
338
+
339
+ .wpcf7 .cf7s-strawberry.cf7multi .cf7m-progress div {
340
+ background: #cc9487;
341
+ }
342
+
343
+ /* Thank You Tab */
344
+ .wpcf7 .cf7s-strawberry.cf7multi .cf7m-thanks {
345
+ }
skins/styles/strawberry/thumbnail.png ADDED
Binary file
skins/styles/topaz/topaz.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Topaz is a smart orange style, with subtle color variations, that will work well with themes that follow a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: yellow, orange, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-topaz p {
39
  }
@@ -95,7 +95,7 @@ NOTE: These items should be used to style the overall CF7 form
95
  margin-bottom: 8px;
96
  padding: 7px;
97
  color: #d17534;
98
- border: 1px solid #e0bf7a;
99
  background: #fff5dc;
100
  }
101
 
@@ -176,12 +176,10 @@ NOTE: These items should be used to style the overall CF7 form
176
  }
177
 
178
  /** Other Fields
179
- NOTE: Use these CSS selectors to style these elements within CF7 forms
180
  ------------------------------------------------------------ */
181
 
182
 
183
  /** Submit Buttons
184
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
185
  ------------------------------------------------------------ */
186
  .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz input[type="submit"] {
187
  padding: 5px 15px;
@@ -216,46 +214,34 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
216
  .wpcf7 .cf7s-topaz .radio-horizontal {
217
  }
218
 
219
- .wpcf7 .cf7s-topaz .box {
220
- padding: 10px;
221
- border: 1px solid #dec07a;
222
- background: #f9db9d;
223
- }
224
-
225
- .wpcf7 .cf7s-topaz .boxaround { /* DELETE */
226
  padding: 10px;
227
  border: 1px solid #dec07a;
228
  background: #f9db9d;
229
  }
230
 
231
- .wpcf7 .cf7s-topaz .boxaround1 { /* DELETE */
232
- padding: 10px;
233
- border: 1px solid #dec07a;
234
- background: #f9db9d;
 
235
  }
236
 
237
- .wpcf7 .cf7s-topaz .box select {
238
- }
239
-
240
- .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-hover [data-row-span] [data-field-span]:hover {
241
- background: #fffded;
242
- }
243
-
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined {
245
- border-top: 1px solid #dec07a;
246
- }
247
-
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] {
249
- border-bottom: 1px solid #dec07a;
250
- }
251
-
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] [data-field-span] {
253
- border-right: 1px solid #dec07a;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] [data-field-span]:first-child {
257
- border-left: 1px solid #dec07a;
258
- }
259
 
260
  /** Multi Styles
261
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -312,6 +298,8 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
312
 
313
  .wpcf7 .cf7s-topaz.cf7multi .navigation .previous:hover,
314
  .wpcf7 .cf7s-topaz.cf7multi .navigation .next:hover {
 
 
315
  }
316
 
317
  /* Pagination */
6
  * Description: Topaz is a smart orange style, with subtle color variations, that will work well with themes that follow a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: yellow, orange, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-topaz p {
39
  }
95
  margin-bottom: 8px;
96
  padding: 7px;
97
  color: #d17534;
98
+ border: 1px solid #e0bf7a;
99
  background: #fff5dc;
100
  }
101
 
176
  }
177
 
178
  /** Other Fields
 
179
  ------------------------------------------------------------ */
180
 
181
 
182
  /** Submit Buttons
 
183
  ------------------------------------------------------------ */
184
  .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz input[type="submit"] {
185
  padding: 5px 15px;
214
  .wpcf7 .cf7s-topaz .radio-horizontal {
215
  }
216
 
217
+ .wpcf7 .cf7s-topaz .box {
 
 
 
 
 
 
218
  padding: 10px;
219
  border: 1px solid #dec07a;
220
  background: #f9db9d;
221
  }
222
 
223
+ .wpcf7 .cf7s-topaz .box select {
224
+ }
225
+
226
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-hover [data-row-span] [data-field-span]:hover {
227
+ background: #fffded;
228
  }
229
 
230
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined {
231
+ border-top: 1px solid #dec07a;
232
+ }
233
+
234
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] {
235
+ border-bottom: 1px solid #dec07a;
236
+ }
237
+
238
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] [data-field-span] {
239
+ border-right: 1px solid #dec07a;
240
+ }
241
+
242
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-topaz .grid-lined [data-row-span] [data-field-span]:first-child {
243
+ border-left: 1px solid #dec07a;
244
+ }
 
 
 
 
 
 
 
245
 
246
  /** Multi Styles
247
  NOTE: These styles provide styling for CF7 Skins Multi elements
298
 
299
  .wpcf7 .cf7s-topaz.cf7multi .navigation .previous:hover,
300
  .wpcf7 .cf7s-topaz.cf7multi .navigation .next:hover {
301
+ color: #d17437;
302
+ background: #f6d896;
303
  }
304
 
305
  /* Pagination */
skins/styles/vanilla/vanilla.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Vanilla is bright style that uses its soft background and strong labels to draw attention and is well suited for use with a wide range of themes.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: yellow, white, red, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-vanilla p {
39
  }
@@ -177,12 +177,10 @@ NOTE: These items should be used to style the overall CF7 form
177
  }
178
 
179
  /** Other Fields
180
- NOTE: Use these CSS selectors to style these elements within CF7 forms
181
  ------------------------------------------------------------ */
182
 
183
 
184
  /** Submit Buttons
185
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
186
  ------------------------------------------------------------ */
187
  .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla input[type="submit"] {
188
  padding: 5px 15px;
@@ -217,49 +215,35 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
217
  .wpcf7 .cf7s-vanilla .radio-horizontal {
218
  }
219
 
220
- .wpcf7 .cf7s-vanilla .box {
221
- margin-bottom: 15px;
222
- padding: 10px;
223
- background: #fff;
224
- border: 1px solid #a3a3a3;
225
- }
226
-
227
- .wpcf7 .cf7s-vanilla .boxaround { /* DELETE */
228
  margin-bottom: 15px;
229
  padding: 10px;
230
  background: #fff;
231
  border: 1px solid #a3a3a3;
232
  }
233
 
234
- .wpcf7 .cf7s-vanilla .boxaround1 { /* DELETE */
235
- margin-bottom: 15px;
236
- padding: 10px;
237
- background: #fff;
238
- border: 1px solid #a3a3a3;
239
  }
240
 
241
- .wpcf7 .cf7s-vanilla .box select {
242
- }
243
-
244
- .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-hover [data-row-span] [data-field-span]:hover {
245
- background: #fffded;
246
- }
247
-
248
- .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined {
249
- border-top: 1px solid #a3a3a3;
250
- }
251
-
252
- .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] {
253
- border-bottom: 1px solid #a3a3a3;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] [data-field-span] {
257
- border-right: 1px solid #a3a3a3;
258
- }
259
-
260
- .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] [data-field-span]:first-child {
261
- border-left: 1px solid #a3a3a3;
262
- }
263
 
264
  /** Multi Styles
265
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -316,6 +300,8 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
316
 
317
  .wpcf7 .cf7s-vanilla.cf7multi .navigation .previous:hover,
318
  .wpcf7 .cf7s-vanilla.cf7multi .navigation .next:hover {
 
 
319
  }
320
 
321
  /* Pagination */
6
  * Description: Vanilla is bright style that uses its soft background and strong labels to draw attention and is well suited for use with a wide range of themes.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: yellow, white, red, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-vanilla p {
39
  }
177
  }
178
 
179
  /** Other Fields
 
180
  ------------------------------------------------------------ */
181
 
182
 
183
  /** Submit Buttons
 
184
  ------------------------------------------------------------ */
185
  .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla input[type="submit"] {
186
  padding: 5px 15px;
215
  .wpcf7 .cf7s-vanilla .radio-horizontal {
216
  }
217
 
218
+ .wpcf7 .cf7s-vanilla .box {
 
 
 
 
 
 
 
219
  margin-bottom: 15px;
220
  padding: 10px;
221
  background: #fff;
222
  border: 1px solid #a3a3a3;
223
  }
224
 
225
+ .wpcf7 .cf7s-vanilla .box select {
226
+ }
227
+
228
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-hover [data-row-span] [data-field-span]:hover {
229
+ background: #fffded;
230
  }
231
 
232
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined {
233
+ border-top: 1px solid #a3a3a3;
234
+ }
235
+
236
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] {
237
+ border-bottom: 1px solid #a3a3a3;
238
+ }
239
+
240
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] [data-field-span] {
241
+ border-right: 1px solid #a3a3a3;
242
+ }
243
+
244
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-vanilla .grid-lined [data-row-span] [data-field-span]:first-child {
245
+ border-left: 1px solid #a3a3a3;
246
+ }
 
 
 
 
 
 
 
247
 
248
  /** Multi Styles
249
  NOTE: These styles provide styling for CF7 Skins Multi elements
300
 
301
  .wpcf7 .cf7s-vanilla.cf7multi .navigation .previous:hover,
302
  .wpcf7 .cf7s-vanilla.cf7multi .navigation .next:hover {
303
+ color: #fff;
304
+ background: #000;
305
  }
306
 
307
  /* Pagination */
skins/styles/wild-west/wild-west.css CHANGED
@@ -6,7 +6,7 @@
6
  * Description: Wild West is a soft brown style with rounded edges and strong Legends that will fit in well with themes that follow a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
- * Version Date: 2015-09-02
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: popular, brown, white, light
@@ -33,7 +33,7 @@ NOTE: Use to import other style sheets
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
- NOTE: These are used to reset standard HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-wild-west p {
39
  }
@@ -173,12 +173,10 @@ NOTE: These items should be used to style the overall CF7 form
173
  }
174
 
175
  /** Other Fields
176
- NOTE: Use these CSS selectors to style these elements within CF7 forms
177
  ------------------------------------------------------------ */
178
 
179
 
180
  /** Submit Buttons
181
- NOTE: These are the CSS selectors that should be used to style Submit Buttons within CF7 forms
182
  ------------------------------------------------------------ */
183
  .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west input[type="submit"] {
184
  font-weight: bold;
@@ -215,53 +213,39 @@ NOTE: Ready Styles are provided ready to be used in all CF7 forms
215
  .wpcf7 .cf7s-wild-west .radio-horizontal {
216
  }
217
 
218
- .wpcf7 .cf7s-wild-west .box {
219
- padding: 10px;
220
- border: 3px solid #ccb58c;
221
- border-radius:7px;
222
- background: #f6efdf;
223
- }
224
-
225
- .wpcf7 .cf7s-wild-west .boxaround { /* DELETE */
226
  padding: 10px;
227
  border: 3px solid #ccb58c;
228
  border-radius:7px;
229
  background: #f6efdf;
230
  }
231
 
232
- .wpcf7 .cf7s-wild-west .boxaround1 { /* DELETE */
233
- padding: 10px;
234
- border: 3px solid #ccb58c;
 
 
 
 
 
 
235
  border-radius:7px;
236
- background: #f6efdf;
237
  }
238
 
239
- .wpcf7 .cf7s-wild-west .box select {
240
- }
241
-
242
- .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-hover [data-row-span] [data-field-span]:hover {
243
- background: #fffded;
244
- }
245
-
246
- .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined {
247
- border-top: 2px solid #ccb58c;
248
- border-radius:7px;
249
- }
250
-
251
- .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] {
252
- border-bottom: 2px solid #ccb58c;
253
- border-radius:7px;
254
- }
255
-
256
- .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] [data-field-span] {
257
- border-right: 2px solid #ccb58c;
258
- border-radius:7px;
259
- }
260
-
261
- .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] [data-field-span]:first-child {
262
- border-left: 2px solid #ccb58c;
263
- border-radius:7px;
264
- }
265
 
266
  /** Multi Styles
267
  NOTE: These styles provide styling for CF7 Skins Multi elements
@@ -269,7 +253,6 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
269
 
270
  /* Multi Fixes */
271
  .wpcf7 .cf7s-wild-west.cf7multi {
272
- /* background: #fff; PROBLEM - APPLIED TO ALL FORMS */
273
  }
274
 
275
  .wpcf7 .cf7s-wild-west.cf7multi .etabs li {
@@ -324,6 +307,7 @@ NOTE: These styles provide styling for CF7 Skins Multi elements
324
 
325
  .wpcf7 .cf7s-wild-west.cf7multi .navigation .previous:hover,
326
  .wpcf7 .cf7s-wild-west.cf7multi .navigation .next:hover {
 
327
  }
328
 
329
  /* Pagination */
6
  * Description: Wild West is a soft brown style with rounded edges and strong Legends that will fit in well with themes that follow a similar color scheme.
7
  * Instructions:
8
  * Version: 1.2
9
+ * Version Date: 2016-03-31
10
  * License: GNU General Public License v2 or later
11
  * License URI: http://www.gnu.org/licenses/gpl-2.0.html
12
  * Tags: popular, brown, white, light
33
  /* @import url('../parent/style.css'); */
34
 
35
  /** Resets
36
+ NOTE: Use to reset HTML form elements within CF7 forms
37
  ------------------------------------------------------------ */
38
  .wpcf7 .cf7s-wild-west p {
39
  }
173
  }
174
 
175
  /** Other Fields
 
176
  ------------------------------------------------------------ */
177
 
178
 
179
  /** Submit Buttons
 
180
  ------------------------------------------------------------ */
181
  .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west input[type="submit"] {
182
  font-weight: bold;
213
  .wpcf7 .cf7s-wild-west .radio-horizontal {
214
  }
215
 
216
+ .wpcf7 .cf7s-wild-west .box {
 
 
 
 
 
 
 
217
  padding: 10px;
218
  border: 3px solid #ccb58c;
219
  border-radius:7px;
220
  background: #f6efdf;
221
  }
222
 
223
+ .wpcf7 .cf7s-wild-west .box select {
224
+ }
225
+
226
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-hover [data-row-span] [data-field-span]:hover {
227
+ background: #fffded;
228
+ }
229
+
230
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined {
231
+ border-top: 2px solid #ccb58c;
232
  border-radius:7px;
 
233
  }
234
 
235
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] {
236
+ border-bottom: 2px solid #ccb58c;
237
+ border-radius:7px;
238
+ }
239
+
240
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] [data-field-span] {
241
+ border-right: 2px solid #ccb58c;
242
+ border-radius:7px;
243
+ }
244
+
245
+ .wpcf7 .wpcf7-form.cf7skins.cf7s-wild-west .grid-lined [data-row-span] [data-field-span]:first-child {
246
+ border-left: 2px solid #ccb58c;
247
+ border-radius:7px;
248
+ }
 
 
 
 
 
 
 
 
 
 
 
 
249
 
250
  /** Multi Styles
251
  NOTE: These styles provide styling for CF7 Skins Multi elements
253
 
254
  /* Multi Fixes */
255
  .wpcf7 .cf7s-wild-west.cf7multi {
 
256
  }
257
 
258
  .wpcf7 .cf7s-wild-west.cf7multi .etabs li {
307
 
308
  .wpcf7 .cf7s-wild-west.cf7multi .navigation .previous:hover,
309
  .wpcf7 .cf7s-wild-west.cf7multi .navigation .next:hover {
310
+ background: #000;
311
  }
312
 
313
  /* Pagination */
skins/templates/contact/contact.php CHANGED
@@ -15,13 +15,13 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Contact Form','cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Your Name (required)', 'cf7skins' ); ?> [text* cf7s-name] </li>
21
- <li> <?php _e( 'Email Address (required)', 'cf7skins' ); ?> [email* cf7s-email-address] </li>
22
- <li> <?php _e( 'Your Message', 'cf7skins' ); ?> [textarea cf7s-message] </li>
23
  </ol>
24
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
25
- <p>* <?php _e( 'Required', 'cf7skins' ); ?></p>
26
  </fieldset>
27
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Contact Form', CF7SKINS_TEXTDOMAIN); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Your Name (required)', CF7SKINS_TEXTDOMAIN ); ?> [text* cf7s-name] </li>
21
+ <li> <?php _e( 'Email Address (required)', CF7SKINS_TEXTDOMAIN ); ?> [email* cf7s-email-address] </li>
22
+ <li> <?php _e( 'Your Message', CF7SKINS_TEXTDOMAIN ); ?> [textarea cf7s-message] </li>
23
  </ol>
24
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
25
+ <p>* <?php _e( 'Required', CF7SKINS_TEXTDOMAIN ); ?></p>
26
  </fieldset>
27
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/default/default-cf7-form.php CHANGED
@@ -15,16 +15,16 @@
15
  * Text Domain:
16
  **/
17
  ?>
18
- <p><?php _e( 'Your Name (required)', 'cf7skins'); ?><br />
19
  [text* your-name] </p>
20
 
21
- <p><?php _e( 'Your Email (required)','cf7skins'); ?><br />
22
  [email* your-email] </p>
23
 
24
- <p><?php _e( 'Subject', 'cf7skins'); ?><br />
25
  [text your-subject] </p>
26
 
27
- <p><?php _e( 'Your Message','cf7skins'); ?><br />
28
  [textarea your-message] </p>
29
 
30
- <p>[submit "<?php _e( 'Send','cf7skins'); ?>"]</p>
15
  * Text Domain:
16
  **/
17
  ?>
18
+ <p><?php _e( 'Your Name (required)', CF7SKINS_TEXTDOMAIN); ?><br />
19
  [text* your-name] </p>
20
 
21
+ <p><?php _e( 'Your Email (required)', CF7SKINS_TEXTDOMAIN); ?><br />
22
  [email* your-email] </p>
23
 
24
+ <p><?php _e( 'Subject', CF7SKINS_TEXTDOMAIN); ?><br />
25
  [text your-subject] </p>
26
 
27
+ <p><?php _e( 'Your Message', CF7SKINS_TEXTDOMAIN); ?><br />
28
  [textarea your-message] </p>
29
 
30
+ <p>[submit "<?php _e( 'Send', CF7SKINS_TEXTDOMAIN); ?>"]</p>
skins/templates/event/event.php CHANGED
@@ -15,17 +15,17 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Event', 'cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Name', 'cf7skins'); ?> [text cf7s-name] </li>
21
- <li> <?php _e( 'Phone Number', 'cf7skins'); ?> [tel cf7s-phone] </li>
22
- <li> <?php _e( 'Email', 'cf7skins'); ?> [email* cf7s-email] </li>
23
- <li> <?php _e( 'Which workshops will you be attending?', 'cf7skins' ); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
24
- <li> <?php _e( 'Are you an existing customer?', 'cf7skins' ); ?> [radio cf7s-radio1 "<?php _e( 'Yes', 'cf7skins' ); ?>" "<?php _e( 'No', 'cf7skins' ); ?>"] </li>
25
- <li> <?php _e( 'How did find out about this event?', 'cf7skins'); ?> [select cf7s-select1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
26
- <li> <?php _e( 'Comments or Questions', 'cf7skins'); ?> [textarea cf7s-comments] </li>
27
  </ol>
28
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
29
- <p>* <?php _e( 'Required', 'cf7skins' ); ?></p>
30
  </fieldset>
31
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Event', CF7SKINS_TEXTDOMAIN); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Name', CF7SKINS_TEXTDOMAIN); ?> [text cf7s-name] </li>
21
+ <li> <?php _e( 'Phone Number', CF7SKINS_TEXTDOMAIN); ?> [tel cf7s-phone] </li>
22
+ <li> <?php _e( 'Email', CF7SKINS_TEXTDOMAIN); ?> [email* cf7s-email] </li>
23
+ <li> <?php _e( 'Which workshops will you be attending?', CF7SKINS_TEXTDOMAIN ); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
24
+ <li> <?php _e( 'Are you an existing customer?', CF7SKINS_TEXTDOMAIN ); ?> [radio cf7s-radio1 "<?php _e( 'Yes', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'No', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
25
+ <li> <?php _e( 'How did find out about this event?', CF7SKINS_TEXTDOMAIN); ?> [select cf7s-select1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
26
+ <li> <?php _e( 'Comments or Questions', CF7SKINS_TEXTDOMAIN); ?> [textarea cf7s-comments] </li>
27
  </ol>
28
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
29
+ <p>* <?php _e( 'Required', CF7SKINS_TEXTDOMAIN ); ?></p>
30
  </fieldset>
31
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/fieldset-basic/fieldset-basic.php CHANGED
@@ -15,14 +15,14 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Your Details', 'cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Name', 'cf7skins'); ?> [text cf7s-name] </li>
21
- <li> <?php _e( 'Email', 'cf7skins'); ?> [email* cf7s-email] </li>
22
- <li> <?php _e( 'Phone', 'cf7skins'); ?> [text cf7s-phone] </li>
23
- <li> <?php _e( 'Message', 'cf7skins' ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
26
- <p>* <?php _e( 'Required', 'cf7skins' ); ?></p>
27
  </fieldset>
28
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Your Details', CF7SKINS_TEXTDOMAIN); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Name', CF7SKINS_TEXTDOMAIN); ?> [text cf7s-name] </li>
21
+ <li> <?php _e( 'Email', CF7SKINS_TEXTDOMAIN); ?> [email* cf7s-email] </li>
22
+ <li> <?php _e( 'Phone', CF7SKINS_TEXTDOMAIN); ?> [text cf7s-phone] </li>
23
+ <li> <?php _e( 'Message', CF7SKINS_TEXTDOMAIN ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
26
+ <p>* <?php _e( 'Required', CF7SKINS_TEXTDOMAIN ); ?></p>
27
  </fieldset>
28
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/fieldset-in-fieldset/fieldset-in-fieldset.php CHANGED
@@ -15,23 +15,23 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Your Details', 'cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Name', 'cf7skins'); ?> [text cf7s-name] </li>
21
- <li> <?php _e( 'Email', 'cf7skins'); ?> [email* cf7s-email] </li>
22
- <li> <?php _e( 'Phone', 'cf7skins'); ?> [text cf7s-phone] </li>
23
- <li> <?php _e( 'Message', 'cf7skins' ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
  <p>Use paragraphs for text that is not a form field.</p>
26
  <fieldset>
27
- <legend><?php _e( 'Your Requirements', 'cf7skins'); ?></legend>
28
  <ol>
29
- <li> <?php _e( 'Checkboxes', 'cf7skins'); ?> [checkbox cf7s-checkbox-01 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
30
- <li> <?php _e( 'Radio Buttons', 'cf7skins'); ?> [radio cf7s-radio-01 "<?php _e( 'Yes', 'cf7skins' ); ?>" "<?php _e( 'No', 'cf7skins' ); ?>"] </li>
31
- <li> <?php _e( 'Dropdown Select', 'cf7skins'); ?> [select cf7s-select-01 "<?php _e( 'Item 1', 'cf7skins' ); ?>" "<?php _e( 'Item 2', 'cf7skins' ); ?>" "<?php _e( 'Item 3', 'cf7skins' ); ?>"] </li>
32
  </ol>
33
  </fieldset>
34
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
35
- <p>* <?php _e( 'Required', 'cf7skins' ); ?></p>
36
  </fieldset>
37
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Your Details', CF7SKINS_TEXTDOMAIN ); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Name', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-name] </li>
21
+ <li> <?php _e( 'Email', CF7SKINS_TEXTDOMAIN ); ?> [email* cf7s-email] </li>
22
+ <li> <?php _e( 'Phone', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-phone] </li>
23
+ <li> <?php _e( 'Message', CF7SKINS_TEXTDOMAIN ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
  <p>Use paragraphs for text that is not a form field.</p>
26
  <fieldset>
27
+ <legend><?php _e( 'Your Requirements', CF7SKINS_TEXTDOMAIN ); ?></legend>
28
  <ol>
29
+ <li> <?php _e( 'Checkboxes', CF7SKINS_TEXTDOMAIN ); ?> [checkbox cf7s-checkbox-01 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
30
+ <li> <?php _e( 'Radio Buttons', CF7SKINS_TEXTDOMAIN ); ?> [radio cf7s-radio-01 "<?php _e( 'Yes', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'No', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
31
+ <li> <?php _e( 'Dropdown Select', CF7SKINS_TEXTDOMAIN ); ?> [select cf7s-select-01 "<?php _e( 'Item 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Item 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Item 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
32
  </ol>
33
  </fieldset>
34
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
35
+ <p>* <?php _e( 'Required', CF7SKINS_TEXTDOMAIN ); ?></p>
36
  </fieldset>
37
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/fieldset-multiple/fieldset-multiple.php CHANGED
@@ -15,23 +15,23 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Your Details', 'cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Name', 'cf7skins'); ?> [text cf7s-name] </li>
21
- <li> <?php _e( 'Email', 'cf7skins'); ?> [email* cf7s-email] </li>
22
- <li> <?php _e( 'Phone', 'cf7skins'); ?> [text cf7s-phone] </li>
23
- <li> <?php _e( 'Message', 'cf7skins' ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
  </fieldset>
26
  <p>Use paragraphs for text that is not a form field.</p>
27
  <fieldset>
28
- <legend><?php _e( 'Your Requirements', 'cf7skins'); ?></legend>
29
  <ol>
30
- <li> <?php _e( 'Checkboxes', 'cf7skins'); ?> [checkbox cf7s-checkbox-01 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
31
- <li> <?php _e( 'Radio Buttons', 'cf7skins'); ?> [radio cf7s-radio-01 "<?php _e( 'Yes', 'cf7skins' ); ?>" "<?php _e( 'No', 'cf7skins' ); ?>"] </li>
32
- <li> <?php _e( 'Dropdown Select', 'cf7skins'); ?> [select cf7s-select-01 "<?php _e( 'Item 1', 'cf7skins' ); ?>" "<?php _e( 'Item 2', 'cf7skins' ); ?>" "<?php _e( 'Item 3', 'cf7skins' ); ?>"] </li>
33
  </ol>
34
  </fieldset>
35
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
36
- <p>* <?php _e( 'Required', 'cf7skins' ); ?></p>
37
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Your Details', CF7SKINS_TEXTDOMAIN ); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Name', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-name] </li>
21
+ <li> <?php _e( 'Email', CF7SKINS_TEXTDOMAIN ); ?> [email* cf7s-email] </li>
22
+ <li> <?php _e( 'Phone', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-phone] </li>
23
+ <li> <?php _e( 'Message', CF7SKINS_TEXTDOMAIN ); ?> [textarea cf7s-message] </li>
24
  </ol>
25
  </fieldset>
26
  <p>Use paragraphs for text that is not a form field.</p>
27
  <fieldset>
28
+ <legend><?php _e( 'Your Requirements', CF7SKINS_TEXTDOMAIN); ?></legend>
29
  <ol>
30
+ <li> <?php _e( 'Checkboxes', CF7SKINS_TEXTDOMAIN); ?> [checkbox cf7s-checkbox-01 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
31
+ <li> <?php _e( 'Radio Buttons', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-radio-01 "<?php _e( 'Yes', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'No', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
32
+ <li> <?php _e( 'Dropdown Select', CF7SKINS_TEXTDOMAIN); ?> [select cf7s-select-01 "<?php _e( 'Item 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Item 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Item 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
33
  </ol>
34
  </fieldset>
35
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
36
+ <p>* <?php _e( 'Required', CF7SKINS_TEXTDOMAIN ); ?></p>
37
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/registration/registration.php CHANGED
@@ -15,19 +15,19 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Registration', 'cf7skins'); ?></legend>
19
  <ol>
20
- <li> <?php _e( 'Name', 'cf7skins'); ?> [text cf7s-name] </li>
21
- <li> <?php _e( 'Address', 'cf7skins'); ?> [text cf7s-address] </li>
22
- <li> <?php _e( 'City', 'cf7skins'); ?> [text cf7s-city] </li>
23
- <li> <?php _e( 'State / Province / Region', 'cf7skins'); ?> [text cf7s-state] </li>
24
- <li> <?php _e( 'Phone Number', 'cf7skins'); ?> [tel cf7s-phone] </li>
25
- <li> <?php _e( 'Email', 'cf7skins'); ?> [email cf7s-email] </li>
26
- <li> <?php _e( 'Message', 'cf7skins'); ?> [textarea cf7s-special-needs] </li>
27
- <li> <?php _e( 'Preferred Contact Method', 'cf7skins'); ?> [radio cf7s-radio1 "<?php _e( 'Email', 'cf7skins' ); ?>" "<?php _e( 'Phone', 'cf7skins' ); ?>"] </li>
28
- <li> <?php _e( 'Drop-down menu', 'cf7skins'); ?> [select cf7s-select1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
29
- <li> <?php _e( 'Checkboxes', 'cf7skins'); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
30
  </ol>
31
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
32
  </fieldset>
33
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Registration', CF7SKINS_TEXTDOMAIN ); ?></legend>
19
  <ol>
20
+ <li> <?php _e( 'Name', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-name] </li>
21
+ <li> <?php _e( 'Address', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-address] </li>
22
+ <li> <?php _e( 'City', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-city] </li>
23
+ <li> <?php _e( 'State / Province / Region', CF7SKINS_TEXTDOMAIN ); ?> [text cf7s-state] </li>
24
+ <li> <?php _e( 'Phone Number', CF7SKINS_TEXTDOMAIN ); ?> [tel cf7s-phone] </li>
25
+ <li> <?php _e( 'Email', CF7SKINS_TEXTDOMAIN ); ?> [email cf7s-email] </li>
26
+ <li> <?php _e( 'Message', CF7SKINS_TEXTDOMAIN ); ?> [textarea cf7s-special-needs] </li>
27
+ <li> <?php _e( 'Preferred Contact Method', CF7SKINS_TEXTDOMAIN ); ?> [radio cf7s-radio1 "<?php _e( 'Email', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Phone', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
28
+ <li> <?php _e( 'Drop-down menu', CF7SKINS_TEXTDOMAIN ); ?> [select cf7s-select1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
29
+ <li> <?php _e( 'Checkboxes', CF7SKINS_TEXTDOMAIN ); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
30
  </ol>
31
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
32
  </fieldset>
33
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/suggestion/suggestion.php CHANGED
@@ -15,17 +15,17 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Suggestion Form', 'cf7skins'); ?></legend>
19
- <p><strong><?php _e( 'Please let us know what you think.', 'cf7skins'); ?></strong></p>
20
  <ol>
21
- <li> <?php _e( 'In which of the following areas do you have a suggestion?', 'cf7skins'); ?> [select cf7s-select1 multiple"<?php _e( 'Area 1', 'cf7skins' ); ?>" "<?php _e( 'Area 2', 'cf7skins' ); ?>" "<?php _e( 'Area 3', 'cf7skins' ); ?>" "<?php _e( 'Area 4', 'cf7skins' ); ?>"] </li>
22
- <p><?php _e( 'Note: You can select multiple items (Use Shift or Ctrl/Cmd + Click)', 'cf7skins'); ?></p>
23
- <li> <?php _e( 'Suggestion', 'cf7skins'); ?> [text cf7s-suggestion] </li>
24
- <li> <?php _e( 'Details', 'cf7skins'); ?> [textarea cf7s-details] </li>
25
- <li> <?php _e( 'Your Email - please enter your email if you would like us to follow up with you.', 'cf7skins'); ?> [email cf7s-email] </li>
26
- <li> <?php _e( 'Radio buttons', 'cf7skins'); ?> [radio cf7s-radio1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
27
- <li> <?php _e( 'Checkboxes', 'cf7skins'); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', 'cf7skins' ); ?>" "<?php _e( 'Option 2', 'cf7skins' ); ?>" "<?php _e( 'Option 3', 'cf7skins' ); ?>"] </li>
28
  </ol>
29
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
30
  </fieldset>
31
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Suggestion Form', CF7SKINS_TEXTDOMAIN); ?></legend>
19
+ <p><strong><?php _e( 'Please let us know what you think.', CF7SKINS_TEXTDOMAIN); ?></strong></p>
20
  <ol>
21
+ <li> <?php _e( 'In which of the following areas do you have a suggestion?', CF7SKINS_TEXTDOMAIN); ?> [select cf7s-select1 multiple"<?php _e( 'Area 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Area 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Area 3', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Area 4', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
22
+ <p><?php _e( 'Note: You can select multiple items (Use Shift or Ctrl/Cmd + Click)', CF7SKINS_TEXTDOMAIN); ?></p>
23
+ <li> <?php _e( 'Suggestion', CF7SKINS_TEXTDOMAIN); ?> [text cf7s-suggestion] </li>
24
+ <li> <?php _e( 'Details', CF7SKINS_TEXTDOMAIN); ?> [textarea cf7s-details] </li>
25
+ <li> <?php _e( 'Your Email - please enter your email if you would like us to follow up with you.', CF7SKINS_TEXTDOMAIN); ?> [email cf7s-email] </li>
26
+ <li> <?php _e( 'Radio buttons', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-radio1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
27
+ <li> <?php _e( 'Checkboxes', CF7SKINS_TEXTDOMAIN); ?> [checkbox cf7s-checkbox1 "<?php _e( 'Option 1', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 2', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Option 3', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
28
  </ol>
29
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
30
  </fieldset>
31
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
skins/templates/survey/survey.php CHANGED
@@ -15,18 +15,18 @@
15
  **/
16
  ?>
17
  <fieldset>
18
- <legend><?php _e( 'Survey Form', 'cf7skins'); ?></legend>
19
  <p>Please help us to serve you better by completing this survey. It should take around 5 minutes to complete.</p>
20
  <ol>
21
- <li> <?php _e( 'Overall, how satisfied are you with our product / service?', 'cf7skins'); ?> [radio cf7s-survey1 "<?php _e( 'Very Satisfied', 'cf7skins' ); ?>" "<?php _e( 'Satisfied', 'cf7skins' ); ?>" "<?php _e( 'Neutral', 'cf7skins' ); ?>" "<?php _e( 'Unsatisfied', 'cf7skins' ); ?>" "<?php _e( 'Very Unsatisfied', 'cf7skins' ); ?>" " N/A"] </li>
22
- <li> <?php _e( 'Would you recommend our product / service to others?', 'cf7skins'); ?> [radio cf7s-survey2 "<?php _e( 'Definitely', 'cf7skins' ); ?>" "<?php _e( 'Probably', 'cf7skins' ); ?>" "<?php _e( 'Not Sure', 'cf7skins' ); ?>" "<?php _e( 'Probably Not', 'cf7skins' ); ?>" "<?php _e( 'Definitely Not', 'cf7skins' ); ?>"] </li>
23
- <li> <?php _e( 'How long have you used our product / service?', 'cf7skins'); ?> [radio cf7s-survey3 "<?php _e( 'Less than a month', 'cf7skins' ); ?>" "<?php _e( '1-6 months', 'cf7skins' ); ?>" "<?php _e( '1-3 years', 'cf7skins' ); ?>" "<?php _e( 'Over 3 Years', 'cf7skins' ); ?>" "<?php _e( 'Never used', 'cf7skins' ); ?>"] </li>
24
- <li> <?php _e( 'How often do you use our product / service?', 'cf7skins'); ?> [radio cf7s-survey4 "<?php _e( 'Once a week', 'cf7skins' ); ?>" "<?php _e( '2 to 3 times a month', 'cf7skins' ); ?>" "<?php _e( 'Once a month', 'cf7skins' ); ?>" "<?php _e( 'Less than once a month', 'cf7skins' ); ?>"] </li>
25
- <li> <?php _e( 'What aspect of the product / service were you most satisfied by?', 'cf7skins'); ?> [radio cf7s-survey5 "<?php _e( 'Quality', 'cf7skins' ); ?>" "<?php _e( 'Price', 'cf7skins' ); ?>" "<?php _e( 'Purchase Experience', 'cf7skins' ); ?>" "<?php _e( 'Usage Experience', 'cf7skins' ); ?>" "<?php _e( 'Customer Service', 'cf7skins' ); ?>"] </li>
26
- <li> <?php _e( 'Overall, the product / service met my expectations?', 'cf7skins'); ?> [radio cf7s-survey6 "<?php _e( 'Strongly Agree', 'cf7skins' ); ?>" "<?php _e( 'Agree', 'cf7skins' ); ?>" "<?php _e( 'Neutral', 'cf7skins' ); ?>" "<?php _e( 'Disagree', 'cf7skins' ); ?>" "<?php _e( 'Strongly Disagree', 'cf7skins' ); ?>" "<?php _e( "Don't Know", 'cf7skins' ); ?>"] </li>
27
- <li> <?php _e( 'What do you like about the product / service?', 'cf7skins'); ?>[textarea cf7s-survey7] </li>
28
- <li> <?php _e( 'Thinking of similar products / services offered by others, how would you compare the product / service offered by us?', 'cf7skins'); ?> [radio cf7s-survey8 "<?php _e( 'Much Better', 'cf7skins' ); ?>" "<?php _e( 'Somewhat Better', 'cf7skins' ); ?>" "<?php _e( 'About the Same', 'cf7skins' ); ?>" "<?php _e( 'Somewhat Worse', 'cf7skins' ); ?>" "<?php _e( 'Much Worse', 'cf7skins' ); ?>" "<?php _e( 'Don\'t Know', 'cf7skins' ); ?>"] </li>
29
  </ol>
30
- [submit "<?php _e( 'Submit', 'cf7skins'); ?>"]
31
  </fieldset>
32
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
15
  **/
16
  ?>
17
  <fieldset>
18
+ <legend><?php _e( 'Survey Form', CF7SKINS_TEXTDOMAIN); ?></legend>
19
  <p>Please help us to serve you better by completing this survey. It should take around 5 minutes to complete.</p>
20
  <ol>
21
+ <li> <?php _e( 'Overall, how satisfied are you with our product / service?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey1 "<?php _e( 'Very Satisfied', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Satisfied', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Neutral', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Unsatisfied', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Very Unsatisfied', CF7SKINS_TEXTDOMAIN ); ?>" " N/A"] </li>
22
+ <li> <?php _e( 'Would you recommend our product / service to others?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey2 "<?php _e( 'Definitely', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Probably', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Not Sure', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Probably Not', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Definitely Not', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
23
+ <li> <?php _e( 'How long have you used our product / service?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey3 "<?php _e( 'Less than a month', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( '1-6 months', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( '1-3 years', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Over 3 Years', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Never used', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
24
+ <li> <?php _e( 'How often do you use our product / service?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey4 "<?php _e( 'Once a week', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( '2 to 3 times a month', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Once a month', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Less than once a month', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
25
+ <li> <?php _e( 'What aspect of the product / service were you most satisfied by?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey5 "<?php _e( 'Quality', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Price', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Purchase Experience', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Usage Experience', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Customer Service', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
26
+ <li> <?php _e( 'Overall, the product / service met my expectations?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey6 "<?php _e( 'Strongly Agree', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Agree', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Neutral', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Disagree', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Strongly Disagree', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( "Don't Know", CF7SKINS_TEXTDOMAIN ); ?>"] </li>
27
+ <li> <?php _e( 'What do you like about the product / service?', CF7SKINS_TEXTDOMAIN); ?>[textarea cf7s-survey7] </li>
28
+ <li> <?php _e( 'Thinking of similar products / services offered by others, how would you compare the product / service offered by us?', CF7SKINS_TEXTDOMAIN); ?> [radio cf7s-survey8 "<?php _e( 'Much Better', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Somewhat Better', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'About the Same', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Somewhat Worse', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Much Worse', CF7SKINS_TEXTDOMAIN ); ?>" "<?php _e( 'Don\'t Know', CF7SKINS_TEXTDOMAIN ); ?>"] </li>
29
  </ol>
30
+ [submit "<?php _e( 'Submit', CF7SKINS_TEXTDOMAIN); ?>"]
31
  </fieldset>
32
  <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Vestibulum tempus pharetra vehicula. Aliquam pellentesque mi non scelerisque placerat.</p>
uninstall.php CHANGED
@@ -17,17 +17,18 @@ $option = get_option( 'cf7skins' );
17
 
18
  if ( isset( $option['delete_data'] ) && $option['delete_data'] ) {
19
 
20
- // Delete plugin option
21
- delete_option('cf7skins');
22
- delete_option('cf7skins_version_installed');
23
- delete_option('cf7skins_activated');
24
- delete_option('cf7skins_get_version');
25
- delete_option('cf7skins_activation');
 
 
26
 
27
- // Delete all post meta by key.
28
- // This plugin uses post meta cf7s_style for selected style
29
- // and cf7s_template for selected template.
30
  delete_post_meta_by_key( 'cf7s_style' );
31
  delete_post_meta_by_key( 'cf7s_template' );
 
32
  }
33
  ?>
17
 
18
  if ( isset( $option['delete_data'] ) && $option['delete_data'] ) {
19
 
20
+ // Delete plugin options from options table
21
+ delete_option( 'cf7skins' );
22
+ delete_option( 'cf7skins_version_installed' );
23
+ delete_option( 'cf7skins_activated' );
24
+ delete_option( 'cf7skins_get_version' );
25
+ delete_option( 'cf7skins_activation' );
26
+ delete_option( 'cf7skins_deactivation' );
27
+ delete_option( 'cf7skins_license_status' );
28
 
29
+ // Delete all post meta by key from postmeta table
 
 
30
  delete_post_meta_by_key( 'cf7s_style' );
31
  delete_post_meta_by_key( 'cf7s_template' );
32
+ delete_post_meta_by_key( 'cf7s_postbox' );
33
  }
34
  ?>