Marcel Pol
Forum Replies Created
-
Forum: Plugins
In reply to: [Gwolle Guestbook] Darstellung zerhacktHi,
The slider plugin is not a concern for the guestbook.
Though when time permits you could look into a replacement for that, there will come a day that it will break on you.
https://ww.wp.xz.cn/plugins/slider/For the guestbook CSS< you have an option in QM which says Styles. When you click on that, you will see all the CSS files that are trying to get loaded.
Do you see the next line in it?Footer
gwolle_gb_frontend_css
domain.nl
wp-content/plugins/gwolle-gb/frontend/css/gwolle-gb-frontend.css
That would mean it is trying to load the CSS file.
If it’s not listed, than for some reason it is not being loaded.You are not perhaps using a filter to not load CSS, are you?
See here:
https://plugins.trac.ww.wp.xz.cn/browser/gwolle-gb/trunk/docs/filters/gwolle_gb_enqueue_frontend_css.txtRegards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Moderate Guestbook now workingSorry, I don’t know then. It is a default setting, more users would complain if it was a general bug. It must be an integration issue with something else.
I see 2 years ago you had an issue setting up default moderation. Could it be you use a browser addon that does anything in this regard?If you want me to take a look, could you share the address of the website?
Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Moderate Guestbook now workingHi Libera,
Aha. Well, it could be that the plugin simply adds the entry after posting, but that it is only available to you.
When you refresh the page, do you see it still?Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Moderate Guestbook now workingHi,
Could it be you are logged in? That way it will not be moderated, since you already are moderator.
Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Darstellung zerhacktHi Thomas,
For some reason the CSS doesn’t get loaded. Which is strange, because the JavaScript does get loaded, and both are loaded from the same PHP code.
Could you install the plugin Query Monitor?
Then on the guestbook page, there should be an extra menu entry into the admin toolbar. Could you look into if the CSS files get loaded, how they are listed in there?regards, Marcel
Hi John,
Thank you π
The timeout spamfilter is called that for history reasons. It now runs directly after loading the page and runs only once. That is all there is to it π
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] My ID declared as “unwanted” by La SentinelleHi HervΓ©,
I see it. For some reason the fields are still not updated. I don’t understand why. The fieldnames in the html form and in JavaScript now do match, but they don’t get updated.
Maybe it’s an idea to disable all spamfilters, like honeypot and timeout, and only keep Stop Forum Spam enabled. Would that be a good idea?
I’m sorry I cannot really seem to help you.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] Does The ‘Stop Forum Spam’ Service Load Extra Files?Hmm, I see it does sometimes work. The email address and IP address get taken in as well. So I don’t know how to test π
I tested locally, and with a local address it was seen as a spammer.
Forum: Plugins
In reply to: [La Sentinelle antispam] Does The ‘Stop Forum Spam’ Service Load Extra Files?Hi Piet,
As username, use ‘spammer’.
Then check to see the statistics under Settings > La Sentinelle > About. It should increase the counter on registration.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] My ID declared as “unwanted” by La SentinelleHmm, interesting π
It turns out the Javascript is not being executed correctly. The field names are not the same in the settings and in the form. Those field names are created based partly on the hostname.
I see the domain name of the website is in CAPITAL letters. Could you go to Settings > General and make them into small letters? That might make a difference.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] Does The ‘Stop Forum Spam’ Service Load Extra Files?Hi Pieter,
Yes, I think the classic shortcodes and widgets of WooCommerce are supported. There is an option to enable it on the checkout form, please test carefully.
The block based forms are not supported as far as I know.Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] La sentinelle creates JS errorsHi Serge,
Thank you for the report. I saw this too.
It is fixed in 4.1.0, released this morning.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] My ID declared as “unwanted” by La SentinelleHi Li-An,
Yes, you are correct. Sorry for not clearing that up.
This plugin doesn’t use your ID, email address or anything like that. Only if you enabled stop Forum Spam, which is off by default.
This plugin runs a few JavaScript functions in a form to determine if it’s a human with a browser, or a bot that simply fills in form fields at random.
HervΓ©, if you want me to look at what is happening, I can only see things when the plugin is activated. Currently it’s not activated. I don’t see anything wrong currently.
My advise would be to only have the timeout and honeypot spamfilter enabled. If that doesn’t work, then maybe caching is involved.Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] Does The ‘Stop Forum Spam’ Service Load Extra Files?Hi Pieter,
SFS doesn’t work like reCaptcha or other services like that. It doesn’t load anything in the frontend. Only after submitting a form, does a request get sent to the Stop Forum Spam service. It sends the IP address, email address and username, and receives an estimated score of spam.
This is the code:
https://plugins.trac.ww.wp.xz.cn/browser/la-sentinelle-antispam/trunk/spamfilters/lasent-stop-forum-spam.phpIt is only used for the 4 forms in WordPress core: login, register, password-reset and comments.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] Site LockoutHi Pieter.
It might be the AJAX filter.
What might also happen is dat de page is cached in the browser with input fields that still hold their values from the last time. I’m not really sure what happened.
Currently there is no option to whitelist IP addresses. That is a good idea though.
Disabling the plugin can be done by logging in through FTP and renaming the folder of the plugin.
Regards, Marcel