<!DOCTYPE html><html dir=”ltr” lang=”en-US” prefix=”og: https://ogp.me/ns#”><head itemscope itemtype=”https://schema.org/WebSite”><meta charset=”UTF-8″ /><meta name=”viewport” content=”width=device-width, initial-scale=1″ /><title>Homepage – Serenity Crafter</title><meta name=”description” content=”At Serenity Crafter, we focus on crafting a serene and fulfilling life through creativity, exploration, gardening, and reconnecting with ourselves and nature.” /><meta name=”robots” content=”max-image-preview:large” /><link rel=”canonical” href=”https://serenitycrafter.com/” /><meta name=”generator” content=”All in One SEO Pro (AIOSEO) 4.7.3″ /><meta property=”og:locale” content=”en_US” /><meta property=”og:site_name” content=”Serenity Crafter -” /><meta property=”og:type” content=”website” /><meta property=”og:title” content=”Homepage – Serenity Crafter” /><meta property=”og:description” content=”At Serenity Crafter, we focus on crafting a serene and fulfilling life through creativity, exploration, gardening, and reconnecting with ourselves and nature.” /><meta property=”og:url” content=”https://serenitycrafter.com/” /><meta property=”og:image” content=”https://serenitycrafter.com/wp-content/uploads/2024/02/cropped-serenity-crafter-favicon-color.png” /><meta property=”og:image:secure_url” content=”https://serenitycrafter.com/wp-content/uploads/2024/02/cropped-serenity-crafter-favicon-color.png” /><meta property=”og:image:width” content=”512″ /><meta property=”og:image:height” content=”512″ /><meta name=”twitter:card” content=”summary_large_image” /><meta name=”twitter:title” content=”Homepage – Serenity Crafter” /><meta name=”twitter:description” content=”At Serenity Crafter, we focus on crafting a serene and fulfilling life through creativity, exploration, gardening, and reconnecting with ourselves and nature.” /><meta name=”twitter:image” content=”https://serenitycrafter.com/wp-content/uploads/2024/10/cropped-serenity-crafter-favicon-color-2.png” /> <script type=”application/ld+json” class=”aioseo-schema”>{“@context”:”https:\/\/schema.org”,”@graph”:[{“@type”:”BreadcrumbList”,”@id”:”https:\/\/serenitycrafter.com\/#breadcrumblist”,”itemListElement”:[{“@type”:”ListItem”,”@id”:”https:\/\/serenitycrafter.com\/#listItem”,”position”:1,”name”:”Home”}]},{“@type”:”Organization”,”@id”:”https:\/\/serenitycrafter.com\/#organization”,”name”:”My Motley Collection“,”url”:”https:\/\/serenitycrafter.com\/”,”logo”:{“@type”:”ImageObject”,”url”:”https:\/\/serenitycrafter.com\/wp-content\/uploads\/2024\/02\/cropped-serenity-crafter-high-resolution-logo-transparent-2.png”,”@id”:”https:\/\/serenitycrafter.com\/#organizationLogo”,”width”:2000,”height”:296},”image”:{“@id”:”https:\/\/serenitycrafter.com\/#organizationLogo”}},{“@type”:”WebPage”,”@id”:”https:\/\/serenitycrafter.com\/#webpage”,”url”:”https:\/\/serenitycrafter.com\/”,”name”:”Homepage – Serenity Crafter”,”description”:”At Serenity Crafter, we focus on crafting a serene and fulfilling life through creativity, exploration, gardening, and reconnecting with ourselves and nature.”,”inLanguage”:”en-US”,”isPartOf”:{“@id”:”https:\/\/serenitycrafter.com\/#website”},”breadcrumb”:{“@id”:”https:\/\/serenitycrafter.com\/#breadcrumblist”},”datePublished”:”2023-10-06T09:19:21+02:00″,”dateModified”:”2024-10-12T12:02:56+02:00″},{“@type”:”WebSite”,”@id”:”https:\/\/serenitycrafter.com\/#website”,”url”:”https:\/\/serenitycrafter.com\/”,”name”:”My Motley Collection“,”inLanguage”:”en-US”,”publisher”:{“@id”:”https:\/\/serenitycrafter.com\/#organization”},”potentialAction”:{“@type”:”SearchAction”,”target”:{“@type”:”EntryPoint”,”urlTemplate”:”https:\/\/serenitycrafter.com\/?s={search_term_string}”},”query-input”:”required name=search_term_string”}}]}</script>??<script id=”cookieyes” type=”text/javascript” src=”https://cdn-cookieyes.com/client_data/9a39caeb161f5009a9a08f4f/script.js” defer data-deferred=”1″></script>
]]>We used to see an option “skip cropping” in the past and using other themes, but not seeing the “skip cropping” option anymore when doing the image for site identity.
for reference other people discussing this issue…
Favicon Auto Crop Bug]]>
byu/Nicatorium inWordPress
I tried creating a support ticket but it wouldn’t let me.
Is there a way to hide just the site title on all pages? I’d like to add a text logo instead, but keep the tag line.
]]>This is a new problem, and happens on all pages.
]]>Could the following be changed to either prevent the chance when a Site Icon is set or specify another separate custom image to use?
/**
* Overrides the custom logo with a site logo, if the option is set.
*
* @param string $custom_logo The custom logo set by a theme.
*
* @return string The site logo if set.
*/
function override_custom_logo_theme_mod( $custom_logo ) {
$sitelogo = get_option( 'sitelogo' );
return false === $sitelogo ? $custom_logo : $sitelogo;
}
Hopefully this can be done.
Thanks in advance.
]]>Anyway, i need to display the title and tagline (site identity in the code). But depending on the device viewing, it won’t display the info correctly, as in the date should be on a separate line from the subtitle/tagline.
Whats the best way to do this?
Thanks for your time.
-Mike
]]>