ResolvedNewsletter MC4WP
- This topic has 3 replies, 2 voices, and was last updated 3 years, 1 month ago by
Althemist.
- AuthorPosts
- October 12, 2020 at 12:10 am #26343
enjoybistrot2020
ParticipantHello !
I also have a problem regarding the Newsletter field, in the sense that the “Subscribe” button does not appear inside the field where the email address is written. When I try to create in the mailchimp the field for writing the email and the button, the code is simply inserted, and in the preview the field where the email is written appears and the button next to or below. I would like it to appear inside the field, just like in the demo. (Lafka – Fast Food WooCommerce)
October 12, 2020 at 9:15 pm #26359Althemist
KeymasterHello enjoybistrot2020,
if you use the demo import data the form will be set exactly as in the demo. If it doesn’t exist on your website, you can recreate it using the following structure:
<div class="lafka_single_field_subscribe"> <input type="email" name="EMAIL" placeholder="Your email" required /> <input type="submit" value="Subscribe"> </div>
The
lafka_single_field_subscribe
class is what makes the button nested in the field. Otherwise it would use the MC4WP default layout.Hope this helps.
Regards,
DimitarOctober 16, 2020 at 11:17 am #26429enjoybistrot2020
ParticipantHello,
I inserted the code you wrote me, but it appears the same – with the button to the right of the field. and when you click to write the email address, the background of the field does not remain white, it turns yellow.
In preview:
Live
Live, Click on field
Also, in the demo it appears a little higher, with the button inside the field
October 16, 2020 at 11:57 am #26446Althemist
KeymasterHello enjoybistrot2020,
Already answered in your new topic.
Regards,
Dimitar - AuthorPosts
You must be logged in and have valid license to reply to this topic.