meurergroup1
Forum Replies Created
-
Forum: Plugins
In reply to: [Accept Stripe Payments] Recurring paymentsThank you.
Forum: Plugins
In reply to: [Polylang] One page not showing in second languageI resolved this issue. Thank you.
Forum: Plugins
In reply to: [Polylang] One page not showing in second languageSo sorry for the confusion. The problem I describe above is with the English language “About” page.
Thank you.
With permission Rogier, can you tell me why the images work on Safari and Firefox?
Will disabling the setting above disrupt the smooth functioning of the other two browsers?
I do not know a thing about CSS. If this requires coding, I am probably screwed. Ha, ha.
thank you so much for the quick response and solution Rogier. Can you tell me where to find the “dev console” on the WP admin backend to disable this style?
so it keeps removing the code tags. it is code in brackets and after the short code it is code in brackets with a / in from of the word code.
[mailpoet_form id="1"]
Sorry again. For some reason it is removing the
and
tags that enclose the mail poet short code
[mailpoet_form id="1"]
Sorry, the shortcode as pasted into my contact page in text mode is:
[mailpoet_form id="1"]
I am having a very similar problem as well as a styling problem.
Anyone using the form on an Android phone gets the error messages described above about either first name or last name.
Also, the default styling for form text is in Courier font. I added font code for Helvetica Neue but it had no effect.
My site is https://reimaginingpolitics.org
Here is the shortcode I am pasting into the contact page.
[mailpoet_form id="1"]
If I do not use the code tags, [mailpoet_form id=”1″] shows up on the html page instead of the form.
Last, here is the complete form code from the style section of the MailPoet form creator. All help appreciated. I am trying to launch later today!
/* form */
.mailpoet_form {}
{
font-family: “Helvetica-Neue”, sans-serif !important;
}
span.wysija-required {
color: #000000 !important;
}/* paragraphs (label + input) */
.mailpoet_paragraph {}
/* labels */
.mailpoet_text_label,
.mailpoet_textarea_label,
.mailpoet_select_label,
.mailpoet_radio_label,
.mailpoet_checkbox_label,
.mailpoet_list_label,
.mailpoet_date_label {
display:block;
}/* inputs */
.mailpoet_text,
.mailpoet_textarea,
.mailpoet_select,
.mailpoet_date {
display:block;
}.mailpoet_checkbox {
}
.mailpoet_validate_success {
color:#468847;
}.mailpoet_validate_error {
color:#B94A48;
}Forum: Themes and Templates
In reply to: [Twenty Seventeen] Code for Aweber popup form has zapped my siteResolved
Forum: Themes and Templates
In reply to: [Twenty Seventeen] Code for Aweber popup form has zapped my siteI solved the problem by logging in via FTP and removing the Javascript. Now I am going to jettison my overpriced Aweber subscription and use MailPoet forms. Thank you for your help.