heyyoufinance
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorHas anyone had any luck resolving this issue?
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorI’m glad I’m not the only one experiencing this issue. I believe it’s evident that there are some compatibility issues with WordPress/block editor/maybe certain themes/HTML codes. Unfortunately, I’ve not been able to find a solution. Yes, switching to Classic editor works, but it’s not a sustainable solution for the long term in my opinion. My theme is Generate Press for reference. I’m hoping since this is looking to be a widespread issue, WordPress works out the kinks.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorHere is my error message when looking at Console
Uncaught T message: "adsbygoogle.push() error: All ins elements in the DOM with class=adsbygoogle already have ads in them." name: "TagError" pbr: true stack: "TagError: adsbygoogle.push() error: All ins elements in the DOM with class=adsbygoogle already have ads in them.\n at np (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:235:210)\n at cp (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:231:340)\n at https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:226:47\n at di.n.oa (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:85:794)\n at Vi (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:100:1098)\n at Zo (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:226:29)\n at Yo (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:223:69)\n at https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:243:475\n at di.n.oa (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:85:794)\n at Vi (https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587:100:1098)" <a href="https://codex.wordpress.org/Prototype">Prototype</a>: Error constructor: ƒ T(a) <a href="https://codex.wordpress.org/Prototype">Prototype</a>: Object- This reply was modified 4 years ago by Steven Stern (sterndata).
- This reply was modified 4 years ago by Steven Stern (sterndata).
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorNo, I am adding HTML. I have inserted ads this way for over 50 posts and it has not been an issue until now.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorHost claims that it’s an issue with the block editor.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorI removed that line from the code & still received the same error message.
I then reached out to my host & was advised that there was no error recorded in the log. I’m at a dead end.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorEven if I deactivate all of my plugins, I still get the same error message. I use the theme Generate Press.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorHere is an example HTML code that I’ve tried to publish: `<script async src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-5069043027173587″
crossorigin=”anonymous”></script>
<!– Ad Unit 1 Square –>
<ins class=”adsbygoogle”
style=”display:block”
data-ad-client=”ca-pub-5069043027173587″
data-ad-slot=”1542860076″
data-ad-format=”auto”
data-full-width-responsive=”true”></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>`I use WordPress version 5.9.2
I do not have the Gutenberg plugin additionally installed.
Forum: Fixing WordPress
In reply to: HTML code posting error in Block EditorI choose the block “Custom HTML” and I paste the HTML code there. I discovered the issue when I tried to paste HTML code to display Google ads on my post. I’ve done it this way for months and months and this is the first time running into an issue.