Erik Molenaar
Forum Replies Created
-
Forum: Plugins
In reply to: [We’re Open!] Special hours from Google My Business are ignoredOkay, looking forward if the Google MB API will be integrated in your plugin ??
Thanks!
Forum: Plugins
In reply to: [We’re Open!] Special hours from Google My Business are ignoredThanks for your prompt reply ??
For the record: does the My Business API support the special hours in their response?
Looking forward to your reply. Thanks!
This is solved, the code snippet was missing a required priority setting ??
Hi Thomas,
I have set up a fresh install at https://dev2.erikmolenaar.nl of:
Wordpress 5.7.1
Woocommerce 5.2.2
GTM4WP 1.12.2And I am still getting the same error, $dataLayer is just empty.
Screenshot: https://www.screencast.com/t/dxUxj0loNC
Is this filter ‘gtm4wp_compile_datalayer’ still available? Or has something changed in one of the recent versions of your plugin?
Thank you and have a great weekend.
GTM4WP includes a backend and a frontend based protection against double tracking of conversion but still sometimes this happens.
I think I have a great idea to make your protection more accurate. Why not only fire the ecommerce data when the order-received page is viewed within XX (e.g. 5) minutes after payment?
I believe this is it:
$order->get_date_paid()
As shown in Woocommerce order backend:
Looking forward to your 50 cents.
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Move “Act as Spam Bot’ option to ToolbarHi,
I noticed the option “Disable Honeypot Test Widget” in the plugin settings.
I’ve set it to YES, but the widget is still showing on my Woocommerce checkout.Looking forward to your reply. Thanks.
Kind regards
ErikI checked my stats some more. Last few months I had 429 orders, of which 7.2% was duplicated twice or more.
80% are mobiles, 9% tablets (my website traffic consists of 60% mobile users).
It mainly happens on the browsers Samsung Internet and Chrome.If you like, I can give you access to my GA. But I can’t seem to find a common factor that is causing these duplicate transactions.
Please advice. Thanks!
I did some more research and about 4% of my 600 monthly orders are affected. All from mobile devices, except one from a desktop.
Some even duplicate over multiple days, like below gremlin. It almost seems like the user bookmarked the order-received page! What’s going on here? :-O
Thanks for helping out ??
Forum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Move “Act as Spam Bot’ option to ToolbarForum: Plugins
In reply to: [WP Armour - Honeypot Anti Spam] Mark an entry as spam@tekgirlymama I don’t agree ??
A little tiny hidden field really is not gonna stop a decent bot. Even with JS. Really. 1980’s stuff.
Actually, a honeypot works pretty darn well to stop the majority of bots.
A simple field which human can’t fill in, and bots do.I def assume IP control or known IP DB integration for spam control would also be of use.
The beauty of a honeypot is that it is a local solution. It does not call and rely on external servers to transmit your client data: IP address, the message contents, their full contact information etc. Which I don’t like because, it:
– Is an absolute killer for privacy of your clients
– Increases loading times to transmit all these data to 3rd party services
– Creates dependency on these 3rd parties being available and affordableIf you want all that, you better switch to (a paid service such as) Akismet or Cleantalk. And I confess: they block almost 99%. And keep a log containing all your data.
I rather have a good honeypot plugin which blocks 80% of SPAM, values my privacy and won’t make me dependent of the whims of a 3rd party.
@dnesscarkey Keep up the good work, keep it simple and please don’t add any external calls!
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] HTTPS/ SSL warning messageGetting “Undefined index: HTTP_HOST” in the admin.
Same issue here.
Forum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Automated scanning not workingI updated to 1.14.1 but now the scheduled scanning settings “Automated Scanning” and “Scanning time” completely disappeared. I suspect it is due to the following:
I am also getting this permanent warning nag:
Like many other WordPress sites, I indeed set DISABLE_WP_CRON to true to disable the virtual WP cron and set up a real cron job. For many sites, this is the recommended setup so nothing fancy ??
Can you please bring back the settings part if this constant is applied and remove this permanent nag? Thanks.
Kind regards
ErikForum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Automated scanning not workingHi Ryan,
I tried your suggested fix by setting a different time, but it does not work.
– At the “Summary” widget at “Report” it does not show the next scan time.
– And I also can’t see any crons being added added to execute the scheduled scan.If you like to me to set up a staging site to demonstrate the bug, please let me know.
Thanks,
ErikForum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Automated scanning not workingForum: Plugins
In reply to: [WPScan - WordPress Security Scanner] Automated scanning not workingI tried both, but with no result.
I can set up a development server for you to tinker if you like? If so please contact me on info AT erikmolenaar.nl
Thanks for your help ??