aporelli
Forum Replies Created
-
yes i solved ..
I removed the site kit plugin and manually inserted the tagpity it worked for some time ..
the only thing different is that I realized that there was both the plug and the tag, so I get rid of the tag in the pages and the problem appeared.Still I don’t know what the problem could have been among those you told me..
on firefox I got this
but I don’t know what is it searching for..The necessary verification token could not be found on your site. This may be related to your site using a page caching plugin. Please flush your home page cache and then try again.
I’m on brave, i’ll test with chrome
thanksHi Adam thanks again
right now I switch back to php 7.4, cause version 8.0 and 8.1 gives me problems..site kit isn’t working yet and the error I got is again:
Cannot read properties of null (reading 'activateModule') in SetupUsingProxyWithSignIn in DashboardSplashApp in RestoreSnapshots in ErrorHandler in Root
in every page of site kit: the dashboard, settings and in the tool>reset page
following your last link, using troubleshooting mode, I could access the reset page, but while connecting my google account, I got this:
Error: Bad Request
missing parameter: ‘code’I think it want to authenticate trough html file on my server, but I have a very old one, and it doesn’t tell me filename or contents of what it’s searching on my server
hi Adam,
thanks for helping ??1) My site health is in italian, so I’ll try my best to translate health info:
Your site cannot be found by search engines – is something bound to yoast plugin and the new ryte thing that I’ll not install because it’s way too expensive for me. from the ryte site, however villafedora.it is not accessible.. don’t know about it.. but I don’t think it’s mandatory – if I turn off all the plugin, in the health info there is only a Warning: The optional module, imagick, is not installed or has been disabled.That’s because I have installed the 8.1 version of php and there is no imagik module.
if i go back to php 8.0 I can fing the imagic module, but the site goes error 500
2)I got rid of this code:
<!-- Global site tag (gtag.js) - Google Analytics --> <script async src="https://www.googletagmanager.com/gtag/js?id=UA-6046735-3"></script> <script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-6046735-3'); </script>
3) yup!
4) trying to reset the plugin I got this:
Cannot read properties of null (reading 'activateModule') in SetupUsingProxyWithSignIn in DashboardSplashApp in RestoreSnapshots in ErrorHandler in Root
thanks again for the support ??
thanks ??
thanks!
Sorry!
now in firefox it workingbut in chrome it gives me an error in the consolle:
VM3081:1 Uncaught ReferenceError: CookieConsent is not defined
at <anonymous>:1:1
(anonymous) @ VM3081:1Hi Rune,
I don’t think that the link is stripped.this is my html from the source page:
…
<div>
Change my consent
</div>if you want to see it this is the link https://www.lagrottadiporretta.it/
at the bottom of the pagethanks for your time
Hi Rune
I got stuck on this problem.
any advice would be appreciatedthanks
Hi Rune
I’ve copy paste your code but it isn’t working.I tried both options but the result is the same..
it sends me to https://www.mysite.com/CookieConsent.renew
so error 404can you give me some advices?
thanks
Forum: Plugins
In reply to: [Bitly's Wordpress Plugin] Error (?) in your FAQHi Mark,
i’m trying to use the shortlink but it dosen’t works..i’ve tried specifiing the post id, but nothing happens
`wpbitly_shortlink( array( ‘post_id’ => 22 ) );Forum: Plugins
In reply to: [WPBookmark] Multiple option for postshi,
thanks for your plugin it’s very usefull!
i’m using it on a site, and on the article post it works great, but..
i’ve a custom loop in my home page and i’m calling the excpert, not the content.this is my loop
$args = array( 'posts_per_page' => 5, 'category' => '-17, -18, -20, -21', 'orderby' => 'post_date','order' => 'DESC'); $recent_posts = wp_get_recent_posts($args); foreach( $recent_posts as $recent ){
is there a way to make it works in my home page?
thanks a lot again!Forum: Plugins
In reply to: [WPBookmark] Multiple option for postshi,
thanks for your plugin it’s very usefull!
i’m using it on a site, and on the article post it works great, but..
i’ve a custom loop in my home page and i’m calling the excpert, not the content.this is my loop
$args = array( 'posts_per_page' => 5, 'category' => '-17, -18, -20, -21', 'orderby' => 'post_date','order' => 'DESC'); $recent_posts = wp_get_recent_posts($args); foreach( $recent_posts as $recent ){
is there a way to make it works in my home page?
thanks a lot again!