In this case is not the Mobile Theme: I tried now to deactivate the plugin and still I get thos 2 errors in the Editor (and I cannot choose Category because they are not listed)
I think is TagDiv Composer
However now I can add content, after updating the Newspaper to 11.2
But still have 2 error in the console in the Editor (and I cannot see the categories)
But the problem disappear if I deactivate all TagDiv plugins (composer, cloud library and mobile theme)
Many users reported errors with 10.3.8.
Should we try 10.3.9?
I had an error about Composer with 10.3.8. I resolved with downgrade to 10.3.7
Will you resolve this in the next release?
Try to use 10.3.7 and not 10.3.8
I had same problem with latest update
Yes, I have found that folder, but there are many php files. The problem is about JS.
I need to know why the “defer” option in the script of ads (for mobile) doesnt work.
I have this:

For something that I dont know, this “module” works for desktop (that defer the scripts), but not for mobile. Maybe mobile script are managed differently than desktop.
The problem is this:

I have resolved on desktop (with “defer” on google’s scripts) but on mobile still is there (I have put “defer” into mobile scripts)
no I dont need to add, but to “defer” all the google’s scripts about ads.
For example I have this as ADS:
<script defer src=”https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
For desktop works (script loads after html parsing)
For mobile dont
-
This reply was modified 6 years by
notizieoggi.
It is loading, but I want to “defer” the script about Google Ads, to load js after the loading of page. This is to improve pagespeed (I have warning about “third party code”, all by google)
So I tried to “defer” the scripts, but works only to desktop.
This is website: notizieoggi24.it
I have resolved with this: https://it.wordpress.org/plugins/header-footer/
I would know the “number” of the block to use for a “page” with composer. I assume that there are particular blocks (on one column) that support this feature
Your link speaks about post (gutenberg’s blocks) and not page (newspaper’s blocks)
But is there not a “block” or “module” in the newspaper that supports this?
I read “only on block that are on one column”
I think that should be possible to use this with composer and newspaper’s blocks, right?
maybe something like:
https://wordpress.stackexchange.com/questions/194516/google-analytics-tracking-code-on-just-one-page
is there some file .php to put this? (maybe with the id of page)
works but appears on all pages and not only homepage.
is there some file .php wheither I can put the code?
Seems to work thanks
I will try, thanks
I am using this:
https://remove-schema.com/
Works with Yoast SEO
yes but I need the entire script with “type etc” inside the other script due the jquery function
doesnt work, because I need a “particular” script to insert like:
https://jsonld.com/organization/
so I need a script with a type, I tried something like
<script>
jQuery(document).ready(function($){
if ( $('body').hasClass('home')) {
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "Organization",
"url": "https://www.notizieoggi24.it",
"logo": "https://www.notizieoggi24.it/wp-content/uploads/2019/09/logo-notizie-oggi-24.png"
}
</script>
}
});
</script>
but didnt work. However I saw the jQuery code into head section from HTML source code
thanks I will try