Akiko Design
Forum Replies Created
-
Hi Shaylee,
Is there a fix on the way for this? It’s causing us a lot of grief across nearly 100 sites that we manage!
Regards, Akiko Design.
Hi,
Thanks for the reply. I’m still unsure whether your plugin is compatible with Google’s consent mode though.
I’m referring to this feature here: https://developers.google.com/tag-platform/devguides/consent
The information on your page only talks about the tracking scripts being fired once consent is given which is how we currently have it configured, but we want to fire the scripts prior to the user clicking accept but with the below parameters:
gtag(‘consent’, ‘default’, {
‘ad_storage’: ‘denied’,
‘analytics_storage’: ‘denied’
});Then once the user gives consent the below should be fired:
function consentGranted() {
gtag(‘consent’, ‘update’, {
‘ad_storage’: ‘granted’,
‘analytics_storage’: ‘granted’
});We could code it all manually, but for it to work we need your accept buttons to include onclick=”consentGranted”.
Can you clarify if your plugin is fully compatible with Consent Mode, maybe I’ve misunderstood something. If it’s not, we’re being asked by the client to explore alternative cookie control providers.
Kind regards, Colin
Forum: Plugins
In reply to: [Spectra - WordPress Gutenberg Blocks] Fatal Error 2.6.4We’re also seeing a fatal error after updating to 2.6.4:
2023/06/06 10:37:25 [error] 25893#25893: *1930419 FastCGI sent in stderr: “PHP message: PHP Warning: Undefined variable $combined_selectors in /www/xxx/public/wp-content/plugins/ultimate-addons-for-gutenberg/includes/blocks/call-to-action/frontend.css.php on line 502PHP message: PHP Warning: Trying to access array offset on value of type null in /www/xxx/public/wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-helper.php on line 841PHP message: PHP Fatal error: Uncaught TypeError: array_merge(): Argument #1 must be of type array, null given in /www/xxx/public/wp-content/plugins/ultimate-addons-for-gutenberg/classes/class-uagb-helper.php:842
Is there no update on this ticket?
We’re seeing the same issue across a number of client sites!
Forum: Plugins
In reply to: [Print-O-Matic] Do Not Print & Multiple ElementsNot to worry on this, we have managed to achieve it through custom CSS rather than the plugin settings so all good.
Forum: Plugins
In reply to: [Send PDF for Contact Form 7] “Array” appears in email contentYes we are also seeing ‘Array’ appear at the end of the email body.
In addition, the password protection for the PDF documents is no longer working; not sure if this is since the latest update?
Hi Kriti,
We are using the below on the results page:
“You got %AMOUNT_CORRECT% question(s) correct out of a possible %TOTAL_QUESTIONS% (%CORRECT_SCORE%%).”
But it’s not just the results page, the actual score recorded in the back end only states 45/50 even though I know it was 50/50.
Are there download links for previous versions of the plugin anywhere as our client is now getting a bit upset as the competition should of launched on Monday as part of a wider commercial deal with a new partner.
Regards, Colin
PS. Ours is just a simple multiple choice quiz using the correct / incorrect grading system.
Hi Kriti,
We are experiencing the same problem, running version 7.1.2 on the latest version of WordPress.
We’ve got a new quiz waiting to be released, it has 50 questions. No matter what I do it only ever gives a score of 45/50 even though I know all 50 answers are correct. The list of answers on the results page even states that all 50 answers are correct.
Something strange going on with the scoring.
Can you assist please?
Thank you, Colin