Tagged: x
-
AuthorPosts
-
March 8, 2017 at 3:01 pm #1399612
robfest89ParticipantHi, in cornerstone element mailchimp the form says no forms availble when i already made forms in wordpress admin page and also in mailchimp itself.
How do fix it?
Thank you
March 8, 2017 at 4:15 pm #1399722
DarshanaModeratorHi there,
Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:
– Link to your site
– WordPress Admin username / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
March 9, 2017 at 1:23 pm #1400915
robfest89ParticipantThis reply has been marked as private.March 9, 2017 at 5:16 pm #1401191
robfest89ParticipantThis reply has been marked as private.March 9, 2017 at 9:40 pm #1401456
LelyModeratorHello There,
There’s no form when I checked. See attached screenshot. That form element is coming from Addon Email Forms and not on any third party plugin.
Hope this helps.
March 10, 2017 at 5:01 pm #1402441
robfest89ParticipantThx you i fix it,
But when I enter an email this error message appears
March 10, 2017 at 5:10 pm #1402443
robfest89ParticipantThis reply has been marked as private.March 10, 2017 at 5:26 pm #1402456
robfest89ParticipantNow it has been updated
sorry for the posts
How can I set the confirmation mail in German?
thx
March 11, 2017 at 1:25 am #1402813
Rue NelModeratorHello There,
Thanks for writing in! To change the message into German, you will need to translate the X – Email Forms plugin. Th easiest way would be using a custom function. To be able to accomplish with custom function requires a template customization, we would like to suggest that you use a child theme. This allows you to make code changes that won’t be overwritten when an X update is released. After your child theme is setup, please review how we recommend making template changes in Customization Best Practices.
After the child theme is set up, please add the following code in your child theme’s functions.php file
// Change Email Form message // ============================================================================= function change_message_text($translated) { $translated = str_ireplace('We\'re sorry! Something went wrong. We were unable to add your email to the list. Please try again later.', 'insert your German translation here', $translated); return $translated; } add_filter('gettext', 'change_message_text' ); // =============================================================================We would loved to know if this has work for you. Thank you.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1399612 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
