morrisonfirestick
Forum Replies Created
-
Rolling back the Simple CAPTCHA Alternative with Cloudflare Turnstile from 1.37.0 back to 1.36.1 has fixed the problem temporarily.
Any input please?
Can anyone help? I inspected the page and am receiving these errors in the console:
JQMIGRATE: Migrate is installed, version 3.4.1
api.js?render=explicit:1 [Cloudflare Turnstile] Nothing to remove found for the provided container.
b @ api.js?render=explicit:1Understand this warning
normal?lang=auto:1 Request for the Private Access Token challenge.
normal?lang=auto:1
normal?lang=auto:1 Note that ‘script-src’ was not explicitly set, so ‘default-src’ is used as a fallback.
OK @ normal?lang=auto:1Understand this error
normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally.Understand this warning
normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally.Understand this warning
normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally.Understand this warning
normal?lang=auto:1 The resource https://challenges.cloudflare.com/cdn-cgi/challenge-platform/h/g/cmg/1 was preloaded using link preload but not used within a few seconds from the window’s load event. Please make sure it has an appropriateasvalue and it is preloaded intentionally.Understand this warningI should note that this did work a few weeks ago. Something changed and now the submit button is not clickable. If I disable the turnstile plugin, the button becomes clickable again.
Forum: Themes and Templates
In reply to: [OceanWP] Adding Google Tag specificsThank you for the reply.
I tried performing your steps. I can successfully create a child theme complete with imported customization, and per what I’ve read, copy the header.php file from the ‘primary’ theme, and paste it into the child theme. From there, I modify the header.php in the child theme and insert the first snippet of code from Google. No issues at all.
The problem is editing the functions.php in the child theme. I insert your code and replace where you indicated with the snippet of Google code. The moment I save the changes to the functions.php file, it completely breaks my website and I have to perform a restore.
Please advise. I am copying and pasting the code correctly into the header.php and functions.php files.
Thanks.
Forum: Themes and Templates
In reply to: [OceanWP] Adding Google Tag specificsThank you for the reply. The document explains to create a child theme and then paste the code into the head part of the file. That would apply to the first part of the snippet which Google says to paste the code there.
But my problem is the second snippet of code that Google says to paste right after the <body> tag.Where do I paste that exactly? (Check my inquiry again on WordPress as I posted the actual code from my header.php file)
Forum: Themes and Templates
In reply to: [OceanWP] Adding Google Tag specificsThese are the only body tags I see my header.php file:
>
<body <?php body_class(); ?> <?php oceanwp_schema_markup( 'html' ); ?>>
<?php wp_body_open(); ?>