|
@@ -10,29 +10,29 @@ discard block |
|
|
block discarded – undo |
|
10
|
10
|
<div class="row"> |
|
11
|
11
|
<div class="col-md-6"> |
|
12
|
12
|
<div class="box mailchimp"> |
|
13
|
|
- <h2><?php esc_html_e( 'Newsletter', 'lsx' ); ?></h2> |
|
14
|
|
- <p><?php esc_html_e( 'Subscribe to our mailing list.', 'lsx' ); ?></p> |
|
|
13
|
+ <h2><?php esc_html_e('Newsletter', 'lsx'); ?></h2> |
|
|
14
|
+ <p><?php esc_html_e('Subscribe to our mailing list.', 'lsx'); ?></p> |
|
15
|
15
|
<!-- Begin MailChimp Signup Form --> |
|
16
|
16
|
<form action="https://lsdev.us2.list-manage.com/subscribe/post?u=bf676f73d0cf4af85cc244111&id=96f3761fa2" method="post" id="mc-embedded-subscribe-form" name="mc-embedded-subscribe-form" class="validate" target="_blank" novalidate> |
|
17
|
17
|
<div id="mc_embed_signup"> |
|
18
|
18
|
<div id="mc_embed_signup_scroll"> |
|
19
|
19
|
<div class="mc-field-group"> |
|
20
|
|
- <label for="mce-EMAIL"><?php esc_html_e( 'Email Address', 'lsx' ); ?> <span class="asterisk">*</span></label> |
|
|
20
|
+ <label for="mce-EMAIL"><?php esc_html_e('Email Address', 'lsx'); ?> <span class="asterisk">*</span></label> |
|
21
|
21
|
<input type="email" value="" name="EMAIL" class="required email" id="mce-EMAIL"> |
|
22
|
22
|
</div> |
|
23
|
23
|
<div class="mc-field-group"> |
|
24
|
|
- <label for="mce-FNAME"><?php esc_html_e( 'First Name', 'lsx' ); ?> </label> |
|
|
24
|
+ <label for="mce-FNAME"><?php esc_html_e('First Name', 'lsx'); ?> </label> |
|
25
|
25
|
<input type="text" value="" name="FNAME" class="" id="mce-FNAME"> |
|
26
|
26
|
</div> |
|
27
|
27
|
<div class="mc-field-group"> |
|
28
|
|
- <label for="mce-LNAME"><?php esc_html_e( 'Last Name', 'lsx' ); ?> </label> |
|
|
28
|
+ <label for="mce-LNAME"><?php esc_html_e('Last Name', 'lsx'); ?> </label> |
|
29
|
29
|
<input type="text" value="" name="LNAME" class="" id="mce-LNAME"> |
|
30
|
30
|
</div> |
|
31
|
31
|
</div> |
|
32
|
32
|
<div style="position:absolute;left:-5000px;" aria-hidden="true"><input type="text" name="b_bf676f73d0cf4af85cc244111_96f3761fa2" tabindex="-1" value=""></div> |
|
33
|
33
|
</div> |
|
34
|
34
|
<div class="more-button"> |
|
35
|
|
- <input type="submit" value="<?php esc_attr_e( 'Subscribe', 'lsx' ); ?>" name="subscribe" class="button button-primary"> |
|
|
35
|
+ <input type="submit" value="<?php esc_attr_e('Subscribe', 'lsx'); ?>" name="subscribe" class="button button-primary"> |
|
36
|
36
|
</div> |
|
37
|
37
|
</form> |
|
38
|
38
|
<!--End mc_embed_signup--> |
|
@@ -41,13 +41,13 @@ discard block |
|
|
block discarded – undo |
|
41
|
41
|
|
|
42
|
42
|
<div class="col-md-6"> |
|
43
|
43
|
<div class="box suggest"> |
|
44
|
|
- <h2><?php esc_html_e( 'Enjoying LSX?', 'lsx' ); ?></h2> |
|
|
44
|
+ <h2><?php esc_html_e('Enjoying LSX?', 'lsx'); ?></h2> |
|
45
|
45
|
|
|
46
|
46
|
<p> |
|
47
|
47
|
<?php |
|
48
|
48
|
printf( |
|
49
|
49
|
/* Translators: 1: HTML open tag link, 2: HTML close tag link */ |
|
50
|
|
- esc_html__( 'Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx' ), |
|
|
50
|
+ esc_html__('Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx'), |
|
51
|
51
|
'<a href="https://wordpress.org/themes/lsx" target="_blank rel="noopener noreferrer">', |
|
52
|
52
|
'</a>' |
|
53
|
53
|
); |