• Skip to main content
  • Skip to forum navigation

StudioPress

  • Shop for Themes
  • My StudioPress

Forum navigation

  • Home
  • General Genesis Discussions
  • StudioPress Themes
  • Genesis Blocks
    • Genesis Blocks
    • Genesis Custom Blocks
  • Retired Themes
  • FAQs
  • Forum Rules
  • Internationalization and Translations
  • Forum Bugs and Suggestions
  • Forum Log In

Are You Using The WordPress Block Editor?

Genesis now offers plugins that help you build better sites faster with the WordPress block editor (Gutenberg). Try the feature-rich free versions of each plugin for yourself!

Genesis Blocks Genesis Custom Blocks

AnitaC

Welcome!

These forums are for general discussion on WordPress and Genesis. Official support for StudioPress themes is offered exclusively at My StudioPress. Responses in this forum are not guaranteed. Please note that this forum will require a new username, separate from the one used for My.StudioPress.

Log In
Register Lost Password
  • Profile
  • Topics Started
  • Replies Created
  • Engagements
  • Favorites

Forum Replies Created

Viewing 20 posts - 21 through 40 (of 9,504 total)
← 1 2 3 … 474 475 476 →
  • Author
    Posts
  • September 18, 2024 at 7:44 pm in reply to: Duplicate tags #508417
    AnitaC
    Keymaster

    Instead 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.

    September 9, 2024 at 1:26 pm in reply to: Change Navigation Pro Logo size #508406
    AnitaC
    Keymaster

    The 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.

    September 6, 2024 at 3:04 pm in reply to: Change Navigation Pro Logo size #508404
    AnitaC
    Keymaster

    It'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.

    August 20, 2024 at 7:04 am in reply to: Need Help with Scaling a Featured Image #508387
    AnitaC
    Keymaster

    I see your message. I'll need to reach out to SP for that request.


    Need help with customization or troubleshooting? Reach out to me.

    August 18, 2024 at 11:55 am in reply to: Monochrome Pro Fadeup #508382
    AnitaC
    Keymaster

    I 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.

    August 16, 2024 at 7:53 pm in reply to: How to NOT Display Titles In Breadcrumbs #508379
    AnitaC
    Keymaster

    Are 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.

    August 15, 2024 at 8:01 am in reply to: Monochrome Pro v1.0 #508378
    AnitaC
    Keymaster

    You're welcome!


    Need help with customization or troubleshooting? Reach out to me.

    August 15, 2024 at 8:00 am in reply to: Monochrome Pro Fadeup #508377
    AnitaC
    Keymaster

    Yes, 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.

    August 14, 2024 at 9:31 am in reply to: Need Help with Scaling a Featured Image #508373
    AnitaC
    Keymaster

    Try 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.

    August 14, 2024 at 9:12 am in reply to: Need Help with Scaling a Featured Image #508372
    AnitaC
    Keymaster

    Did you use Regenerate thumbnails after you installed ACF Pro? Sometimes regenerating will fix that.


    Need help with customization or troubleshooting? Reach out to me.

    August 13, 2024 at 2:41 pm in reply to: Monochrome Pro v1.0 #508367
    AnitaC
    Keymaster

    No, 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.

    August 13, 2024 at 9:20 am in reply to: Monochrome Pro v1.0 #508364
    AnitaC
    Keymaster

    Well, 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.

    August 11, 2024 at 6:14 pm in reply to: Transfer settings from a staging site to a live one #508356
    AnitaC
    Keymaster

    Hi @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.

    August 11, 2024 at 12:11 pm in reply to: Monochrome Pro v1.0 #508355
    AnitaC
    Keymaster

    Monochrome 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.

    August 11, 2024 at 12:07 pm in reply to: Monochrome Pro v1.0 #508354
    AnitaC
    Keymaster

    Hi, 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.

    May 3, 2024 at 8:25 am in reply to: WordPress admin access issue #507927
    AnitaC
    Keymaster

    If 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.

    May 3, 2024 at 8:23 am in reply to: Display custom fields in Executive Pro #507926
    AnitaC
    Keymaster

    I'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.

    May 3, 2024 at 8:20 am in reply to: Altitude Pro not responding? #507925
    AnitaC
    Keymaster

    @chuckb74 are you making the changes directly in the Customizer?


    Need help with customization or troubleshooting? Reach out to me.

    October 13, 2022 at 9:43 am in reply to: Problems with the updates #505999
    AnitaC
    Keymaster

    This 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.

    August 11, 2022 at 11:42 am in reply to: Genesis blocks not removing #505667
    AnitaC
    Keymaster

    That site is using GeneratePress at this time. I will go ahead and close this thread.


    Need help with customization or troubleshooting? Reach out to me.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 9,504 total)
← 1 2 3 … 474 475 476 →
« Previous Page

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2026 WPEngine, Inc.

Products
  • Create a Site with WP Engine
  • Shop for Themes
  • Theme Features
  • Get Started
  • Showcase
Company
  • Brand Assets
  • Terms of Service
  • Accptable Usse Policy
  • Privacy Policy
  • Refund Policy
  • Contact Us
Community
  • Find Developers
  • Forums
  • Facebook Group
  • #GenesisWP
  • Showcase
Resources
  • StudioPress Blog
  • Help & Documentation
  • FAQs
  • Code Snippets
  • Affiliates
Connect
  • StudioPress Live
  • StudioPress FM
  • Facebook
  • Twitter
  • Dribbble