Pcosta88
Forum Replies Created
-
Forum: Plugins
In reply to: [Imsanity] Where do I resize Individual Images?Ok thank you.
I swear I looked in Github first but didn’t find it. You can close this. I see it’s been mentioned is on your roadmap here https://github.com/ahmedkaludi/easy-table-of-contents/issues/912.
Hi Maybellyne,
Ahh ok. Yeah I see it. I think we can close this out. I got crawled failed via Incognito window using the Rich Result Testing tool. Google is unlikely to crawl it and the breadcrumb errors don’t really matter at this moment.
Thank you!
Hi Maybellyne,
So when I ran https://fionafoodie.com/password-protected-post-and-breadcrumbs/ through Rich Results testing tool, it showed that Google could crawl it. It might have timed out on your end.
See https://pasteboard.co/U7HT4gfmXJ1i.png
Can you try this again?
Whether or not Google is smart to realize it shouldn’t index it, is a different question but Google seems to be able to crawl it.Hi Kris,
Thank you!
Forum: Plugins
In reply to: [Web Stories] Image size smaller than recommended sizeThanks! I made the image be 1200 x 800 and while I’m not sure it solved the problem as when I inspect it, the warning still appears: https://ibb.co/dDF1R7f.
However, if I live test it, it goes away: https://ibb.co/NT8PmwP.
Either way you can close this out on your end as if it comes back as failed, the next step is the Google support forums.Forum: Plugins
In reply to: [Revision Manager TMC] Latest update causing high loadWe’ve had a client experience the same thing using Revision Manager TMC v2.8.20 on v6.6.2 of WordPress Core.
I looked and the only thing missing is the vender prefix file and the autoload.php. I’m not sure these do or if they’re even relevant?
For example, the lack of these files doesn’t seem to explain why I need to re-save the patterns before they can work. I would expect that if the files were important that re-saving wouldn’t fix the issue.
Also, I downgraded to v6.5.5 of WordPress Core and the issue resolves.
There seems to be bug probably related to this: https://ww.wp.xz.cn/support/topic/wp-6-6-hangs-on-synced-pattern/.
Let me know your thoughts or if there’s any additional actions you might recommend I take.
Thanks for the reply! I checked and the site does not have some of those files. See: https://i.imgur.com/n0Xr9Pu.png
Additionally, the blocks/patterns in question are synched so it seems to be somewhat related to the issues other folks have mentioned.
I’m unable to rollback WP Core.
Thank you!
Hi Ernest,
Thank you.Forum: Plugins
In reply to: [Yoast Duplicate Post] issues with jetpack sharingHey Brandy,
I’m not a developer but I helped to report a similar issue to Yoast. It’s probably on JetPack to fix as reported in the issue report here: https://github.com/Yoast/duplicate-post/issues/358.
It’s probably related.- This reply was modified 2 years, 1 month ago by Pcosta88.
Thanks Mabel,
And it’s good to hear from ya!Hey Maybellyne,
Branding primarly. Sometimes folks inadvertingly share a URL (either automatically or manually) that’s been deleted.
Facebook for example, will then try to grab an image off of the 404 page and usually selects some goofy one in the footer.
It would just look better in those instances if the branding of the site via a logo would appear.Also consistency. You show the site title why not also show the other basic opengraph data like an image.
Hope that helps!
For anyone else, coming across this. I used this code and it seemed to work. Though depending on someone’s theme you may need modifications.function my_custom_og_image_tag( ) { if ( is_404() ) { echo '<meta property="og:image" content="UR_IMAGE_URL_HERE" class="yoast-seo-meta-tag"/> <meta property="og:image:width" content="1200" class="yoast-seo-meta-tag" /> <meta property="og:image:height" content="630" class="yoast-seo-meta-tag" />'; } } add_action( 'wp_head', 'my_custom_og_image_tag' );Forum: Plugins
In reply to: [Broken Link Checker] Cloud Based feature impact WP Recipe Maker?Hey Patrick (great name btw),
Thanks for responding back. We have a log plugin already on the site and we’ll check it if something happens again. We also don’t know about the unlink/edit function in HUB.
We’ll ask about it and respond back if needed.Thanks!