@@ -11,60 +11,60 @@ discard block |
||
11 | 11 | <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong> |
12 | 12 | <br /> |
13 | 13 | <?php printf( |
14 | - esc_html__( |
|
15 | - 'This is the numerical ID for the question. This value is used internally for %s.', |
|
16 | - 'event_espresso' |
|
17 | - ), |
|
18 | - Domain::brandName() |
|
19 | - ); ?> |
|
14 | + esc_html__( |
|
15 | + 'This is the numerical ID for the question. This value is used internally for %s.', |
|
16 | + 'event_espresso' |
|
17 | + ), |
|
18 | + Domain::brandName() |
|
19 | + ); ?> |
|
20 | 20 | </li> |
21 | 21 | <li> |
22 | 22 | <strong><?php esc_html_e('Question', 'event_espresso'); ?></strong> |
23 | 23 | <br /> |
24 | 24 | <?php esc_html_e( |
25 | - 'This shows the question as it will be displayed on the registration form. Clicking on the question will take you to another page so that you can edit the options for the selected question.', |
|
26 | - 'event_espresso' |
|
27 | - ); ?> |
|
25 | + 'This shows the question as it will be displayed on the registration form. Clicking on the question will take you to another page so that you can edit the options for the selected question.', |
|
26 | + 'event_espresso' |
|
27 | + ); ?> |
|
28 | 28 | </li> |
29 | 29 | <li> |
30 | 30 | <strong><?php esc_html_e('Admin Label', 'event_espresso'); ?></strong> |
31 | 31 | <br /> |
32 | 32 | <?php esc_html_e( |
33 | - 'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. Also shows if this question is a system question.', |
|
34 | - 'event_espresso' |
|
35 | - ); ?> |
|
33 | + 'This field is only shown to the admin. It is useful for understanding the difference between questions that appear to be similar but are used in various situations. Also shows if this question is a system question.', |
|
34 | + 'event_espresso' |
|
35 | + ); ?> |
|
36 | 36 | </li> |
37 | 37 | <li> |
38 | 38 | <strong><?php esc_html_e('Type', 'event_espresso'); ?></strong> |
39 | 39 | <br /> |
40 | 40 | <?php esc_html_e( |
41 | - 'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, and Date Picker.', |
|
42 | - 'event_espresso' |
|
43 | - ); ?> |
|
41 | + 'This shows the type of question. Available options are Text, Textarea, Checkboxes, Radio Buttons, Dropdown, State/Province Dropdown, Country Dropdown, and Date Picker.', |
|
42 | + 'event_espresso' |
|
43 | + ); ?> |
|
44 | 44 | <ul> |
45 | 45 | <li style="list-style-type: none;"> |
46 | 46 | <strong><?php esc_html_e('Text', 'event_espresso'); ?></strong> |
47 | 47 | <br /> |
48 | 48 | <?php esc_html_e( |
49 | - 'This option is useful for questions that need a short response (less than 140 characters).', |
|
50 | - 'event_espresso' |
|
51 | - ); ?> |
|
49 | + 'This option is useful for questions that need a short response (less than 140 characters).', |
|
50 | + 'event_espresso' |
|
51 | + ); ?> |
|
52 | 52 | </li> |
53 | 53 | <li style="list-style-type: none;"> |
54 | 54 | <strong><?php esc_html_e('Textarea', 'event_espresso'); ?></strong> |
55 | 55 | <br /> |
56 | 56 | <?php esc_html_e( |
57 | - 'This option is useful for long text answers such as paragraphs of information.', |
|
58 | - 'event_espresso' |
|
59 | - ); ?> |
|
57 | + 'This option is useful for long text answers such as paragraphs of information.', |
|
58 | + 'event_espresso' |
|
59 | + ); ?> |
|
60 | 60 | </li> |
61 | 61 | <li style="list-style-type: none;"> |
62 | 62 | <strong><?php esc_html_e('Single', 'event_espresso'); ?></strong> |
63 | 63 | <br /> |
64 | 64 | <?php esc_html_e( |
65 | - 'This option uses radio buttons and lets you choose a single answer.', |
|
66 | - 'event_espresso' |
|
67 | - ); ?> |
|
65 | + 'This option uses radio buttons and lets you choose a single answer.', |
|
66 | + 'event_espresso' |
|
67 | + ); ?> |
|
68 | 68 | </li> |
69 | 69 | <li style="list-style-type: none;"> |
70 | 70 | <strong><?php esc_html_e('Dropdown', 'event_espresso'); ?></strong> |
@@ -75,17 +75,17 @@ discard block |
||
75 | 75 | <strong><?php esc_html_e('Multiple Choice', 'event_espresso'); ?></strong> |
76 | 76 | <br /> |
77 | 77 | <?php esc_html_e( |
78 | - 'This option uses checkmark fields and allows multiple answers from a predetermined set of choices.', |
|
79 | - 'event_espresso' |
|
80 | - ); ?> |
|
78 | + 'This option uses checkmark fields and allows multiple answers from a predetermined set of choices.', |
|
79 | + 'event_espresso' |
|
80 | + ); ?> |
|
81 | 81 | </li> |
82 | 82 | <li style="list-style-type: none;"> |
83 | 83 | <strong><?php esc_html_e('Date', 'event_espresso'); ?></strong> |
84 | 84 | <br /> |
85 | 85 | <?php esc_html_e( |
86 | - 'This option shows a calendar and allows users to select a date.', |
|
87 | - 'event_espresso' |
|
88 | - ); ?> |
|
86 | + 'This option shows a calendar and allows users to select a date.', |
|
87 | + 'event_espresso' |
|
88 | + ); ?> |
|
89 | 89 | </li> |
90 | 90 | </ul> |
91 | 91 | </li> |
@@ -93,27 +93,27 @@ discard block |
||
93 | 93 | <strong><?php esc_html_e('Values', 'event_espresso'); ?></strong> |
94 | 94 | <br /> |
95 | 95 | <?php esc_html_e( |
96 | - 'This shows the answers to a question if it has multiple answers. If it does not, then N/A will be displayed.', |
|
97 | - 'event_espresso' |
|
98 | - ); ?> |
|
96 | + 'This shows the answers to a question if it has multiple answers. If it does not, then N/A will be displayed.', |
|
97 | + 'event_espresso' |
|
98 | + ); ?> |
|
99 | 99 | </li> |
100 | 100 | <li> |
101 | 101 | <strong><?php esc_html_e('Req', 'event_espresso'); ?></strong> |
102 | 102 | <br /> |
103 | 103 | <?php esc_html_e( |
104 | - 'This is short for "required" and shows if a question must be answered in the registration form.', |
|
105 | - 'event_espresso' |
|
106 | - ); ?> |
|
104 | + 'This is short for "required" and shows if a question must be answered in the registration form.', |
|
105 | + 'event_espresso' |
|
106 | + ); ?> |
|
107 | 107 | </li> |
108 | 108 | </ul> |
109 | 109 | <p> |
110 | 110 | <strong><?php esc_html_e('Notice', 'event_espresso'); ?></strong> |
111 | 111 | <br /> |
112 | 112 | <?php printf( |
113 | - esc_html__( |
|
114 | - 'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.', |
|
115 | - 'event_espresso' |
|
116 | - ), |
|
117 | - Domain::brandName() |
|
118 | - ); ?> |
|
113 | + esc_html__( |
|
114 | + 'System questions are created by %s and cannot be deleted. However, they can be edited. Be careful when editing these system questions as they are required for registrations to work correctly.', |
|
115 | + 'event_espresso' |
|
116 | + ), |
|
117 | + Domain::brandName() |
|
118 | + ); ?> |
|
119 | 119 | </p> |
@@ -10,7 +10,7 @@ discard block |
||
10 | 10 | > |
11 | 11 | <img alt="calendar" |
12 | 12 | src="<?php echo esc_url_raw( |
13 | - EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg' |
|
13 | + EE_GLOBAL_ASSETS_URL.'images/banners/calendar4-231x151.jpg' |
|
14 | 14 | ); ?>" |
15 | 15 | > |
16 | 16 | </a> |
@@ -42,7 +42,7 @@ discard block |
||
42 | 42 | > |
43 | 43 | <img alt="events table" |
44 | 44 | src="<?php echo esc_url_raw( |
45 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg' |
|
45 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-events-table3-231x151.jpg' |
|
46 | 46 | ); ?>" |
47 | 47 | > |
48 | 48 | </a> |
@@ -74,7 +74,7 @@ discard block |
||
74 | 74 | > |
75 | 75 | <img alt="grid view template" |
76 | 76 | src="<?php echo esc_url_raw( |
77 | - EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg' |
|
77 | + EE_GLOBAL_ASSETS_URL.'images/banners/grid-view-template-231x151.jpg' |
|
78 | 78 | ); ?>" |
79 | 79 | > |
80 | 80 | </a> |
@@ -107,7 +107,7 @@ discard block |
||
107 | 107 | <img class="alignright " |
108 | 108 | alt="<?php esc_html_e('Promotions Add-on', 'event_espresso'); ?>" |
109 | 109 | src="<?php echo esc_url_raw( |
110 | - EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg' |
|
110 | + EE_GLOBAL_ASSETS_URL.'images/banners/promotions-discounts-addon.jpg' |
|
111 | 111 | ); ?>" |
112 | 112 | width="230" |
113 | 113 | height="151" |
@@ -142,7 +142,7 @@ discard block |
||
142 | 142 | > |
143 | 143 | <img alt="<?php esc_html_e('Multiple Event Registration', 'event_espresso'); ?>" |
144 | 144 | src="<?php echo esc_url_raw( |
145 | - EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg' |
|
145 | + EE_GLOBAL_ASSETS_URL.'images/banners/mutliple_231x151.jpg' |
|
146 | 146 | ); ?>" |
147 | 147 | /> |
148 | 148 | </a> |
@@ -174,7 +174,7 @@ discard block |
||
174 | 174 | > |
175 | 175 | <img alt="<?php esc_html_e('ticketing', 'event_espresso'); ?>" |
176 | 176 | src="<?php echo esc_url_raw( |
177 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg' |
|
177 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-ticketing-231x151.jpg' |
|
178 | 178 | ); ?>" |
179 | 179 | /> |
180 | 180 | </a> |
@@ -208,7 +208,7 @@ discard block |
||
208 | 208 | > |
209 | 209 | <img alt="<?php esc_html_e('Waitlist Manager', 'event_espresso'); ?>" |
210 | 210 | src="<?php echo esc_url_raw( |
211 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg' |
|
211 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-wait-list-manager-231x152.jpg' |
|
212 | 212 | ); ?>" |
213 | 213 | > |
214 | 214 | </a> |
@@ -242,7 +242,7 @@ discard block |
||
242 | 242 | > |
243 | 243 | <img alt="<?php esc_html_e('Attendee Mover', 'event_espresso'); ?>" |
244 | 244 | src="<?php echo esc_url_raw( |
245 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg' |
|
245 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-attendee-mover-231x152.jpg' |
|
246 | 246 | ); ?>" |
247 | 247 | > |
248 | 248 | </a> |
@@ -276,7 +276,7 @@ discard block |
||
276 | 276 | > |
277 | 277 | <img alt="<?php esc_html_e('Event Espresso Importer', 'event_espresso'); ?>" |
278 | 278 | src="<?php echo esc_url_raw( |
279 | - EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg' |
|
279 | + EE_GLOBAL_ASSETS_URL.'images/banners/event-espresso-importer-231x152.jpg' |
|
280 | 280 | ); ?>" |
281 | 281 | > |
282 | 282 | </a> |
@@ -345,7 +345,7 @@ discard block |
||
345 | 345 | > |
346 | 346 | <img alt="<?php esc_html_e('WP User Integration', 'event_espresso'); ?>" |
347 | 347 | src="<?php echo esc_url_raw( |
348 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg' |
|
348 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-wp-user-integration-230x151.jpg' |
|
349 | 349 | ); ?>" |
350 | 350 | > |
351 | 351 | </a> |
@@ -379,7 +379,7 @@ discard block |
||
379 | 379 | > |
380 | 380 | <img alt="<?php esc_html_e('MailChimp Integration', 'event_espresso'); ?>" |
381 | 381 | src="<?php echo esc_url_raw( |
382 | - EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg' |
|
382 | + EE_GLOBAL_ASSETS_URL.'images/banners/mailchimp-231x151.jpg' |
|
383 | 383 | ); ?>" |
384 | 384 | > |
385 | 385 | </a> |
@@ -454,7 +454,7 @@ discard block |
||
454 | 454 | > |
455 | 455 | <img alt="<?php esc_html_e('Stripe logo', 'event_espresso'); ?>" |
456 | 456 | src="<?php echo esc_url_raw( |
457 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg' |
|
457 | + EE_GLOBAL_ASSETS_URL.'images/banners/ee4-stripe-logo-231x152.jpg' |
|
458 | 458 | ); ?>" |
459 | 459 | /> |
460 | 460 | </a> |
@@ -500,7 +500,7 @@ discard block |
||
500 | 500 | > |
501 | 501 | <img alt="<?php esc_html_e('Priority Support', 'event_espresso'); ?>" |
502 | 502 | src="<?php echo esc_url_raw( |
503 | - EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg' |
|
503 | + EE_GLOBAL_ASSETS_URL.'images/banners/priority-support-231x151.jpg' |
|
504 | 504 | ); ?>" |
505 | 505 | > |
506 | 506 | </a> |
@@ -10,14 +10,14 @@ discard block |
||
10 | 10 | > |
11 | 11 | <img alt="calendar" |
12 | 12 | src="<?php echo esc_url_raw( |
13 | - EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg' |
|
14 | - ); ?>" |
|
13 | + EE_GLOBAL_ASSETS_URL . 'images/banners/calendar4-231x151.jpg' |
|
14 | + ); ?>" |
|
15 | 15 | > |
16 | 16 | </a> |
17 | 17 | <?php esc_html_e( |
18 | - 'Display a calendar with all available dates so attendees can browse to events that fit their schedule and start their event registrations.', |
|
19 | - 'event_espresso' |
|
20 | - ); ?> |
|
18 | + 'Display a calendar with all available dates so attendees can browse to events that fit their schedule and start their event registrations.', |
|
19 | + 'event_espresso' |
|
20 | + ); ?> |
|
21 | 21 | </p> |
22 | 22 | <div class="action-links"> |
23 | 23 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -42,14 +42,14 @@ discard block |
||
42 | 42 | > |
43 | 43 | <img alt="events table" |
44 | 44 | src="<?php echo esc_url_raw( |
45 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg' |
|
46 | - ); ?>" |
|
45 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-events-table3-231x151.jpg' |
|
46 | + ); ?>" |
|
47 | 47 | > |
48 | 48 | </a> |
49 | 49 | <?php esc_html_e( |
50 | - 'Display a list of events in a table view so attendees can click the register links to begin their event registrations.', |
|
51 | - 'event_espresso' |
|
52 | - ); ?> |
|
50 | + 'Display a list of events in a table view so attendees can click the register links to begin their event registrations.', |
|
51 | + 'event_espresso' |
|
52 | + ); ?> |
|
53 | 53 | </p> |
54 | 54 | <div class="action-links"> |
55 | 55 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -74,14 +74,14 @@ discard block |
||
74 | 74 | > |
75 | 75 | <img alt="grid view template" |
76 | 76 | src="<?php echo esc_url_raw( |
77 | - EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg' |
|
78 | - ); ?>" |
|
77 | + EE_GLOBAL_ASSETS_URL . 'images/banners/grid-view-template-231x151.jpg' |
|
78 | + ); ?>" |
|
79 | 79 | > |
80 | 80 | </a> |
81 | 81 | <?php esc_html_e( |
82 | - 'Display events in a grid format with images so your attendees can click to begin their event registrations.', |
|
83 | - 'event_espresso' |
|
84 | - ); ?> |
|
82 | + 'Display events in a grid format with images so your attendees can click to begin their event registrations.', |
|
83 | + 'event_espresso' |
|
84 | + ); ?> |
|
85 | 85 | </p> |
86 | 86 | <div class="action-links"> |
87 | 87 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -107,16 +107,16 @@ discard block |
||
107 | 107 | <img class="alignright " |
108 | 108 | alt="<?php esc_html_e('Promotions Add-on', 'event_espresso'); ?>" |
109 | 109 | src="<?php echo esc_url_raw( |
110 | - EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg' |
|
111 | - ); ?>" |
|
110 | + EE_GLOBAL_ASSETS_URL . 'images/banners/promotions-discounts-addon.jpg' |
|
111 | + ); ?>" |
|
112 | 112 | width="230" |
113 | 113 | height="151" |
114 | 114 | /> |
115 | 115 | </a> |
116 | 116 | <?php esc_html_e( |
117 | - 'Create discounts and promo codes for attendees to use to apply a flat or percentage discount to their event registrations.', |
|
118 | - 'event_espresso' |
|
119 | - ); ?> |
|
117 | + 'Create discounts and promo codes for attendees to use to apply a flat or percentage discount to their event registrations.', |
|
118 | + 'event_espresso' |
|
119 | + ); ?> |
|
120 | 120 | </p> |
121 | 121 | <div class="action-links"> |
122 | 122 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -142,14 +142,14 @@ discard block |
||
142 | 142 | > |
143 | 143 | <img alt="<?php esc_html_e('Multiple Event Registration', 'event_espresso'); ?>" |
144 | 144 | src="<?php echo esc_url_raw( |
145 | - EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg' |
|
146 | - ); ?>" |
|
145 | + EE_GLOBAL_ASSETS_URL . 'images/banners/mutliple_231x151.jpg' |
|
146 | + ); ?>" |
|
147 | 147 | /> |
148 | 148 | </a> |
149 | 149 | <?php esc_html_e( |
150 | - 'Add an event shopping cart to allow for multiple events to be purchased at one time.', |
|
151 | - 'event_espresso' |
|
152 | - ); ?> |
|
150 | + 'Add an event shopping cart to allow for multiple events to be purchased at one time.', |
|
151 | + 'event_espresso' |
|
152 | + ); ?> |
|
153 | 153 | </p> |
154 | 154 | <div class="action-links"> |
155 | 155 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -174,14 +174,14 @@ discard block |
||
174 | 174 | > |
175 | 175 | <img alt="<?php esc_html_e('ticketing', 'event_espresso'); ?>" |
176 | 176 | src="<?php echo esc_url_raw( |
177 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg' |
|
178 | - ); ?>" |
|
177 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-ticketing-231x151.jpg' |
|
178 | + ); ?>" |
|
179 | 179 | /> |
180 | 180 | </a> |
181 | 181 | <?php esc_html_e( |
182 | - 'Automatically email custom event tickets with QR codes to attendees. Scan printed tickets with a phone or tablet for fast event check-in.', |
|
183 | - 'event_espresso' |
|
184 | - ); ?> |
|
182 | + 'Automatically email custom event tickets with QR codes to attendees. Scan printed tickets with a phone or tablet for fast event check-in.', |
|
183 | + 'event_espresso' |
|
184 | + ); ?> |
|
185 | 185 | </p> |
186 | 186 | <div class="action-links"> |
187 | 187 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -208,14 +208,14 @@ discard block |
||
208 | 208 | > |
209 | 209 | <img alt="<?php esc_html_e('Waitlist Manager', 'event_espresso'); ?>" |
210 | 210 | src="<?php echo esc_url_raw( |
211 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg' |
|
212 | - ); ?>" |
|
211 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wait-list-manager-231x152.jpg' |
|
212 | + ); ?>" |
|
213 | 213 | > |
214 | 214 | </a> |
215 | 215 | <?php esc_html_e( |
216 | - 'Display a waitlist option after tickets sell out, or an event becomes full. Automatically promote attendees as spots open up so they can complete their event registrations.', |
|
217 | - 'event_espresso' |
|
218 | - ); ?> |
|
216 | + 'Display a waitlist option after tickets sell out, or an event becomes full. Automatically promote attendees as spots open up so they can complete their event registrations.', |
|
217 | + 'event_espresso' |
|
218 | + ); ?> |
|
219 | 219 | </p> |
220 | 220 | <div class="action-links"> |
221 | 221 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -242,14 +242,14 @@ discard block |
||
242 | 242 | > |
243 | 243 | <img alt="<?php esc_html_e('Attendee Mover', 'event_espresso'); ?>" |
244 | 244 | src="<?php echo esc_url_raw( |
245 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg' |
|
246 | - ); ?>" |
|
245 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-attendee-mover-231x152.jpg' |
|
246 | + ); ?>" |
|
247 | 247 | > |
248 | 248 | </a> |
249 | 249 | <?php esc_html_e( |
250 | - 'Move an attendee registration to a different event or change their registration option for an event in a few clicks from your WordPress dashboard.', |
|
251 | - 'event_espresso' |
|
252 | - ); ?> |
|
250 | + 'Move an attendee registration to a different event or change their registration option for an event in a few clicks from your WordPress dashboard.', |
|
251 | + 'event_espresso' |
|
252 | + ); ?> |
|
253 | 253 | </p> |
254 | 254 | <div class="action-links"> |
255 | 255 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -276,14 +276,14 @@ discard block |
||
276 | 276 | > |
277 | 277 | <img alt="<?php esc_html_e('Event Espresso Importer', 'event_espresso'); ?>" |
278 | 278 | src="<?php echo esc_url_raw( |
279 | - EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg' |
|
280 | - ); ?>" |
|
279 | + EE_GLOBAL_ASSETS_URL . 'images/banners/event-espresso-importer-231x152.jpg' |
|
280 | + ); ?>" |
|
281 | 281 | > |
282 | 282 | </a> |
283 | 283 | <?php esc_html_e( |
284 | - 'Import a list of attendees into Event Espresso through a CSV file upload.', |
|
285 | - 'event_espresso' |
|
286 | - ); ?> |
|
284 | + 'Import a list of attendees into Event Espresso through a CSV file upload.', |
|
285 | + 'event_espresso' |
|
286 | + ); ?> |
|
287 | 287 | </p> |
288 | 288 | <div class="action-links"> |
289 | 289 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -310,15 +310,15 @@ discard block |
||
310 | 310 | > |
311 | 311 | <img alt="<?php esc_html_e('Automated Upcoming Events Notifications', 'event_espresso'); ?>" |
312 | 312 | src="<?php echo esc_url_raw( |
313 | - EE_GLOBAL_ASSETS_URL |
|
314 | - . 'images/banners/automated-upcoming-event-notifications-231x152.jpg' |
|
315 | - ); ?>" |
|
313 | + EE_GLOBAL_ASSETS_URL |
|
314 | + . 'images/banners/automated-upcoming-event-notifications-231x152.jpg' |
|
315 | + ); ?>" |
|
316 | 316 | > |
317 | 317 | </a> |
318 | 318 | <?php esc_html_e( |
319 | - 'Automatically send out event reminder emails a day before your upcoming events.', |
|
320 | - 'event_espresso' |
|
321 | - ); ?> |
|
319 | + 'Automatically send out event reminder emails a day before your upcoming events.', |
|
320 | + 'event_espresso' |
|
321 | + ); ?> |
|
322 | 322 | </p> |
323 | 323 | <div class="action-links"> |
324 | 324 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -345,14 +345,14 @@ discard block |
||
345 | 345 | > |
346 | 346 | <img alt="<?php esc_html_e('WP User Integration', 'event_espresso'); ?>" |
347 | 347 | src="<?php echo esc_url_raw( |
348 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg' |
|
349 | - ); ?>" |
|
348 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-wp-user-integration-230x151.jpg' |
|
349 | + ); ?>" |
|
350 | 350 | > |
351 | 351 | </a> |
352 | 352 | <?php esc_html_e( |
353 | - 'Offer member pricing and automatically create accounts for your attendees so they can see upcoming and past events plus pre-fill details for future event registrations.', |
|
354 | - 'event_espresso' |
|
355 | - ); ?> |
|
353 | + 'Offer member pricing and automatically create accounts for your attendees so they can see upcoming and past events plus pre-fill details for future event registrations.', |
|
354 | + 'event_espresso' |
|
355 | + ); ?> |
|
356 | 356 | </p> |
357 | 357 | <div class="action-links"> |
358 | 358 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -379,14 +379,14 @@ discard block |
||
379 | 379 | > |
380 | 380 | <img alt="<?php esc_html_e('MailChimp Integration', 'event_espresso'); ?>" |
381 | 381 | src="<?php echo esc_url_raw( |
382 | - EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg' |
|
383 | - ); ?>" |
|
382 | + EE_GLOBAL_ASSETS_URL . 'images/banners/mailchimp-231x151.jpg' |
|
383 | + ); ?>" |
|
384 | 384 | > |
385 | 385 | </a> |
386 | 386 | <?php esc_html_e( |
387 | - 'Automatically transfer attendee information to MailChimp after a registration. Keep attendees in the loop about upcoming events by sending email campaigns through', |
|
388 | - 'event_espresso' |
|
389 | - ); ?> |
|
387 | + 'Automatically transfer attendee information to MailChimp after a registration. Keep attendees in the loop about upcoming events by sending email campaigns through', |
|
388 | + 'event_espresso' |
|
389 | + ); ?> |
|
390 | 390 | <a href="http://eepurl.com/OXgr" target="_blank" rel="noopener noreferrer">MailChimp</a> |
391 | 391 | . |
392 | 392 | </p> |
@@ -415,19 +415,19 @@ discard block |
||
415 | 415 | target="_blank" |
416 | 416 | > |
417 | 417 | <img alt="<?php esc_html_e( |
418 | - 'Event Registration with PayPal Smart Buttons (with Venmo)', |
|
419 | - 'event_espresso' |
|
420 | - ); ?>" |
|
418 | + 'Event Registration with PayPal Smart Buttons (with Venmo)', |
|
419 | + 'event_espresso' |
|
420 | + ); ?>" |
|
421 | 421 | src="<?php echo esc_url_raw( |
422 | - EE_GLOBAL_ASSETS_URL |
|
423 | - . 'images/banners/event-registrations-with-paypal-express-checkout-smart-payment-buttons-231x152.jpg' |
|
424 | - ); ?>" |
|
422 | + EE_GLOBAL_ASSETS_URL |
|
423 | + . 'images/banners/event-registrations-with-paypal-express-checkout-smart-payment-buttons-231x152.jpg' |
|
424 | + ); ?>" |
|
425 | 425 | > |
426 | 426 | </a> |
427 | 427 | <?php esc_html_e( |
428 | - 'Receive online payments through credit cards, debit cards, PayPal funds, PayPal Credit, and Venmo.', |
|
429 | - 'event_espresso' |
|
430 | - ); ?> |
|
428 | + 'Receive online payments through credit cards, debit cards, PayPal funds, PayPal Credit, and Venmo.', |
|
429 | + 'event_espresso' |
|
430 | + ); ?> |
|
431 | 431 | </p> |
432 | 432 | <div class="action-links"> |
433 | 433 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -454,17 +454,17 @@ discard block |
||
454 | 454 | > |
455 | 455 | <img alt="<?php esc_html_e('Stripe logo', 'event_espresso'); ?>" |
456 | 456 | src="<?php echo esc_url_raw( |
457 | - EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg' |
|
458 | - ); ?>" |
|
457 | + EE_GLOBAL_ASSETS_URL . 'images/banners/ee4-stripe-logo-231x152.jpg' |
|
458 | + ); ?>" |
|
459 | 459 | /> |
460 | 460 | </a> |
461 | 461 | <?php printf( |
462 | - esc_html__( |
|
463 | - 'Securely accept online payments through debit and credit cards with %1$s.', |
|
464 | - 'event_espresso' |
|
465 | - ), |
|
466 | - '<a href="https://eventespresso.com/go/stripe/">Stripe</a>' |
|
467 | - ); ?> |
|
462 | + esc_html__( |
|
463 | + 'Securely accept online payments through debit and credit cards with %1$s.', |
|
464 | + 'event_espresso' |
|
465 | + ), |
|
466 | + '<a href="https://eventespresso.com/go/stripe/">Stripe</a>' |
|
467 | + ); ?> |
|
468 | 468 | </p> |
469 | 469 | <div class="action-links"> |
470 | 470 | <a class="ee-add-on-btn ee-add-on-btn--small ee-add-on-btn--buy-now" |
@@ -488,9 +488,9 @@ discard block |
||
488 | 488 | <h3><?php esc_html_e('Priority Support Token', 'event_espresso'); ?></h3> |
489 | 489 | <p class="ee-attention"> |
490 | 490 | <?php esc_html_e( |
491 | - 'Have an emergency or need help with a time-sensitive issue? Purchase a support token and we\'ll help you get back on track .', |
|
492 | - 'event_espresso' |
|
493 | - ); ?> |
|
491 | + 'Have an emergency or need help with a time-sensitive issue? Purchase a support token and we\'ll help you get back on track .', |
|
492 | + 'event_espresso' |
|
493 | + ); ?> |
|
494 | 494 | </p> |
495 | 495 | |
496 | 496 | <p> |
@@ -500,66 +500,66 @@ discard block |
||
500 | 500 | > |
501 | 501 | <img alt="<?php esc_html_e('Priority Support', 'event_espresso'); ?>" |
502 | 502 | src="<?php echo esc_url_raw( |
503 | - EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg' |
|
504 | - ); ?>" |
|
503 | + EE_GLOBAL_ASSETS_URL . 'images/banners/priority-support-231x151.jpg' |
|
504 | + ); ?>" |
|
505 | 505 | > |
506 | 506 | </a> |
507 | 507 | <?php esc_html_e( |
508 | - 'Here are some examples of how members have used support tokens this year:', |
|
509 | - 'event_espresso' |
|
510 | - ); ?> |
|
508 | + 'Here are some examples of how members have used support tokens this year:', |
|
509 | + 'event_espresso' |
|
510 | + ); ?> |
|
511 | 511 | </p> |
512 | 512 | <ul> |
513 | 513 | <li> |
514 | 514 | <?php esc_html_e( |
515 | - 'Installed and configured Event Espresso', |
|
516 | - 'event_espresso' |
|
517 | - ); ?> |
|
515 | + 'Installed and configured Event Espresso', |
|
516 | + 'event_espresso' |
|
517 | + ); ?> |
|
518 | 518 | </li> |
519 | 519 | <li> |
520 | 520 | <?php esc_html_e( |
521 | - 'Troubleshooted a conflict with a theme or plugin', |
|
522 | - 'event_espresso' |
|
523 | - ); ?> |
|
521 | + 'Troubleshooted a conflict with a theme or plugin', |
|
522 | + 'event_espresso' |
|
523 | + ); ?> |
|
524 | 524 | </li> |
525 | 525 | <li> |
526 | 526 | <?php esc_html_e( |
527 | - 'Applied a gettext filter to change the messaging in various areas of Event Espresso', |
|
528 | - 'event_espresso' |
|
529 | - ); ?> |
|
527 | + 'Applied a gettext filter to change the messaging in various areas of Event Espresso', |
|
528 | + 'event_espresso' |
|
529 | + ); ?> |
|
530 | 530 | </li> |
531 | 531 | <li> |
532 | 532 | <?php esc_html_e( |
533 | - 'Changed the styling on single event pages using CSS', |
|
534 | - 'event_espresso' |
|
535 | - ); ?> |
|
533 | + 'Changed the styling on single event pages using CSS', |
|
534 | + 'event_espresso' |
|
535 | + ); ?> |
|
536 | 536 | </li> |
537 | 537 | <li> |
538 | 538 | <?php esc_html_e( |
539 | - 'Configured add-ons for Event Espresso', |
|
540 | - 'event_espresso' |
|
541 | - ); ?> |
|
539 | + 'Configured add-ons for Event Espresso', |
|
540 | + 'event_espresso' |
|
541 | + ); ?> |
|
542 | 542 | </li> |
543 | 543 | </ul> |
544 | 544 | <p> |
545 | 545 | <?php esc_html_e( |
546 | - 'Do you have a request that is similar to those described above?', |
|
547 | - 'event_espresso' |
|
548 | - ); ?> |
|
546 | + 'Do you have a request that is similar to those described above?', |
|
547 | + 'event_espresso' |
|
548 | + ); ?> |
|
549 | 549 | </p> |
550 | 550 | |
551 | 551 | <p> |
552 | 552 | <?php esc_html_e( |
553 | - 'Purchase a support token and we\'ll respond during business hours to get your problem solved quickly .', |
|
554 | - 'event_espresso' |
|
555 | - ); ?> |
|
553 | + 'Purchase a support token and we\'ll respond during business hours to get your problem solved quickly .', |
|
554 | + 'event_espresso' |
|
555 | + ); ?> |
|
556 | 556 | </p> |
557 | 557 | |
558 | 558 | <p> |
559 | 559 | <?php esc_html_e( |
560 | - 'A support token will provide you with 30 minutes of one-on-one time with a team member. Need additional time? Just purchase additional support tokens as needed.', |
|
561 | - 'event_espresso' |
|
562 | - ); ?> |
|
560 | + 'A support token will provide you with 30 minutes of one-on-one time with a team member. Need additional time? Just purchase additional support tokens as needed.', |
|
561 | + 'event_espresso' |
|
562 | + ); ?> |
|
563 | 563 | </p> |
564 | 564 | <div class="action-links"> |
565 | 565 | <a class="ee-add-on-btn ee-add-on-btn--buy-now" |
@@ -83,9 +83,9 @@ |
||
83 | 83 | </td> |
84 | 84 | <td class="datetime-tickets-sold"> |
85 | 85 | <?php printf( |
86 | - esc_html__('Tickets Sold: %s', 'event_espresso'), |
|
87 | - $time->get('DTT_sold') |
|
88 | - ); ?> |
|
86 | + esc_html__('Tickets Sold: %s', 'event_espresso'), |
|
87 | + $time->get('DTT_sold') |
|
88 | + ); ?> |
|
89 | 89 | </td> |
90 | 90 | </tr> |
91 | 91 | </tbody> |
@@ -7,12 +7,12 @@ discard block |
||
7 | 7 | </strong> |
8 | 8 | <br /> |
9 | 9 | <?php sprintf( |
10 | - esc_html__( |
|
11 | - 'A status of %s means that a registration has been accepted as complete. The registration will count towards the registration limit, remaining tickets, and calculations for available seats. Payments (if necessary) can also be made by primary registrants with this status.', |
|
12 | - 'event_espresso' |
|
13 | - ), |
|
14 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
15 | - ); |
|
10 | + esc_html__( |
|
11 | + 'A status of %s means that a registration has been accepted as complete. The registration will count towards the registration limit, remaining tickets, and calculations for available seats. Payments (if necessary) can also be made by primary registrants with this status.', |
|
12 | + 'event_espresso' |
|
13 | + ), |
|
14 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
15 | + ); |
|
16 | 16 | ?> |
17 | 17 | </p> |
18 | 18 | <p> |
@@ -21,14 +21,14 @@ discard block |
||
21 | 21 | </strong> |
22 | 22 | <br /> |
23 | 23 | <?php printf( |
24 | - esc_html__( |
|
25 | - 'A status of %1$s means that a registration has not paid but they ARE able to make payments (if necessary). %2$s registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats. If registration for a free event occurs, then registrations are automatically set to %3$s. For paid tickets, %1$s registrations are set to %3$s when full payment is recorded.', |
|
26 | - 'event_espresso' |
|
27 | - ), |
|
28 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
29 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
30 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
31 | - ); |
|
24 | + esc_html__( |
|
25 | + 'A status of %1$s means that a registration has not paid but they ARE able to make payments (if necessary). %2$s registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats. If registration for a free event occurs, then registrations are automatically set to %3$s. For paid tickets, %1$s registrations are set to %3$s when full payment is recorded.', |
|
26 | + 'event_espresso' |
|
27 | + ), |
|
28 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
29 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'sentence'), |
|
30 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'sentence') |
|
31 | + ); |
|
32 | 32 | ?> |
33 | 33 | </p> |
34 | 34 | <p> |
@@ -37,12 +37,12 @@ discard block |
||
37 | 37 | </strong> |
38 | 38 | <br /> |
39 | 39 | <?php printf( |
40 | - esc_html__( |
|
41 | - 'A status of %1$s means that a registration has not paid and they cannot make payments for towards an event. Un-approved registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats. This setting differs from the "%2$s" default in that free ticket registrations and paid in full ticket registrations do NOT automatically switch the Registration to %3$s. Instead, the event admin must manually set the registration to either "%2$s" for registrations requiring payments, or "%3$s" for free events.', |
|
42 | - 'event_espresso' |
|
43 | - ), |
|
44 | - EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence'), |
|
45 | - EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'upper'), |
|
46 | - EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'upper') |
|
47 | - ); ?> |
|
40 | + esc_html__( |
|
41 | + 'A status of %1$s means that a registration has not paid and they cannot make payments for towards an event. Un-approved registrations do NOT count towards registration limits, remaining tickets, and calculations for available seats. This setting differs from the "%2$s" default in that free ticket registrations and paid in full ticket registrations do NOT automatically switch the Registration to %3$s. Instead, the event admin must manually set the registration to either "%2$s" for registrations requiring payments, or "%3$s" for free events.', |
|
42 | + 'event_espresso' |
|
43 | + ), |
|
44 | + EEH_Template::pretty_status(EEM_Registration::status_id_not_approved, false, 'sentence'), |
|
45 | + EEH_Template::pretty_status(EEM_Registration::status_id_pending_payment, false, 'upper'), |
|
46 | + EEH_Template::pretty_status(EEM_Registration::status_id_approved, false, 'upper') |
|
47 | + ); ?> |
|
48 | 48 | </p> |
49 | 49 | \ No newline at end of file |
@@ -1,52 +1,52 @@ discard block |
||
1 | 1 | <h5><?php esc_html_e('Available Tickets', 'event_espresso'); ?></h5> |
2 | 2 | <p> |
3 | 3 | <?php esc_html_e( |
4 | - 'Available tickets shows all combinations of tickets that are available. Note that each ticket has a name, date that the ticket becomes available for purchase, date that ticket sales close on, price for each ticket, quantity available, number sold, and number of registrations.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?> |
|
4 | + 'Available tickets shows all combinations of tickets that are available. Note that each ticket has a name, date that the ticket becomes available for purchase, date that ticket sales close on, price for each ticket, quantity available, number sold, and number of registrations.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?> |
|
7 | 7 | </p> |
8 | 8 | <p> |
9 | 9 | <?php esc_html_e( |
10 | - 'HTML tags cannot be used on the ticket title (name) but they can be used in the ticket description. The quantity in the "Sold" column for Available Tickets shows how many of this type of ticket has been sold. The quantity in the "Regs" column for Available Tickets shows the amount of registrations that have occurred from these tickets.', |
|
11 | - 'event_espresso' |
|
12 | - ); ?> |
|
10 | + 'HTML tags cannot be used on the ticket title (name) but they can be used in the ticket description. The quantity in the "Sold" column for Available Tickets shows how many of this type of ticket has been sold. The quantity in the "Regs" column for Available Tickets shows the amount of registrations that have occurred from these tickets.', |
|
11 | + 'event_espresso' |
|
12 | + ); ?> |
|
13 | 13 | </p> |
14 | 14 | <h5><?php esc_html_e('Event Datetimes Limit Field', 'event_espresso'); ?></h5> |
15 | 15 | <p> |
16 | 16 | <?php esc_html_e( |
17 | - 'The event datetimes limit field allows you to set a maximum number of tickets that you want to make available for an event datetime. For example, lets say that we had 70 free tickets available and 30 premium tickets available. If we set a limit of 50 using the event datetimes limit field, then the ticket sales will close once any combination of 50 tickets are sold.', |
|
18 | - 'event_espresso' |
|
19 | - ); ?> |
|
17 | + 'The event datetimes limit field allows you to set a maximum number of tickets that you want to make available for an event datetime. For example, lets say that we had 70 free tickets available and 30 premium tickets available. If we set a limit of 50 using the event datetimes limit field, then the ticket sales will close once any combination of 50 tickets are sold.', |
|
18 | + 'event_espresso' |
|
19 | + ); ?> |
|
20 | 20 | </p> |
21 | 21 | <h5><?php esc_html_e('Advanced Settings', 'event_espresso'); ?></h5> |
22 | 22 | <p> |
23 | 23 | <?php printf( |
24 | - esc_html__( |
|
25 | - 'The Advanced Settings icon %1$s allows more customization to your tickets. You can add a description, set a number for datetimes, set a minimum quantity required to purchase, and set a maximum quantity. Price modifiers allow you to setup discounts or surcharges for your tickets. Additionally, you can mark a ticket as taxable by placing a checkmark in the taxable checkbox.', |
|
26 | - 'event_espresso' |
|
27 | - ), |
|
28 | - '<span class="gear-icon dashicons dashicons-admin-generic" style="margin: 0;"></span>' |
|
29 | - ); ?> |
|
24 | + esc_html__( |
|
25 | + 'The Advanced Settings icon %1$s allows more customization to your tickets. You can add a description, set a number for datetimes, set a minimum quantity required to purchase, and set a maximum quantity. Price modifiers allow you to setup discounts or surcharges for your tickets. Additionally, you can mark a ticket as taxable by placing a checkmark in the taxable checkbox.', |
|
26 | + 'event_espresso' |
|
27 | + ), |
|
28 | + '<span class="gear-icon dashicons dashicons-admin-generic" style="margin: 0;"></span>' |
|
29 | + ); ?> |
|
30 | 30 | </p> |
31 | 31 | <h5><?php esc_html_e('Datetimes', 'event_espresso'); ?></h5> |
32 | 32 | <p> |
33 | 33 | <?php esc_html_e( |
34 | - 'The datetimes field allows you to specify the number of datetimes that a ticket has access too. For example, an event may take place across 5 sessions but a ticket which has a datetimes limit of 3 will only allow a registrant to attend only 3 out of the 5 sessions.', |
|
35 | - 'event_espresso' |
|
36 | - ); ?> |
|
34 | + 'The datetimes field allows you to specify the number of datetimes that a ticket has access too. For example, an event may take place across 5 sessions but a ticket which has a datetimes limit of 3 will only allow a registrant to attend only 3 out of the 5 sessions.', |
|
35 | + 'event_espresso' |
|
36 | + ); ?> |
|
37 | 37 | </p> |
38 | 38 | <p> |
39 | 39 | <?php esc_html_e( |
40 | - 'You can create a new ticket by clicking on the Create Ticket button. Then you will need to set a description, complete the ticket details, and adjust the price modifiers.', |
|
41 | - 'event_espresso' |
|
42 | - ); ?> |
|
40 | + 'You can create a new ticket by clicking on the Create Ticket button. Then you will need to set a description, complete the ticket details, and adjust the price modifiers.', |
|
41 | + 'event_espresso' |
|
42 | + ); ?> |
|
43 | 43 | </p> |
44 | 44 | <h5><?php esc_html_e('Ticket Status Labels', 'event_espresso'); ?></h5> |
45 | 45 | <p> |
46 | 46 | <?php esc_html_e( |
47 | - 'The following statuses are available for tickets: Archived, Expired, Sold Out, Upcoming, and On Sale.', |
|
48 | - 'event_espresso' |
|
49 | - ); ?> |
|
47 | + 'The following statuses are available for tickets: Archived, Expired, Sold Out, Upcoming, and On Sale.', |
|
48 | + 'event_espresso' |
|
49 | + ); ?> |
|
50 | 50 | </p> |
51 | 51 | <ul> |
52 | 52 | <li style="list-style-type: none;"> |
@@ -54,18 +54,18 @@ discard block |
||
54 | 54 | <strong><?php esc_html_e('Archived', 'event_espresso'); ?></strong> |
55 | 55 | <br /> |
56 | 56 | <?php esc_html_e( |
57 | - 'A status of archived occurs when the first ticket is sold. After the first ticket sale, Event Espresso archives the existing ticket to prevent changes which could affect existing registrants. A new ticket is automatically created for new registrants so that an event admin can change pricing (if needed).', |
|
58 | - 'event_espresso' |
|
59 | - ); ?> |
|
57 | + 'A status of archived occurs when the first ticket is sold. After the first ticket sale, Event Espresso archives the existing ticket to prevent changes which could affect existing registrants. A new ticket is automatically created for new registrants so that an event admin can change pricing (if needed).', |
|
58 | + 'event_espresso' |
|
59 | + ); ?> |
|
60 | 60 | </p> |
61 | 61 | </li> |
62 | 62 | <li style="list-style-type: none;"> |
63 | 63 | <p> |
64 | 64 | <strong><?php esc_html_e('Expired', 'event_espresso'); ?></strong><br /> |
65 | 65 | <?php esc_html_e( |
66 | - 'A status of expired occurs once an event has already taken place.', |
|
67 | - 'event_espresso' |
|
68 | - ); ?> |
|
66 | + 'A status of expired occurs once an event has already taken place.', |
|
67 | + 'event_espresso' |
|
68 | + ); ?> |
|
69 | 69 | </p> |
70 | 70 | </li> |
71 | 71 | <li style="list-style-type: none;"> |
@@ -73,9 +73,9 @@ discard block |
||
73 | 73 | <strong><?php esc_html_e('Sold Out', 'event_espresso'); ?></strong> |
74 | 74 | <br /> |
75 | 75 | <?php esc_html_e( |
76 | - 'A status of sold out occurs when the maximum quantity of a certain ticket is purchased. For example, if 50 Premium tickets were available and 50 Premium tickets were immediately purchased, then this ticket would have a status of sold out since no more tickets would be available for purchase.', |
|
77 | - 'event_espresso' |
|
78 | - ); ?> |
|
76 | + 'A status of sold out occurs when the maximum quantity of a certain ticket is purchased. For example, if 50 Premium tickets were available and 50 Premium tickets were immediately purchased, then this ticket would have a status of sold out since no more tickets would be available for purchase.', |
|
77 | + 'event_espresso' |
|
78 | + ); ?> |
|
79 | 79 | </p> |
80 | 80 | </li> |
81 | 81 | <li style="list-style-type: none;"> |
@@ -83,9 +83,9 @@ discard block |
||
83 | 83 | <strong><?php esc_html_e('Upcoming', 'event_espresso'); ?></strong> |
84 | 84 | <br /> |
85 | 85 | <?php esc_html_e( |
86 | - 'A status of upcoming occurs when a ticket is scheduled to go on sale in the future.', |
|
87 | - 'event_espresso' |
|
88 | - ); ?> |
|
86 | + 'A status of upcoming occurs when a ticket is scheduled to go on sale in the future.', |
|
87 | + 'event_espresso' |
|
88 | + ); ?> |
|
89 | 89 | </p> |
90 | 90 | </li> |
91 | 91 | <li style="list-style-type: none;"> |
@@ -93,9 +93,9 @@ discard block |
||
93 | 93 | <strong><?php esc_html_e('On Sale', 'event_espresso'); ?></strong> |
94 | 94 | <br /> |
95 | 95 | <?php esc_html_e( |
96 | - 'A status of on sale means that a ticket is currently available for purchase.', |
|
97 | - 'event_espresso' |
|
98 | - ); ?> |
|
96 | + 'A status of on sale means that a ticket is currently available for purchase.', |
|
97 | + 'event_espresso' |
|
98 | + ); ?> |
|
99 | 99 | </p> |
100 | 100 | </li> |
101 | 101 | </ul> |
102 | 102 | \ No newline at end of file |
@@ -6,9 +6,9 @@ |
||
6 | 6 | <li> |
7 | 7 | <strong><?php esc_html_e('Filter by Status', 'event_espresso'); ?></strong><br /> |
8 | 8 | <?php esc_html_e( |
9 | - 'The following statuses are available: Active, Upcoming, Expired, and Inactive. An Active event is one that is currently ongoing. An Upcoming event is one that has been created but is scheduled to take place in the future. An Expired event is one that has already taken place. An Inactive event is one that has been cancelled.', |
|
10 | - 'event_espresso' |
|
11 | - ); ?> |
|
9 | + 'The following statuses are available: Active, Upcoming, Expired, and Inactive. An Active event is one that is currently ongoing. An Upcoming event is one that has been created but is scheduled to take place in the future. An Expired event is one that has already taken place. An Inactive event is one that has been cancelled.', |
|
10 | + 'event_espresso' |
|
11 | + ); ?> |
|
12 | 12 | </li> |
13 | 13 | <li> |
14 | 14 | <strong><?php esc_html_e('Filter by Month / Year', 'event_espresso'); ?></strong><br /> |
@@ -1,14 +1,14 @@ |
||
1 | 1 | <p><strong><?php esc_html_e('Event Tags', 'event_espresso'); ?></strong></p> |
2 | 2 | <p> |
3 | 3 | <?php esc_html_e( |
4 | - 'You can setup tags for your event. This is optional. To add a tag, enter it into the tag field and click on the Add button.', |
|
5 | - 'event_espresso' |
|
6 | - ); ?> |
|
4 | + 'You can setup tags for your event. This is optional. To add a tag, enter it into the tag field and click on the Add button.', |
|
5 | + 'event_espresso' |
|
6 | + ); ?> |
|
7 | 7 | </p> |
8 | 8 | <p><strong><?php esc_html_e('Event Categories', 'event_espresso'); ?></strong></p> |
9 | 9 | <p> |
10 | 10 | <?php esc_html_e( |
11 | - 'You can setup event categories for your event. This is also optional. To add a event category, select one from the tabs or click on the Add New Category link and enter a name for your event category and click on the Add New Category button.', |
|
12 | - 'event_espresso' |
|
13 | - ); ?> |
|
11 | + 'You can setup event categories for your event. This is also optional. To add a event category, select one from the tabs or click on the Add New Category link and enter a name for your event category and click on the Add New Category button.', |
|
12 | + 'event_espresso' |
|
13 | + ); ?> |
|
14 | 14 | </p> |
15 | 15 | \ No newline at end of file |
@@ -3,31 +3,31 @@ discard block |
||
3 | 3 | <li> |
4 | 4 | <strong><?php esc_html_e('ID', 'event_espresso'); ?></strong><br /> |
5 | 5 | <?php esc_html_e( |
6 | - 'The is the numerical ID of an event. This value is used internally for Event Espresso and is used to populate certain shortcodes.', |
|
7 | - 'event_espresso' |
|
8 | - ); ?> |
|
6 | + 'The is the numerical ID of an event. This value is used internally for Event Espresso and is used to populate certain shortcodes.', |
|
7 | + 'event_espresso' |
|
8 | + ); ?> |
|
9 | 9 | </li> |
10 | 10 | <li> |
11 | 11 | <strong><?php esc_html_e('Name', 'event_espresso'); ?></strong><br /> |
12 | 12 | <?php esc_html_e('This is the name of an event. ', 'event_espresso'); ?> |
13 | 13 | <?php esc_html_e( |
14 | - 'Hovering over the name of the event will provide you will several options: View, Edit, Registrations, Export, and Trash. Clicking on View will take you to the event on the front-end of your site. Clicking on Edit will open the event for editing in the Event Editor. Clicking on Registrations will take you to a page that shows a list of attendees for that event. Clicking on Export will download a CSV for that event. Clicking on Trash will move that event to the trash.', |
|
15 | - 'event_espresso' |
|
16 | - ); ?> |
|
14 | + 'Hovering over the name of the event will provide you will several options: View, Edit, Registrations, Export, and Trash. Clicking on View will take you to the event on the front-end of your site. Clicking on Edit will open the event for editing in the Event Editor. Clicking on Registrations will take you to a page that shows a list of attendees for that event. Clicking on Export will download a CSV for that event. Clicking on Trash will move that event to the trash.', |
|
15 | + 'event_espresso' |
|
16 | + ); ?> |
|
17 | 17 | <br> |
18 | 18 | <strong> |
19 | 19 | <?php esc_html_e( |
20 | - 'Note: An event can only be deleted after associated payments have been removed and registrations have been removed.', |
|
21 | - 'event_espresso' |
|
22 | - ); ?> |
|
20 | + 'Note: An event can only be deleted after associated payments have been removed and registrations have been removed.', |
|
21 | + 'event_espresso' |
|
22 | + ); ?> |
|
23 | 23 | </strong> |
24 | 24 | </li> |
25 | 25 | <li> |
26 | 26 | <strong><?php esc_html_e('Venue', 'event_espresso'); ?></strong><br /> |
27 | 27 | <?php esc_html_e( |
28 | - 'The location or place that is hosting the event. Note: An event is not required to have a venue associated with it.', |
|
29 | - 'event_espresso' |
|
30 | - ); ?> |
|
28 | + 'The location or place that is hosting the event. Note: An event is not required to have a venue associated with it.', |
|
29 | + 'event_espresso' |
|
30 | + ); ?> |
|
31 | 31 | </li> |
32 | 32 | <li> |
33 | 33 | <strong><?php esc_html_e('Event Start', 'event_espresso'); ?></strong><br /> |
@@ -40,22 +40,22 @@ discard block |
||
40 | 40 | <li> |
41 | 41 | <strong><?php esc_html_e('Registrations', 'event_espresso'); ?></strong><br /> |
42 | 42 | <?php esc_html_e( |
43 | - 'This is the number of registrations that have been approved. Clicking on this number will take you to a page that shows you a list of registrants for that event.', |
|
44 | - 'event_espresso' |
|
45 | - ); ?> |
|
43 | + 'This is the number of registrations that have been approved. Clicking on this number will take you to a page that shows you a list of registrants for that event.', |
|
44 | + 'event_espresso' |
|
45 | + ); ?> |
|
46 | 46 | </li> |
47 | 47 | <li> |
48 | 48 | <strong><?php esc_html_e('Actions', 'event_espresso'); ?></strong><br /> |
49 | 49 | <?php esc_html_e( |
50 | - 'The following actions are available for the action buttons: View event, Edit Event Details, View Registrations for Event, View Event Reports.', |
|
51 | - 'event_espresso' |
|
52 | - ); ?> |
|
50 | + 'The following actions are available for the action buttons: View event, Edit Event Details, View Registrations for Event, View Event Reports.', |
|
51 | + 'event_espresso' |
|
52 | + ); ?> |
|
53 | 53 | </li> |
54 | 54 | </ul> |
55 | 55 | <p> |
56 | 56 | <strong><?php esc_html_e('Event Name (Status)', 'event_espresso'); ?></strong><br /> |
57 | 57 | <?php esc_html_e( |
58 | - 'The name of an event may also have a status that appears directly to the left of the name. Some examples may be "event name (draft)" or "event name (sold_out). This status next to the event name is shown when the post status for an event is set to something different than published. This status is different than the status that is shown in the status column. When tickets for an event are sold out, the post status will automatically change to sold out. However, it\'s still possible for an event admin to manually change this status from sold out back to published.', |
|
59 | - 'event_espresso' |
|
60 | - ); ?> |
|
58 | + 'The name of an event may also have a status that appears directly to the left of the name. Some examples may be "event name (draft)" or "event name (sold_out). This status next to the event name is shown when the post status for an event is set to something different than published. This status is different than the status that is shown in the status column. When tickets for an event are sold out, the post status will automatically change to sold out. However, it\'s still possible for an event admin to manually change this status from sold out back to published.', |
|
59 | + 'event_espresso' |
|
60 | + ); ?> |
|
61 | 61 | </p> |
62 | 62 | \ No newline at end of file |
@@ -13,20 +13,20 @@ |
||
13 | 13 | <h5><?php esc_html_e('Create a New Event Datetime', 'event_espresso'); ?></h5> |
14 | 14 | <p> |
15 | 15 | <?php printf( |
16 | - esc_html__( |
|
17 | - 'You can create a new event datetime by clicking on the add datetime button. Then set a start date for your event, an end date for your event, and a event datetimes limit (optional). You can also save time by clicking on the Duplicate this item icon %1$s to create a copy of an existing datetime.', |
|
18 | - 'event_espresso' |
|
19 | - ), |
|
20 | - '<span class="clone-icon ee-icon ee-icon-clone" style="margin: 0;"></span>' |
|
16 | + esc_html__( |
|
17 | + 'You can create a new event datetime by clicking on the add datetime button. Then set a start date for your event, an end date for your event, and a event datetimes limit (optional). You can also save time by clicking on the Duplicate this item icon %1$s to create a copy of an existing datetime.', |
|
18 | + 'event_espresso' |
|
19 | + ), |
|
20 | + '<span class="clone-icon ee-icon ee-icon-clone" style="margin: 0;"></span>' |
|
21 | 21 | ); ?> |
22 | 22 | </p> |
23 | 23 | <p> |
24 | 24 | <?php printf( |
25 | - esc_html__( |
|
26 | - 'You can view and create Assigned Tickets by clicking on the Assign Ticket icon %1$s. This will open a panel that shows existing tickets that have been assigned. New tickets can also be added from this panel.', |
|
27 | - 'event_espresso' |
|
28 | - ), |
|
29 | - '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
|
25 | + esc_html__( |
|
26 | + 'You can view and create Assigned Tickets by clicking on the Assign Ticket icon %1$s. This will open a panel that shows existing tickets that have been assigned. New tickets can also be added from this panel.', |
|
27 | + 'event_espresso' |
|
28 | + ), |
|
29 | + '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
|
30 | 30 | );?> |
31 | 31 | </p> |
32 | 32 | <h5><?php esc_html_e('Using Datetimes Limit Field & Ticket Quantities', 'event_espresso'); ?></h5> |
@@ -27,7 +27,7 @@ |
||
27 | 27 | 'event_espresso' |
28 | 28 | ), |
29 | 29 | '<span class="ticket-icon ee-icon ee-icon-tickets" style="margin: 0;"></span>' |
30 | -);?> |
|
30 | +); ?> |
|
31 | 31 | </p> |
32 | 32 | <h5><?php esc_html_e('Using Datetimes Limit Field & Ticket Quantities', 'event_espresso'); ?></h5> |
33 | 33 | <p> |