Jamie Burchell
Forum Replies Created
-
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot Integration – Opting back inThanks @antoiub
As HubSpot supports more granular choices than just “marketing” it would indeed be great to have this work in a similar way to Google Consent Mode V2 with Google Tags – always run the HubSpot script and pass the various consent states through to HubSpot.
I plan to configure the HubSpot account with the granular choices, hide their banner with their suggested JavaScript and pass the consent states through when the relevant Complianz categories are opted into. With that, does Complianz allow us to always include a script (such as the HubSpot tracking snippet) or is this always bound to a consent category?
Forum: Plugins
In reply to: [Complianz - GDPR/CCPA Cookie Consent] HubSpot Integration – Opting back inIs there a reason why Complianz does not use the HubSpot Cookie Consent API to set the states, rather than a fake button click on the HubSpot banner?
Forum: Plugins
In reply to: [W3 Total Cache] Missing Elementor CSS pages when using page cacheGood find @tebokkel
I’m surprised more users don’t complain about the issues that code attempts to resolve.
Funnily enough, I run W3TC with Bricks Builder and never encounter these problems. Probably because Bricks generates the required assets ahead of time.
@flippercode0505 The API key was missing for me too and saving a location crashed with a fatal error. I don’t know what that error was, because there is nothing in my SiteGround logs. When I deactivated and reactivated the plugin the API key came back (version 4.8.4). Noticed that I have the API key in
wpgmp_api_keyandwpgmp_settingsnow.Thanks for confirming @misulicus !
Thanks @misulicus I have not seen any more of those exceptions.
Is what I wrote above RE legacy emails OK?
Thanks
@japenz This is fixed in the latest release version 1.0.256
@jeremrm Confirmed that this is now fixed in Version 1.0.256
Forum: Plugins
In reply to: [W3 Total Cache] Defer attribute on scripts being removed?Think I found the cause @vmarko
This regex doesn’t match the string
defer="defer". I’ve opened a Github issue.Forum: Plugins
In reply to: [W3 Total Cache] Defer attribute on scripts being removed?I just disabled all plugins except Gravity Forms, Gravity Forms reCAPTCHA and W3TC. Only enabled minify. Cleared all caches and reset to a default theme.
Minify enabled:
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=X&ver=2.0.2" id="gforms_recaptcha_recaptcha-js" defer="defer" data-wp-strategy="defer"></script>
<script src="https://example.local.test/app/cache/minify/e2eea.js"></script>Minify disabled:
<script type="text/javascript" src="https://www.google.com/recaptcha/api.js?render=X&ver=2.0.2" id="gforms_recaptcha_recaptcha-js" defer="defer" data-wp-strategy="defer"></script>
<script type="text/javascript" src="https://example.local.test/app/plugins/gravityformsrecaptcha/js/frontend.min.js?ver=2.0.2" id="gforms_recaptcha_frontend-js" defer="defer" data-wp-strategy="defer"></script>I’m stumped as to why it’s getting stripped out.
I just realised I should have posted this in the SCF support thread. Apologies.
Forum: Plugins
In reply to: [W3 Total Cache] Defer attribute on scripts being removed?Hi @vmarko
Both options on both websites are set to “Default (Blocking)”
@jaideeprm Many thanks.
Further to my last, drag and drop of product categories is also broken when RankMath is enabled.