josh.grisdale
Forum Replies Created
-
Before I do the contact form, please see this page:
https://www.accessible-japan.com/places/japan/mie/shima/attractions/ama-hut-satoumian/I want the title that shows up in the tab to be “Ama Hut Satoumian Accessibility Information – Accessible Japan” (I want to insert “Accessibility Information” after the current title).
I have it working for og:title… but not <title>
add_filter( 'slim_seo_meta_title', function( $title, $object_id ) {
if (is_singular('gd_place')) {
$post_title = get_the_title();
$site_name = get_bloginfo('name');
$title = $post_title. ' Accessibility information - ' .$site_name;
}
return $title;
}, 10, 2 );Ok, then it isn’t working… ??
Is there a way to directly contact support?
Thank you
Sorry, I made a mistake, not the meta title, but <title>
Thank you very much for sticking with me on this. Yeah, only a mild inconvenience. I can always just turn off minification for a few minutes if need be.
Thanks again!
Hello,
I added that to functions.php but there was no change to the error.
Best,
JoshHello,
Site Kit did not come up in the list for JavaScript to exclude for me.
I added it in the HTML Minification excluded directories, but the error remains.
Thanks!
Yes they were enabled.
I turned them all off and it worked fine.
I then turned them on one by one, and the error only happens when Minify Javascript is on. (Combining and deferring javascript is fine). It was reproducible with other the other sites i was getting the error on as well.
Hope this helps!
Hi
It is happening on numerous sites I run. I submitted the errors from two in the private form. (I have two other sites where it is fine.)
It is fine when in the main dashboard, it only occurs from the admin par when looking at a page.
It occurs in incogneto window as well.
Looking at the consol errors:
Error: An error occurred while running 'mapSelect': Cannot read properties of null (reading 'isGA4DashboardView') The error may be correlated with this previous error: TypeError: Cannot read properties of null (reading 'isGA4DashboardView') at Object.current (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-adminbar.min.js:2:6992) at e (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:543780) at https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:543887 at Ii (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:866408) at Ji (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:866511) at Sj (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:884459) at t.unstable_runWithPriority (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:903782) at Hr (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:828235) at Jj (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:880929) at wa (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:877081) Original stack trace: at y (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:543575) at AdminBarWidgets (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-adminbar.min.js:2:6964) at Fo (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:841129) at ii (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:849990) at Ti (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:888604) at Qj (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:879929) at Kj (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:879854) at wa (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:876882) at https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:828526 at t.unstable_runWithPriority (https://hoikuen.azalee.or.jp/wp-content/uploads/siteground-optimizer-assets/googlesitekit-vendor.min.js:1:903782)
If I deactivate Siteground Optimizer (which is on all the sites with errors, but not on the sites without errors), it doesn’t have an error. So, it seems to be that plugin…
Hi,
So:
Frontend for non-admin is just the one meta-tag and the tags for analytics (installed as if copied from analyics etc) , but thats it.
Admin users will have a bit more code (for admin bar etc).
Gotcha!
Thanks!
Hi
Thank you for the reply. I already have the snippet installed, but good to hear it may be integrated in the future.
Thanks so much!
Thank you again. Marking this solved.
Whoa, perfect! Thanks!
Was it a server-side change for you guys? There wasn’t an update…
Thank you very much. I’m really looking forward to using Site Kit on my site with GA4.
BestHi! Thank you for your quick reply.
Yes, I stopped using UA last year sometime and have only been using GA4… which makes me think it is showing UA data instead of GA4…
I have filled in and submitted the form.
Thank you!
Forum: Plugins
In reply to: [BlockStrap Page Builder - Bootstrap Blocks] Migrate from ElementorOK, thank you for your answer. Maybe something for the future ??