MarkRH
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Website Favicon No Longer Appears in Google, Tried EverythingLooked at your site and I see a favicon that looks like a TV set with an orange/white ball surrounded with a blue area with three white dots below it on a black background. I did a search for your site on Google and see that it has White hand on a red background.
Looking at the media images that Firefox shows in the Page Info dialog, it does show an image that looks like the one Google is using:
https://internettvdotcom.com/wp-content/uploads/2016/11/Touch-Icon-for-iOS-and-Android.pngLooks like this line of code is referencing it:
<link rel="apple-touch-icon-precomposed" href="https://internettvdotcom.com/wp-content/uploads/2016/11/Touch-Icon-for-iOS-and-Android.png" />Perhaps Google is using this image instead. Might try changing that one to the image you want as well.
All I can think of.
Mark H.
Thanks @devmich . The 9.1.1 update seems to have solved the issue. No longer getting the messages in the PHP Error log. Thanks for the quick patch.
Forum: Fixing WordPress
In reply to: Site Health after installing Ver 6.6Same issue in version 6.6.1. Looking at the Trac article, version 6.6.2 should address it.
Forum: Fixing WordPress
In reply to: Site Health after installing Ver 6.6Thanks for the link to the WordPress Trac.
Forum: Fixing WordPress
In reply to: Site Health after installing Ver 6.6I’m seeing the same thing here with version 6.6. I’m using the Twenty Twelve theme. Well, a child theme of it which is up to date. All the sizes just say “Loading…”. It’s the only thing within Site Health that doesn’t seem to be working correctly.
It does the same thing on my local PC as well.
Forum: Fixing WordPress
In reply to: The word “by” is not displayed anymore in my blog postsJust curious, which plugin?
On my personal blog I have auto updates disabled completely. When I notice an update is available, I will backup my files and database and update manually on my local PC first and then at my webhost.
Site Health complains about it being disabled but I just ignore its warning about it.
Forum: Fixing WordPress
In reply to: EXIF is no longer preservedSounds to me like the Imagick PHP module might have become disabled or something and it’s reverted to using the GD graphics package which doesn’t preserve EXIF data in images. This has happened to me a couple times when my webhost updated the PHP version but forgot to add that module back in.
Might try putting an info.php file in the root directory where your blog is with the following:
<?php phpinfo(); ?>Then, launch that file and see if the Imagick module is being loaded. If not, might need to contact your host.
- This reply was modified 2 years, 2 months ago by MarkRH.
Forum: Requests and Feedback
In reply to: Multiple colours on one line using block editorIf you are using a Paragraph block, click the down arrow on the format bar and select the Highlight option. That should then let you select the color of the currently selected text.
- This reply was modified 2 years, 2 months ago by MarkRH.
Forum: Fixing WordPress
In reply to: Site stopped loading recentlyI was able to see prep-maine.org on the Whois website. Looks like the DNS record was updated Jan 8, 2024. Going to the site just throws up a WordPress critical error message. So, it would seem the DNS information is at least present.
Yeah, I wish the Text Highlight tool didn’t do anything when I type something in manually. I can never get what I want in there. Many times, I’ll just edit the Paragraph as HTML and change the HEX value in there.
I think the OP probably means the page at /wp-admin/edit.php?post_type=page used to view the list of created Pages. I only 5 have pages here so it doesn’t split the list into multiple pages.
I suppose you could make a bookmark in your browser for page 2 of the Pages list and just click that when you know you want to view page 2 of that list.
Forum: Requests and Feedback
In reply to: Add questions link to Forums pageThat page just shows the list of various forums to then ask your question within it. Typically, the Fixing WordPress forum shown in the middle of that page is where to ask stuff related to fixing something in WordPress.
Forum: Fixing WordPress
In reply to: Comments on my blog disappeared suddenlyI looked at the post you linked to and at the bottom I see two comments plus the comment form. The comment is from Theresa on March 21, 2023 with a reply from you after it.
I went looking around at other posts and did not come across any comments on them, but did see a comment form at the bottom. Is there another post that should of had them?
- This reply was modified 2 years, 9 months ago by MarkRH.
Forum: Fixing WordPress
In reply to: Images aligned left even if they are contered when inserted on post?Ok, the page with the image is https://www.tengerpartieskuvo.com/tengerparti-eskuvovel-egybekotott-nyaralas/ that has the airplane image off-center. So far, I’m not sure what’s going on. Perhaps someone else can spot something I haven’t been able to yet.