heredatedwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] is it possible to create something like this?Thank you for your time.
I have been trying with chatgpt, but is a project too big for my actual knowledge.
Forum: Plugins
In reply to: [Leaflet Map] dsiable vertical dragging, but not horizontalHello, Gesture handling is definitely what I was searching for.
I did know about the existence of extensions for leaflet map, but for some reason I didn’t know about gesture handling optionThank you!
Forum: Plugins
In reply to: [Captcha for WordPress] math captcha cannot be resolvedHello.
It’s working fine now!
thank you!
Forum: Plugins
In reply to: [Conditionally Load CF7] support for ultimate addons for cf7I’m seeing here ( https://wpscan.com/plugin/ultimate-addons-for-contact-form-7/ ) that this plugin had multiples sql injections vulnerabilities past year…
So maybe it’s better to stick with classic plugins as Contact Form 7 Conditional Fields and Contact Form 7 Multi-Step FormsForum: Plugins
In reply to: [Captcha for WordPress] no logs of timeSorry, I forgot to answer and I dont wanna “ghost”.
it seems to be working now:
Timer Data: Form loaded: 17.06.2024 10:00:04 [1718618404.2253],Form submitted: 17.06.2024 10:02:22 [1718618542.6718],Time passed: 138447 ms, 138 sec,
Timer Data PHP: Form loaded: 17.06.2024 10:00:04 [1718618404.2253],Form submitted: 17.06.2024 10:02:22 [1718618542.6718],Time passed: 138447 ms, 138 sec,
Timer Data JS: Form loaded: 17.06.2024 10:00:04 [1718618404.932],Form submitted: 17.06.2024 10:02:22 [1718618542.401],Time passed: 137469 ms, 137 sec,
Log Message:
So we can close this as a resolved!Thank you for your time.
Forum: Plugins
In reply to: [WPS Hide Login] Password Protected Pages Not Working after Latest UpdateHaving same problem.
I thought it was problem of wordpress 6.5.4 update, but after a couple hours of debugging the problem is this plugin for sure.I’m running PHP 8.2 too
- This reply was modified 5 months, 2 weeks ago by heredatedwp.
Forum: Plugins
In reply to: [Captcha for WordPress] no logs of timecan I send you the link in a email?
Forum: Plugins
In reply to: [Captcha for WordPress] no logs of timevanilla contact form 7 + Conditionally Load CF7.
I have already clear cache and tried with chrome and firefox, phone and desktop. Even restarted server. but its not refreshing.I can see its working clicking f12 and watching logs:
{
“hash”: “$2y$10$JrwW1EfSEKvDZz90wvdY7eT/fLxVNng9vq80ALBioF464ML7lhyBe”,
“label”: “6 * 1 = ?”
}{
“hash”: “$2y$10$GF8cM7sHYscew2B3kCbsyuzynQvUium4OoXatfuFEbkNS0Fbsy7Uu”,
“label”: “6 * 2 = ?”
}but changes has not been made to what a human can see… it’s weird…
Forum: Plugins
In reply to: [Captcha for WordPress] no logs of timeHello, thank you for your update.
time based protection is gone for settings. is this expected?
I dont know if is only me, but clicking on refreshing captcha with math option is not giving new math operations
Forum: Plugins
In reply to: [Helpful - Article Feedback Plugin] a sugestion!hello DAEXT, thank you for your plugin and for you support,
Sorry, I’m not fluent in English. I don’t understand this part:
This option seems appropriate only when the comment feature is disabled.The option to receive feedback with only a click on thumbs up/down is there already, you just need to disable comments form.
With this option enable the “Submit/Send” button will not be displayed at all.
So if I understand correctly, if there are not any send button, the text will be send when user left the page?
What I see is that I receive more feedback when comments forms are disabled, so I’m guessing some users, when comments form is enabled, just click on thumbs down and don’t click on send because they don’t want to write text or because they don’t understand more action is necessary…
But I understand this present some technical challenges to overcome…Forum: Plugins
In reply to: [IP Location Block] no permissions to make changesHello,
Thank you for your support. I followed your instructions and they made ip location block work again!
I disable the plugin , run the mysql code and delete the plugin folder with a rm from terminal. The excepcion was the directory wp-content/mu-plugins/ was empty, I deleted ip-location-block from plugins.
This is what i’ve done after installing again ip-location-block:
I changed options to enable blacklist and add codes for countries. check save: Everything seems to work again.
click save again: no problems.
Enable mu-plugin again, click save: it seem to save settings.
click save again: you don’t have permissions and mu-plugins folder is empty.
so maybe something is not copying the file inside and it’s failing because that.Finally, for me it’s now fine without mu-plugins enabled, but I am willing to test if you want to debug.