renaisonp
Forum Replies Created
-
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] PHP 8.0 errorWe can’t send a screenshot here, but these errors are in the server logs
Forum: Plugins
In reply to: [Schema & Structured Data for WP & AMP] PHP 8.0 errorLogs journal, example :
php5.external” stderr: PHP message: PHP Warning: Undefined array key “bunyadamp” in /home/clients/xxxxxxxxxxx/web/wp-content/plugins/schema-and-structured-data-for-wp/admin_section/common-function.php on line 3207, referer https://www.alcorxxxx.fr/xxx/post.php?post=73402&action=edit
Forum: Plugins
In reply to: [Easy Table of Contents] Show as hierarchical not working… and I obviously emptied the caches
Forum: Plugins
In reply to: [AI Content Writing Assistant] Settings don’t keep language settingNo,
but it works today, the settings have been kept.
I’ll let you know if there’s a future problem.
THANKS
I put this code in each field of the forms autocomplete:off, but it doesn’t work for all fields or all browsers:Nom & prénom du demandeur : * [text your-name autocomplete:off]
You need a script.
I found this, but it’s for bots:
add_filter( ‘wpcf7_form_elements’, ‘imp_wpcf7_form_elements’ );
function imp_wpcf7_form_elements( $content ) {
$str_pos = strpos( $content, ‘name=”FirstName”‘ );
$content = substr_replace( $content, ‘ autocomplete=”both” autocomplete=”off” ‘, $str_pos, 0 );
$str_pos = strpos( $content, ‘name=”LastName”‘ );
$content = substr_replace( $content, ‘ autocomplete=”both” autocomplete=”off” ‘, $str_pos, 0 );
return $content;
}Yes that’s fine.
Autofill fields should be prevented.
Because otherwise I think that many websites must lose customer requests because of this (without knowing why…)
No, we don’t know how to share videos.
You understood it correctly:
However, when you select your texts which are listed when you complete a form, this selection also raises the mouse and therefore the exit-intent is displayed and therefore prevents you from completing the form.
No, the problem is known: an exit-intent is displayed when the mouse leaves the page, isn’t it?
However, when you select your texts which are listed when you complete a form, this selection also raises the mouse and therefore the exit-intent is displayed and therefore prevents you from completing the form.
So the visitor leaves the site….Hence my question, How to disable autofill and how to prevent exit-intent from firing when autofilling?
I had to disable this exit-intent popup to prevent this
Forum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.No, it doesn’t change anything:
From: Dominique Leduc Subject: message from the site https://www.alcor-controles.fr/ Detail of the message: Surname & first name of the applicant: Dominique Leduc [E-mail address:] [email protected] Phone number phone: 0689334022
Contactform needs to correct its version
Forum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.But what image do you want?
I sent you the formForum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.I can’t send an image, we have this message here:
File uploading is disabled. Please use an image block and an external image URL.
Corps message contactform :
De : [your-name] <[your-email]>
Objet : message depuis le site Alcor-controles Détail du message : Nom & prénom du demandeur : [your-name] Adresse e-mail : [email-811] Numéro de téléphone : [tel-455] Adresse du site (rue et n°, ville et cadastre si connu): [adresse-site] Propriétaire actuel : [proprietaire-actuel] Surface totale du site : [surface] Activité actuelle : [activite-actuelle] Activités envisagées (futur) : [activite-envisagees] Ouvrages enterrés (cuves, bacs, réseaux…) : [ouvrages-enterres] Audit réalisé dans le cadre d'une : [checkbox-500] Autre(s) raison(s) de réalisation : [autres-diagnostics] Observations diverses : [your-message] IP Client : [_remote_ip]Forum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.We have no error message, only a broken formatting of the Emails received, example below:
De : Dominique
Envoyé : jeudi 2 février 2023 10:04
à : alcor-controles.fr
Objet : ALCOR / Demande Diagnostic pollution des sols Dominique Leduc, 22 rue des PrésDe : Dominique Leduc Objet : message depuis le site Alcor-controles Détail du message : Nom & prénom du demandeur : Dominique Leduc Adresse e-mail : [email protected] Numéro de téléphone : 0689336056 Adresse du site (rue et n°, ville et cadastre si connu): 22 rue des Prés Surface totale du site : Activité actuelle : Observations diverses : IP Client : 2a01:cb10:XXXXX:89e9:eea4:XXXXXX Cet email a été envoyé via le formulaire de contact de ALCOR Diagnostics (https://www.alcor-controles.fr) KC Computing Diagnostic Line Form name: Demande devis rapide Diagnostic pollution des sols Page Form is on: https://www.alcor-controles.fr/devis-rapide-diagnostic-pollution-sols/ Invalid Fields: 0 Browser used by bot: Mozilla/5.0 (Windows NT 6.1; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/108.0.0.0 Safari/537.36 OPR/94.0.0.0
Forum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.in my opinion don’t, because it doesn’t work for our sites no matter what.
And so it is for many people.
Shame on Contactform which does not correct and which wants us to believe that it comes from our sites, it is always thus that it answersForum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.No, I tried again, with br
and hr too, but still broken layoutsForum: Plugins
In reply to: [Contact Form 7] Last version of this day the formatting of mails is broken.How did you solve the problem?