Henk Verlinde
Forum Replies Created
-
Forum: Plugins
In reply to: [WPBruiser {no- Captcha anti-Spam}] The load on the websiteIt is even worse in my case: the plugin just blew up my server. I am staying away from this plugin -;)
Forum: Plugins
In reply to: [MC4WP: Mailchimp for WordPress] False Please confirm subscription email sentSo, the HTML Forms Mailchimp action is double opt-in.
I removed the Mailchimp action in HTML Forms, and used the MC4WP custom integration option. And it works OK now.
Forum: Plugins
In reply to: [Theme My Login] Hide widget for logged out usersSuper, thanks!
$.fn.showCookieNotice https://example.com/app/plugins/cookie-notice/js/front.js:164:3 <anonymous> https://example.com/app/plugins/cookie-notice/js/front.js:61:4
Forum: Plugins
In reply to: [Optimus - WordPress Image Optimizer] Remove Notice Renew LicenseAh, clear. I had to manually delete the options from the database – I use composer to uninstall /install plugins.
Thanks!
Forum: Plugins
In reply to: [Optimus - WordPress Image Optimizer] Remove Notice Renew LicenseHello Sebastian,
Thanks for your swift reply. Unfortunately, that did not do the trick.
Also, I deleted all (expired) transients. But that did not help either. Source:
https://github.com/keycdn/wp-optimus/blob/master/inc/optimus_hq.class.php
Any other thoughts?
Thanks!
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Slash error rel linksAnd, thank you!
I switched to absolute URL’s now. Good article by Moz. This article by KeyCDN adds to that nicely.
Best, Henk
Forum: Plugins
In reply to: [The SEO Framework – Fast, Automated, Effortless.] Slash error rel linksHi Sybre,
Ah, I now see that the domain name is missing -;)
1. Yes, I use Roots’ Soil plugin for relative URL’s. But, no minification plugin.
2. Yes, the canonical URL is relative:<link rel="canonical" href="/library/2017/" /> <link rel="next" href="https:///library/2017/page/2/" />
Cheers!
Forum: Plugins
In reply to: [Inpsyde Google Tag Manager] Data not savedHi Christina,
No errors with browser dev tools.
Using
Twenty Fifteen
theme w/ ONLYInpsyde Google Tag Manager
plugin activated.The issue occurs in both the latest Chrome and Firefox.
Please note, my WordPress website is installed in a subdirectory:
/wp/
. I am using Trellis/Bedrock/Sage by Roots.Cheers
Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] Freemius errorsMy final conclusion. The temporary memory consumption jumps are most likely not related to Freemius /CAS. The memory consumption remains stable.
@intoxstudio & @svovaf thanks again and good luck!
Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] Freemius errors@intoxstudio thanks for your help and @svovaf thanks for stepping in.
I replaced
Content Aware Sidebars 3.7.1
with my (temp) cloneContent Aware Sidebars 3.7.2-alpha.1
(Content Aware Sidebars 3.7.1 w/ Freemius 1.2.3) and pushed it to production (no other changes).First results
– No Freemius related error messages
– First 30 minutes: memory consumption is stable and dropped w/ 10% (as opposed to the normal memory consumption)
– Next 30 minutes: memory consumption increased w/ 20% but is stable (so is now 10% above normal)I’m curious for the next 24 hours. I’ll monitor closely and keep you in the know.
P.S. It looks like a DotBot (visited after the first 30 minutes) is responsible for the memory increase – I/m investigating
Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] Freemius errorsAfter every deployment I have to apply your fix to get rid of the error messages.
Next to that, it looks like Freemius is taking up substantial memory – increasingly. With no further action, my server comes to a grinding halt.
I’m still testing w/ your plugin uninstalled /installed. Today I increased PHP-FPM memory, reprovisioned, redeployed and applied your fix again. I’ll keep you in the know on the outcomes.
A Freemius remove_filter would be nice.
Forum: Plugins
In reply to: [CAOS | Host Google Analytics Locally] Add Optimize code to analytics snippetOK, thanks. Looking forward to it then -;)
Forum: Plugins
In reply to: [Content Aware Sidebars - Fastest Widget Area Plugin] Author ArchivesAhh – I completely missed the settings button. Thanks, Joachim!
Digging deeper, I learned that the data is stored in either the
posts
table or thepostmeta
table.So, when I changed
'scope' => 'ventizo_hypothesis'
to'scope' => 'post'
it does work OK.- This reply was modified 8 years, 1 month ago by Henk Verlinde. Reason: Update code formatting