heredatedwp
Forum Replies Created
-
Forum: Plugins
In reply to: [Leaflet Map] is it possible to create something like this?Hey everyone,
I’ve been thinking about this for a while, and I finally came up with an approach that meets my requirements. I’m sharing what I’ve done here in case someone is looking for something similar.
What i’m trying to achieve is to get a map with information in both leaflet-marker and in a div below the map.
as stated here, is impossible without custom code… BUT what can be done is when user click in a leaflet-marker, automatic load a link (https://leafext.de/extra/markerurl/)
So you can redirect the user’s click on a marker to an anchor below the map:
[…]
[leaflet-marker y=0.0712890625 x=0.028076171875 title=Here]#HereAnchor[/leaflet-marker]
[…]
<h2 id=”HereAnchor”>Information</h2>
<p>Here you can find the information</p>
[…]
I hope this is helpful to someone! Let me know if you have any questions or ideas for improvement. πCan I send you a link in a email direction?
I’ve changed shortcode:
[listmarker update=false hover]
Now script is:
<!–
window.WPLeafletMapPlugin=window.WPLeafletMapPlugin||[];window.WPLeafletMapPlugin.push(function(){let propertyName=””;let overiconurl=”https:\/\/URL\/wp-content\/plugins\/extensions-leaflet-map\/pict\/marker-icon-red.png”;let collapse=false;let update=false;let hover=true;let highlight=”rgba(255, 255, 255, 0.8)”;let maxheight=0.69999999999999996;let maxwidth=0.5;leafext_listmarker_js(propertyName,overiconurl,collapse,update,hover,highlight,maxheight,maxwidth);});But code below shortcode still doesn’t work.
Will wait for fix on repo.
Thank you.Forum: Plugins
In reply to: [Extensions for Leaflet Map] listmarker conflict with visibleThank you for your answer.
I see. I was using a marker to show info to users… but I can live without it.
I’m actually using x and y… it’s working, at least at this moment hahaForum: 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!
Hello.
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 FormsSorry, 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.
can I send you the link in a email?
vanilla 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…
Hello, 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.