Marcel Pol
Forum Replies Created
-
Forum: Plugins
In reply to: [La Sentinelle antispam] Forminator SupportHello and sorry for the slow reply.
Thank you for coming back on it. I only tested the PHP code, but aparently the JavaScript code needed testing as well ??
This plugin requires form fields to have an id attribute. Could you test it with the version on Codeberg again?
Regards, Marcel
Forum: Plugins
In reply to: [Zeno Report Comments] the “report comment” button no longer appearsHello Timothée,
Thank you for the report. It is fixed in version 2.1.2, which has just been released. Can you confirm it works?
There is no way to undo the moderation that has happened.
Regards, Marcel
Forum: Plugins
In reply to: [La Sentinelle antispam] Spams are coming againHello Li-An,
That is unfortunate.
Do you know if spambots execute the JavaScript? Or could it be manual labor?The Stop Forum Spam service might be good, that is harder to beat. But that only works if the IP address has been reported already.
You could try the AJAX spamfilter, I would be curious to know if that yields better results.
Forum: Plugins
In reply to: [La Sentinelle antispam] Forminator SupportHello again,
Could you try the updated version from:
https://codeberg.org/cyclotouriste/la-sentinelle-antispam
It has forminator support. It requires that you enable it in the settings of this plugin.
Can you tell me if it works for you?Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] reinstall problemGood to hear ??
Forum: Plugins
In reply to: [Gwolle Guestbook] reinstall problemHello,
The plugin and its files being installed is separate from the database with messages.
I haver no idea what is left from the previous install. Do you have FTP access where you can remove the old folder in
/wp-content/plugins/gwolle-gb
?
If so, then reinstalling the plugin zip file should be possible again.
If you canot manage this, you could ask your hosting provider to do this, so you can install the plugin files again.Forum: Plugins
In reply to: [La Sentinelle antispam] Forminator SupportHello,
Thank you for the suggestion. I will look into it if it is feasible to add support.
Regards, Marcel
Ah, yes, that is a “funny thing” on this forum.
The quotes around “DESC” on this forum are changed to double backticks, not real quotes. Changing it manually in the editor for real quotes will make it work right.
I mean, now it is “”DESC””, which makes it the value “DESC” instead of DESC.
Ehm, you get it? ??
Forum: Plugins
In reply to: [Gwolle Guestbook] Infinite scroll is not translatedI see it now.
It seems that the user defined language is used in the dashboard. On the frontend the site defined language is used.
I assume that actions through AJAX are regarded as admin dashboard, that is why the dashboard language is used.
I don’t know enough about this, I am sorry.
What I do see, is that if this code is used:
add_filter( 'pre_determine_locale', 'get_locale' );
All pages, admin and frontend and ajax, are following the user defined language.Hi, with version 2.1.2 there is now a parameter in the shortcode for ordering, like order=”DESC”.
Regards, Marcel
Forum: Plugins
In reply to: [Custom Taxonomy Order] Tutor LMS category sortHi,
Could you tell how you created this page? Does it contain a list of categories? Or is it a page with lessons from a category.
Lessons is a WordPress Post. This plugin only sorts categories, tags and terms.
There might be a misunderstanding (with you or with me ?? ).
Regards, Marcel
Forum: Plugins
In reply to: [Super Simple Event Calendar] Feature Request: Display past events?Hi, with version 2.1.2 there is now a parameter in the shortcode for ordering, like order=”DESC”.
Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Infinite scroll is not translatedHi Samuel,
For me in default French, it works.
I have no explanation for this difference.
Maybe you can install the plugin Query Monitor and see it that says anything about missing translations.
Regards, Marcel
Forum: Plugins
In reply to: [Gwolle Guestbook] Guestbook for each pageHi, this is written in the FAQ:
How can I use Multiple Guestbooks?
You can add a parameter to the shortcode, like:
[gwolle_gb book_id=”2″]
This will make that page show all the entries in Book ID 2. In case
you read this on www.remarpro.com, the quotes are supposed to be standard
double quotes, no backticks.With multiple guestbooks, how do I keep track?
There is no need to use id’s that are incrementing.
If you have a lot of guestbooks on lots of pages, you can just use the
id of the post as the id of the guestbook. That way you won’t have
double id’s.
You can set the book_id automatically to the post_id with this shortcode:
[gwolle_gb book_id=”post_id”]
By the way, sorry for the really slow reply. I have missed a few topics apparently. I never received an email, I only see it just now in my RSS feed.Forum: Plugins
In reply to: [Gwolle Guestbook] Impossible to delete a messageHello,
Most probably there is a JavaScript error in your website.
You can go to the page. Press F12 (or right-click and select “Inspect Element”). Then choose the Console-tab and refresh the page. You should see an error. Can you share that error here?
On the frontend of the website I do see an error that is related to ReCaptcha:
Uncaught TypeError: can’t redefine non-configurable property “rwt”