Forum Replies Created
-
AuthorPosts
-
Hi Ismael,
I have now solved the problem.
Cause: When the form was sent, there was an unauthorized address in the source text of the mail sent: Return-Path: (Email address hidden if logged out) . The security checks of the server refused to send it on. With the correct address entries in my PHP.INI everything went back to normal.
Thank you for your support
Best regards,
ChrisHi together,
This morning no emails were sent to the registered recipients via the enfold form.
According to your guidance the following results were obtained:1. Typos and SPAM
I used different email addresses. Example: (Email address hidden if logged out) and (Email address hidden if logged out)2. Check if WordPress is able to send e-mails
yes he can, change password and send e-mails are possible3. Deactivate Plugins
I have not deactivated any plugins, because the send button always works4. Third-party plugin form testing
I have now installed the Contact Form 7 plugin. The form provided there works for all addresses used5. Using SMTP
I am currently clarifying the use of smtp with the hosting service provider. As soon as there is a result, I writeBest regards,
ChrisHey Ismael,
Thank you for your answer. i will try it with a domain email address and give an answer.
Best Regards
ChrisHey Victoria,
now it works properly! Thank you very much for the quick help.
Best regards
ChrisiJune 5, 2020 at 10:01 am in reply to: Anzahl der Blogartikel in Elemente „Blogeinträge“ oder „Magazin“ begrenzen #1219722Oooh sorry, ich hab die Möglichkeit gefunden. In den Elementen gibt es unter “Paginierung” die Möglichkeit die Anzahl zu begrenzen.
February 18, 2020 at 1:35 pm in reply to: Change contact formular field Date prefilled DD / MM / YY in TT / MM / JJ #1185645Jetzt klappts!
Ich habe eine neue PHP Klammer auf – den Code rein – und wieder zugemacht.
Das war der Fehler, nach Einfügen des Codes in die bestehende PHP Klammer wurde die Änderung übernommen.Nochmals vielen Dank!
February 18, 2020 at 1:27 pm in reply to: Change contact formular field Date prefilled DD / MM / YY in TT / MM / JJ #1185640Ist aber vermutlich mein Fehler. Es werden im Kopfbereich des Backend drei Zeilen angezeigt:
ader information – headers already sent by (output started at /kunden/325185_82234/web2020/subdomain/wp-content/themes/enfold-child/functions.php:12) in /kunden/325185_82234/web2020/subdomain/wp-includes/functions.php on line 6029
Warning: Cannot modify header information – headers already sent by (output started at /kunden/325185_82234/web2020/subdomain/wp-content/themes/enfold-child/functions.php:12) in /kunden/325185_82234/web2020/subdomain/wp-admin/includes/misc.php on line 1252
Warning: Cannot modify header information – headers already sent by (output started at /kunden/325185_82234/web2020/subdomain/wp-content/themes/enfold-child/functions.php:12) in /kunden/325185_82234/web2020/subdomain/wp-admin/admin-header.php on line 9
Wie muss ich deinen Code von der Syntax einsetzen?
<?php
/**
* Änderung der Datumsabkürzungen in Deutsch
*/
add_filter(‘avf_datepicker_date_placeholder’, ‘new_date_placeholder’);
function new_date_placeholder() {
$placeholder = “TT / MM / JJ”;
return $placeholder;
}
?>February 18, 2020 at 1:13 pm in reply to: Change contact formular field Date prefilled DD / MM / YY in TT / MM / JJ #1185627Hallo Guenni007,
danke für deine schnelle Hilfe!
Das Format “DD / MM / YY” scheint zu stimmen, aber das “Ändern” der Buchstaben funktioniert irgendwie nicht. Ich habe ein Child-Theme angelegt und deinen Code wie vorgeschlagen in die functions.php eingetragen.
Deinen unteren Code hat Einfluß auf die kleine Kalenderanzeige. den habe ich über die QuickCSS eingetragen. Das funktioniert.
Incredible! I have tried several different demos to import several times. An import suddenly worked. Then the import of the desired demo also worked.
I have now carried out a complete reinstallation. New domain address, new database, new WordPress, new Enfold theme and then the import: the same termination
New Info: At other Enfold-Iinstallations I had no problems importing the demos. The extension is also missing there, so it’s not the reason
Hey Basilis,
It is important for enfold and the demo that the Extension imagick is installed?
There is a message in WordPress at tools / website status: “One or more recommended modules are missing: The optional module imagick is not installed or has been deactivated.”
Maybe that’s a reason
Best Regards
ChrisiHey Basilis,
the hoster has set the PHP-Version 7.3.10
Best Regards,
Chrisi- This reply was modified 4 years, 10 months ago by Chrisi2020.
January 23, 2020 at 10:08 am in reply to: Element/Box Colour Section: Colour Background overwrite Colour Background Menu #1177497Hi Basilis,
thanks for your answer. I used now a different layout variant for my page.
Best Regards Chris -
AuthorPosts