gesineli
Forum Replies Created
-
After deactivating all plugins and reactivating one-by-one it turned out that Yoast caused the issue. But anyway: after installing another plugin update (there were two!! yesterday) to the latest version 18.4.1 the issue is solved.
I am having the same issue. Is there a chance that an upcoming update might fix the issue?
Forum: Plugins
In reply to: [Statify] In welchem Fall macht Java Script mit NONC Tracking überhaupt Sinn?Hallo Torsten,
vielen Dank für die ausführliche Erklärung und euren Support!
Verstehe ich das richtig: Wenn ich die Nonce Prüfung deaktiviere, dann kann es sein, dass Seitenaufrufe von Bots beispielsweise mitgezählt werden?
Für den Moment denke ich, dass die Einstellung der unterschiedlichen Cache-Ebenen in ihrem Aufwand nicht im Verhältnis steht zu der gewonnen Genauigkeit and Erhebungsdaten bei aktivierter Nonce Prüfung…
Lieben Dank!
GesineHi Adam,
thanks a lot for your reply! I had a closer look on my site based on the instructions of the first link you sent me.
At first I’ve used site:fuenfzehn-sieben.de to check if there is any irregular content on my website. But everything seems to be fine!
After having deleted the suspicious file I’ve run another Wordfence Scan choosing the High Sensitivity Scanning Mode and there aren’t any new alerts regarding suspicious file changes (except for one in the unused WP default theme Twenty-Twentyone which I am going to delete).
I’ve been using the free version of Wordfence until now. Is there a chance that the scan results will show another issue after upgrading? Or is this result reliable though?As I feel not firm enough with PHP I don’t want to do any manual clean-up myself. Do you recommend to contact a cleaning service even though the WF Scan isn’t showing any further issues?
Thanks a lot for your help and service!
Gesine
Hi @wfphil
Thanks a lot for your help! With the code snippet you provided I could activate the extended protection level!
Best regards
GesineThanks a lot for your reply.
in the .htaccess file of the wordpress folder there is already some WF code inserted. Im am not sure wheather to delete the existing one and replace it with the new one you gave me or to add the new snippet to the existing one?!
This is the code which already exists:
# Wordfence WAF <Files ".user.ini"> <IfModule mod_authz_core.c> Require all denied </IfModule> <IfModule !mod_authz_core.c> Order deny,allow Deny from all </IfModule> </Files> # END Wordfence WAFHi wfphil,
thanks for your reply! The absolute path showed in the diagnostics tab is /home/…/…/wordfence-waf.php. Do I get you right that the code snippet you provided with your last post has to be added to the .htaccess file of the home folder in this case?
In the home folder a .htaccess file already exists but it is empty at the moment. So should I just add the code snippet in there?!
Thanks for your help – much appreciated!!
Gesine- This reply was modified 4 years, 11 months ago by gesineli.
Diagnostics Report has been sent successfully. 🙂
Forum: Plugins
In reply to: [Contact Form 7] Contact Form 7 – Post to Specific Action URL?Hi,
this is exactly what I am searching for! I_ve found the following code:
<?php
// Place this in your functions.php file in order to change action url
add_filter(‘wpcf7_form_action_url’, ‘wpcf7_custom_form_action_url’);
function wpcf7_custom_form_action_url(){
return ‘send.php’;// replace this with the new action url (excluding the ‘http://’)
}
?>But I am wondering how I can make sure that only one of my four contact forms is affected by the code.
Thanks in advance!
GesineForum: Plugins
In reply to: [OSM - OpenStreetMap] How to create OSM with several markers dynamically?Okay, thank you!
Thnaks for your quick reply!