Home User profile
tagDiv Member
This user did not write anything. So we are just showing here some random text to make the profile page look nice :)
notizieoggi
tagDiv Member

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

notizieoggi
tagDiv Member

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)

notizieoggi
tagDiv Member

But the problem disappear if I deactivate all TagDiv plugins (composer, cloud library and mobile theme)

notizieoggi
tagDiv Member

Many users reported errors with 10.3.8.

Should we try 10.3.9?

notizieoggi
tagDiv Member

I had an error about Composer with 10.3.8. I resolved with downgrade to 10.3.7

notizieoggi
tagDiv Member

Will you resolve this in the next release?

notizieoggi
tagDiv Member

Try to use 10.3.7 and not 10.3.8

notizieoggi
tagDiv Member

I had same problem with latest update

notizieoggi
tagDiv Member

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.

notizieoggi
tagDiv Member

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)

notizieoggi
tagDiv Member

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

notizieoggi
tagDiv Member

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

notizieoggi
tagDiv Member
notizieoggi
tagDiv Member

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)

notizieoggi
tagDiv Member

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?

notizieoggi
tagDiv Member

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)

notizieoggi
tagDiv Member

works but appears on all pages and not only homepage.
is there some file .php wheither I can put the code?

notizieoggi
tagDiv Member

Seems to work thanks

notizieoggi
tagDiv Member

I will try, thanks

notizieoggi
tagDiv Member

I am using this:
https://remove-schema.com/
Works with Yoast SEO

notizieoggi
tagDiv Member

yes but I need the entire script with “type etc” inside the other script due the jquery function

notizieoggi
tagDiv Member

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

notizieoggi
tagDiv Member

thanks I will try

Viewing 23 posts - 1 through 23 (of 23 total)