|
@@ -10,25 +10,25 @@ 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-NAME"><?php esc_html_e( 'Name', 'lsx' ); ?> </label> |
|
|
24
|
+ <label for="mce-NAME"><?php esc_html_e('Name', 'lsx'); ?> </label> |
|
25
|
25
|
<input type="text" value="" name="NAME" class="" id="mce-NAME"> |
|
26
|
26
|
</div> |
|
27
|
27
|
</div> |
|
28
|
28
|
<div style="position:absolute;left:-5000px;" aria-hidden="true"><input type="text" name="b_bf676f73d0cf4af85cc244111_96f3761fa2" tabindex="-1" value=""></div> |
|
29
|
29
|
</div> |
|
30
|
30
|
<div class="more-button"> |
|
31
|
|
- <input type="submit" value="<?php esc_attr_e( 'Subscribe', 'lsx' ); ?>" name="subscribe" class="button button-primary"> |
|
|
31
|
+ <input type="submit" value="<?php esc_attr_e('Subscribe', 'lsx'); ?>" name="subscribe" class="button button-primary"> |
|
32
|
32
|
</div> |
|
33
|
33
|
</form> |
|
34
|
34
|
<!--End mc_embed_signup--> |
|
@@ -37,13 +37,13 @@ discard block |
|
|
block discarded – undo |
|
37
|
37
|
|
|
38
|
38
|
<div class="col-md-6"> |
|
39
|
39
|
<div class="box suggest"> |
|
40
|
|
- <h2><?php esc_html_e( 'Enjoying LSX?', 'lsx' ); ?></h2> |
|
|
40
|
+ <h2><?php esc_html_e('Enjoying LSX?', 'lsx'); ?></h2> |
|
41
|
41
|
|
|
42
|
42
|
<p> |
|
43
|
43
|
<?php |
|
44
|
44
|
printf( |
|
45
|
45
|
/* Translators: 1: HTML open tag link, 2: HTML close tag link */ |
|
46
|
|
- esc_html__( 'Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx' ), |
|
|
46
|
+ esc_html__('Why not %1$sleave a review%2$s on WordPress.org? We\'re looking foward to all our users\' feedback!', 'lsx'), |
|
47
|
47
|
'<a href="https://wordpress.org/themes/lsx" target="_blank rel="noopener noreferrer">', |
|
48
|
48
|
'</a>' |
|
49
|
49
|
); |