Forum Replies Created
-
AuthorPosts
-
AnitaC
KeymasterInstead of using the Genesis Simple Hooks, have you tried the built in Genesis SEO for this? Modifying the title there would replace the default title.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterThe recommended image size for Navigation Pro is:
Logo: The default display size of the logo image is 320 x 80 pixels. To make sure the image looks crisp on retina screens, we recommend uploading an image that is at least 640 x 160 pixels (double the display size). To keep your site running smoothly and quickly, we recommend uploading an image with a file size of 120kb or smaller.
It was designed to be a horizontal image and not a square so that the header with the navigation will stay the correct size.
If you make the logo larger, the header will grow too tall.
See screenshot of the mock-up I did where I increased the size of the logo in the dev tools - https://share.zight.com/E0uOb1eq.
If you want it bigger you'd need to also adjust the navigation.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterIt's displaying square because the logo is actually square and centered on a white background. The logo technically is "square". The Navigation is also white.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterI see your message. I'll need to reach out to SP for that request.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterI think this might be best in Genesis Slack. Respond back with your email and Set as Private. I'll be able to see it to invite you.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterAre you using an SEO plugin now? Is one active on your site? I know with Yoast you can customize the breadcrumb title.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterYes, open the style.css file. Look for this starting around Line 171 - remove from Line 171 to 202.
body { -webkit-animation: fadein 1s; -moz-animation: fadein 1s; -ms-animation: fadein 1s; -o-animation: fadein 1s; animation: fadein 1s; } @keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-moz-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-webkit-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-ms-keyframes fadein { from { opacity: 0; } to { opacity: 1; } } @-o-keyframes fadein { from { opacity: 0; } to { opacity: 1; } }
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterTry adding this and let me know when it's on the site. Be sure to clear your cache.
/* Default Styles */ .backstretch img { width: 100%; /* Make sure the image takes up full width */ height: auto; /* Maintain the aspect ratio */ object-fit: cover; /* Cover the container */ } /* For smaller screens */ @media only screen and (max-width: 600px) { .backstretch img { object-fit: contain; /* Ensure the entire image is visible */ height: auto; /* Adjust the height to auto */ width: 100%; /* Keep the full width */ } }
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterDid you use Regenerate thumbnails after you installed ACF Pro? Sometimes regenerating will fix that.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterNo, the last version of widgets is version 1.2.0. After that all updates are Block based. What I would suggest if you plan to install 1.2.0 is to install the Widget Importer & Exporter plugin - https://wordpress.org/plugins/widget-importer-exporter/. Export your widgets for safe keeping. Then when you install/activate the 1.2.0 if your widgets are missing, you can import that file you exported.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterWell, it sounds like you are trying to upgrade to the Block version of Monochrome and not the widgetized version. Is that correct?
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterHi @ACEkin not sure if you received an answer on this or not, but there isn't a way in Genesis to transfer changes you've made from staging to you Live site. I do know some developers use Git to manage version control to keep track of changes and to push/pull from staging to production.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterMonochrome 1.0 was Widgetized, i.e., has the widgetized home page. Version 1.6 is block based. It was rebuilt to use blocks instead of Widgets.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterHi, no one from StudioPress support monitors the forums. What PHP version is your site currently on?
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterIf you haven't resolved this yet, you can reach out to your hosting provider. It sounds like the PHP version may have changed and you would need to downgrade to the version that works for your website.
If you have an outdated version of Genesis, I'd suggest uploading a fresh copy via SFTP.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterI'd suggest using a plugin. A few options would be Advanced Custom Fields, Toolset Types, Meta Box, Pods. Then follow their instruction on hour to output the content on the front end.
Need help with customization or troubleshooting? Reach out to me.
AnitaC
KeymasterAnitaC
KeymasterThis is a known bug as noted in the Facebook group. The Genesis team is aware and will be rolling out an updated. ETA on that is not available at this time.
Need help with customization or troubleshooting? Reach out to me.
-
AuthorPosts