dfounde
Forum Replies Created
-
Forum: Plugins
In reply to: [WordProof Timestamp] 3.0.0 settingsYup – i too have just updated and now have no options or settings. hopefully its just an oversight.
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Disable ElementorI’m using cache enabler too, but doesn’t seem to use cmb. I’ve disabled all plugins and still the same.
I’m using the TagDiv newspaper theme.
If the integrations are minimal I can live with that.
It’s a fantastic plug-in you’ve created, it’s just the “reduce unused JavaScript that’s bugging me.Thanks for your reply
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Inline Google Fonts CSS Does WorkIt does work. it effectively looks for the fonts used and inlines them. what it doesn’t do is defer the font, so it can become render-blocking.. a feature I think this plugin needs.
in your <head> add this
<link rel=”preconnect” href=”https://fonts.gstatic.com” crossorigin>
<link rel=”preload” as=”style” href=”(font CSS URL here)”>
<link rel=”stylesheet” media=”print” onload=”this.onload=null;this.removeAttribute(‘media’);” href=”(font CSS URL here)”>
<noscript>
<link rel=”stylesheet” href=”(font CSS URL here)”>
</noscript>(font CSS URL here) = needs to the full URL of the font style(s). example:
https://fonts.googleapis.com/css2?family=Poppins:wght@100&family=Roboto:wght@100&display=swap”</head>`
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Disable Elementorjust an update…
within admin.php in the plugin there is a few lines of code for Multicheck box. the plugin also uses the CMB2 plugin integrated.
I’m guessing its something to do with the saving the checkbox value to cmb. i also noticed that there is a few lines of code that “fix this issue”. but its not fixed.
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] Disable ElementorI was just about to write a support request for the same thing.
i use TagDiv theme and have no use for the plugin intergrations. I’ve I uncheck them and save,it just checks them again. it could be a little bug in the plugin, but it does, in my case add “unused JS” into my page.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] WP Forms lite & RecaptchaHi @aahulsebos
My cache took a while to clear.It appears the issue is with WP forms.
With the integration turned off the issue is still there.
This ticket can be closed and I’ll raise the issue with WP Forms.
Thanks
i have the same issue, and it appears to have added a rogue <p> tag causing a shift and duplication of an image.
the above css didnt work for me
- This reply was modified 3 years, 7 months ago by dfounde.
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] WP Forms lite & Recaptchanothing has changed.
other than an update from complianz and 2 days later an update from wp forms.
if i disable the integration it works fine.
i can re-enable to integration on my site for you to check if you want?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Javascript errors detectedJust an update @aahulsebos.
I’ve figured the error out..
They are admin ha errors. Caused by google site kit modules. they don’t seem to affect anything though.. bit odd.Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Contact Form 7 version 5.4@aahulsebos yes very clear! Thanks.
However. I set my recaptcha in the complianz settings to auto block. Once accept all is clicked recaptcha works.
So I’m my case. I don’t need to use your guide? Am I correct?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Contact Form 7 version 5.4Thanks @aahulsebos, I’ve decided to go with wp forms. I’ve used CF7 for years. But it’s becoming too complicated with other plugins. It’s like the developer doesn’t want to integrate.
So I use wp forms. With their recaptcha v3 I’m presuming there’s no issues with this integration?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] Contact Form 7 version 5.4I’m somewhat confused with this.
Are we to install the wp consent api? Or choose a different contact form option?
Cf7 5.4 has some major issues reported and isn’t functional.
I understand if I’m on <5.4 everything is fine. But you also mention google recaptcha.
What if we have a separate recaptcha v3 plugin?
So what is it we are to do? Install wp consent api and all is well or choose a different contact form plugin.
?Forum: Plugins
In reply to: [Contact Form 7] A big bug In the New upadteSame here, getting all sorts of undefined errors. forms not submitting, recaptcha not working. even disabled caching and still the same.
Rolling back
Ah ok. So it’s definitely working fine and as it should. It’s just the feedback that you guys need to sort?
just an update.
although it seems to be working…
im seeing all 3 options, functional, statistics and analytics
however the only two that are being fired are
fire cmplz_event_functional
fire cmplz_event_marketingany advice?