• 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

MikeB2

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 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • June 25, 2019 at 6:08 pm in reply to: Altitude Pro Nav Menu space above #491932
    MikeB2
    Member

    The header class on scroll becomes .site-header.dark.

    The CSS is

    .site-header.dark {
        background-color: #000;
    }

    Change the color to whatever you need.

    For fun, I changed the background to

    background-color: rgba(55,55,55,.8);

    It looked nice.

    June 24, 2019 at 11:01 am in reply to: Why doesn't StudioPress have better nav menu standardization between themes? #491887
    MikeB2
    Member

    My point is that the sticky menu should be an option in Customize; turn it on if you need it, don't turn it on if you don't need it. Sometimes my clients specify a top, fixed menu. It can be an issue on sites with 2nd level navigation. Good coding takes care of this.

    June 1, 2019 at 10:20 am in reply to: Altitude-Pro Increase header space #491456
    MikeB2
    Member

    URL?

    Without a site URL, I suggest looking at the .site-header and at .site-title classes.

    May 31, 2019 at 7:03 pm in reply to: Genesis Sample – Site Title and Tagline font size #491448
    MikeB2
    Member

    You will need to increase the size of the site title and tagline so the larger font size(s) will fit. On the site above, it's set to 300px.

    Find and change in, or add to the Genesis Sample style.css :

    .title-area {
        width: auto; /* or whatever you need */
    }

    Now you can take care of the font size:

    .site-title {
    	font-size: 5rem; /* or whatever you need */
    	font-weight: 700;
    	line-height: 1.2;
    }
    .site-description {
        font-size: 3rem; /* or whatever you need */
    }
    April 13, 2019 at 8:14 pm in reply to: Show Posts in any page #490641
    MikeB2
    Member

    The Category Posts Widget can display posts by their category. It creates shortcodes that can be pasted into content areas.

    https://wordpress.org/plugins/category-posts/

    March 12, 2019 at 7:44 am in reply to: Struggling with the Header logo size #489977
    MikeB2
    Member

    You need to change couple of lines in your code.

    Change background-position: left center !important;
    to
    background-position: top center !important;
    On your site, the min-height is set to 50px. Once you change the position to top the 163px min-height should work.

    February 1, 2019 at 12:32 pm in reply to: Infinity Pro – Change the height of the home page background images #489200
    MikeB2
    Member

    This works in (style.css) for most themes:

    html {
        background: url('https://yourdomain.com/wp-content/themes/your-child-theme-name/images/bg_image_name.jpg') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
    
    body { background: none;}

    Oops, I saw you want to limit the height to 250px. The image will distort if you try to force it to 250px height.

    January 30, 2019 at 6:26 pm in reply to: Magazine Pro – Scroll Stop for After Header Menu #489159
    MikeB2
    Member

    I found a plugin that does what I need to do with the nav menu. The myStickymenu plugin handles what Magazine Pro resisted doing, it pins the nav menu to the top of the page while scrolling. You can style the plugin from within myStickymenu's settings tabs.

    https://wordpress.org/plugins/mystickymenu/

    I would much rather handle this with a few lines of code instead of having to use a plugin to do something which should be simple.

    https://webdesignwp.com/

    If anyone knows which Genesis child themes handle this within the theme code, please let me know.

    January 30, 2019 at 3:00 pm in reply to: Magazine Pro – Scroll Stop for After Header Menu #489157
    MikeB2
    Member

    Thanks for the reply. Yes, I know my header and After Header menu aren't fixed. What I'm looking for is the header to scroll up and then have the menu become fixed at the top of the page. I have done this with other themes using jquery and css (See https://www.gonzowebdesign.com/ ). So far, Magazine Pro has resisted my efforts and my code. It hadn't occurred to me that the negative margin could be the culprit. I try to avoid negative margins whenever possible because they can cause issues.

    Please advise which other StudioPress themes accomplish what I want to do. I'll just buy one of these themes that has the menu scroll stop built in. If it were up to me I would just fix the nav menu to the top of the page. My client's design calls for the scrolling menu. Other than the menu issue Magazine Pro does what I need to do.

    Thanks again for the information.

    January 30, 2019 at 11:00 am in reply to: Magazine Pro – Scroll Stop for After Header Menu #489151
    MikeB2
    Member

    https://webdesignwp.com/

  • Author
    Posts
Viewing 10 posts - 1 through 10 (of 10 total)

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2022 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