Anticosti
Forum Replies Created
-
@spatoby @aahulsebos
I also noticed this on my site.
If I could send temporary credentials to Aert, maybe he could test for himself.
Just give me an email address and I will manage to send you temporary logins.Cheers,
Hi again @aahulsebos,
Your fix works.
Thank you again.Well… your language file looks perfect.
https://www.dropbox.com/s/b1ex4aed44gxjmz/11.png?dl=0I’ll check what I can do with LocoTranslate plugin …
Hi @aahulsebos
Yep. Your link works:
https://s-qcsnbxp24lrfl.eu1.wpsandbox.org/wp-content/uploads/complianz/withdrawal-forms/withdrawal-form-en.pdfI will temporary fix my “class-document.php” file by downloading you GitHub file. Thanks for this quick fix. You guys Rock!
Thank you! Much appreciated.
Thank you @aahulsebos
I am using WP Multilang (a no bloat plugin) to serve bilingual content.
Here’s how I am setup:
English Interface:
https://www.dropbox.com/s/z5nyamebxj1epva/09-EN.png?dl=0
French Interface:
https://www.dropbox.com/s/tckw1fg2miggwaa/10-FR.png?dl=0Hope this will help…
Cheers,
@ismasn38
Regarding bilingual sites…
I work with WP Multilang (free plugin) and these are the only issues I’ve encountered.
See:
https://github.com/mailpoet/mailpoet/issues/3472
https://github.com/ahmedkaludi/pwa-for-wp/issues/610This is the plugin I use to solve this issue:
https://www.nsp-code.com/wordpress-plugins/category-order-and-taxonomy-terms-order/Wish it could be part of WP User Frontend.
Cheers,
@yychen0925 Good point.
… Or at least an error message saying that this email address is already in use.- This reply was modified 3 years, 7 months ago by Anticosti.
Forum: Plugins
In reply to: [MailPoet - Newsletters, Email Marketing, and Automation] multilingual@cnous I have it working for me FR/EN using WP Multilang.
Hopefully this page should help you understand how to set it up:
https://kb.mailpoet.com/article/203-support-for-multilingual-pluginsCheers,
@geekfarmer You have two powerful options in the Editor:
See: https://www.dropbox.com/s/n6085brxd4fioob/01.png?dl=0I don’t know if this will be helpful to you but, I managed to have my subscription forms to look better with this CSS I added through Yellow Pencil:
form.mailpoet_form br{ display:none; visibility:hidden; } .mailpoet_form.mailpoet_form_successfully_send .mailpoet_validate_success{ left: 50%; position: absolute; text-align: left; top: 12%; transform: translate(-50%, -50%); }
and to the Manage my subcription page, I added this CSS:
.mailpoet-manage-subscription .mailpoet_paragraph select,.mailpoet-manage-subscription .mailpoet_paragraph select option{ font-size:15px; font-family:'Montserrat', sans-serif; } .mailpoet-manage-subscription .mailpoet_paragraph select{ margin-bottom:1em; } /* Mailpoet change email info */ .mailpoet-manage-subscription .mailpoet_paragraph .mailpoet-change-email-info{ font-size:16px; } /* Strong Tag */ .mailpoet-manage-subscription label strong{ font-size:16px; color:#3498db; } .mailpoet-manage-subscription input{ margin-bottom:1em; } /* Label */ .mailpoet-manage-subscription .mailpoet_paragraph label{ font-size:15px; } .mailpoet_paragraph label.mailpoet_checkbox_label input{ margin-bottom:0em; font-size:15px !important; } .mailpoet_paragraph input.mailpoet_submit{ margin-top:1em; }
Same here
@raf58
Here’s an example for the CSS to hide the current French language button:html[lang="fr-FR"] body.language-fr ul.wpm-language-switcher li.item-language-fr.active { display:none; visibility:hidden; }
@raf58
Visit this link:
wp-admin/options-general.php?page=wpm-settings&tab=languagesand change the Name of your Russian language button to “Русский”: (note: screenshot is for French) here:
https://www.dropbox.com/s/2aqhi0pwje8s6oj/Photo%202021-03-19%2013%2034%2000.jpg?dl=0Hope it help
- This reply was modified 3 years, 8 months ago by Anticosti.