• 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

ᴅᴀᴠɪᴅ

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 326 total)
← 1 2 3 … 15 16 17 →
  • Author
    Posts
  • October 23, 2017 at 5:54 pm in reply to: Remove header and footer in Genesis sample 2.4.2 #212863
    ᴅᴀᴠɪᴅ
    Member

    that code looks right, however, it isn't CSS. It is PHP and needs to go at the bottom of your functions.php file.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 22, 2017 at 4:50 pm in reply to: wp_footer() not called in Foodie Pro #212830
    ᴅᴀᴠɪᴅ
    Member

    There is a support team from the theme authors over at feastdesignco


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 20, 2017 at 12:33 am in reply to: Magazine Pro Button Color Customization #212711
    ᴅᴀᴠɪᴅ
    Member

    You'd need to add these style changes via css.

    for example...

    To change the background of the button, and have the text on the button white;

    .button {
        background-color: orange;
        color: white;
    }

    To change the backgroud of the button when you hover the curser over it;

    .button:hover {
        background-color: darkorange;
        color: white;
    }

    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 20, 2017 at 12:29 am in reply to: Will Genesis run on php version 7.0? #212710
    ᴅᴀᴠɪᴅ
    Member

    yes, i've changed quite a few sites over and have had no problems. You just need to make sure the plugins you are using also work with php7, which is can do by using the PHP Compatibility Checker


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 6, 2017 at 9:15 pm in reply to: Second Sub Menu Not Aligned in CSS (code and image include) #212244
    ᴅᴀᴠɪᴅ
    Member

    If you use the browser inspect tool, you can find the class of the sub menu you want to change the position of. Then adjust the value of the 'top' element until you have them inline.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 2, 2017 at 10:16 pm in reply to: Search & 404 pages crushing site #212112
    ᴅᴀᴠɪᴅ
    Member

    Or use Genesis 404 plugin, which takes away the site map and allows you to just add some content to the 404 page.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 1, 2017 at 7:27 pm in reply to: Whitespace PRO having trouble with max height in welcome widget #212068
    ᴅᴀᴠɪᴅ
    Member

    It's not a CSS problem. You just need to remove the featured post widget that you have inside the welcome widget area. That extra markup is what is causing the larger height on the widget area. There should just be one text widget in that space as in the demo.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    October 1, 2017 at 6:53 pm in reply to: Agency Pro: Home Top Widget button hyperlink doesn't work in Chrome? #212067
    ᴅᴀᴠɪᴅ
    Member

    it's because of the latest chrome update

    https://sridharkatakam.com/fix-jump-links-agency-pro/


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    September 28, 2017 at 3:34 pm in reply to: Poor Quality on Featured Image #211978
    ᴅᴀᴠɪᴅ
    Member

    The only thing that would be making the quality worse (as the image isn't being stretched by the CSS) is the image compression done by WordPress when you upload a file. There is a filter to stop this happening.

    The other thing you might want to do is use the retina 2x plugin and then ensure the original file you upload at as least 2x as big as you need it to fit. In your case, at least 2048px wide. This'll mean it'll stop being blurry on high def screens.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    September 28, 2017 at 3:28 pm in reply to: Update has destroyed responsiveness #211977
    ᴅᴀᴠɪᴅ
    Member

    The site http://www.honesttalkpodcast.com definitely looks responsive on this end. Updating Genesis shouldn't effect it as the CSS is from the child theme only.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    July 1, 2017 at 6:01 pm in reply to: Make the Mobile Responsive Version of Nav Menu Sticky in Magazine Pro #208567
    ᴅᴀᴠɪᴅ
    Member

    You'd need something like this. This would work on the Magazine Pro Theme out the box, I'm not sure what customizations you have made without a link, so you may have to change the px amounts a bit.

    @media only screen and (max-width: 840px) {
    
        .menu-toggle {
            position: fixed;
            top: 0;
        }
        
        .site-container {
            margin-top: 52px; /* This needs to be same px value as the height as the responsive menu button */
        }
        
        nav.genesis-responsive-menu {
            position: fixed;
            top: 52px;
        }
    }

    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    July 1, 2017 at 2:29 am in reply to: Hamburger menu not working #208545
    ᴅᴀᴠɪᴅ
    Member

    it's because 'https://thegadgetlog.com/wp-content/themes/magazine-pro/js/responsive-menu.js' doesn't exist.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 8:24 pm in reply to: Parallax Pro browser issue with images #208499
    ᴅᴀᴠɪᴅ
    Member

    Which part of the image isn't showing? If you mean the sides, then this is neccessary otherwise the image would need to be stretched in order to fit.

    If you're talking about seeing the end of the image when you scroll, this is due to the parallax effect, so in this case you'd need to upload an image with a larger height.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 8:01 pm in reply to: Executive Pro Custom Menu adjustments #208498
    ᴅᴀᴠɪᴅ
    Member

    it's '.site-header .widget-area' is set to width 820. Because you've enlarged the title-area, this needs to be reduced to fit on the same line. changing it to about 730px should do it.

    Ps that logo is very blurry on my mac retina screen. You probably should think about upload an 800px version so people with high def screens don't see the blur.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 7:57 pm in reply to: Default Layout Changed? #208497
    ᴅᴀᴠɪᴅ
    Member

    Occasionally this has happened to me when updating WordPress. Only once or twice, it was when I had removed some of the layout settings and for some reason the update caused everything to go to content-sidebar.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 3:08 am in reply to: Struggling with Image alignment and size #208431
    ᴅᴀᴠɪᴅ
    Member

    I can't see that code on your site. It maybe because of the minifying/caching of the css


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 3:01 am in reply to: Struggling with Image alignment and size #208428
    ᴅᴀᴠɪᴅ
    Member

    You'd need to change the background-position from center to left on '.header-image .site-title > a'. You do this by changing the stylesheet.

    If you don't know any CSS, then Genesis Sample theme is probably not your best bet. This child theme is designed to be styled with CSS. There are lots of other child themes where you wouldn't need to touch any CSS.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 29, 2017 at 2:08 am in reply to: Infinity Pro – Header overlays first widget area on front page #208427
    ᴅᴀᴠɪᴅ
    Member

    in infinity pro this problem is solved on the other pages apart from the home page. the site inner gets margin-top automatically applied depending on the height of the site header and if it's fixed position or not.

    The only page this doesn't apply on is the home page. It sounds like all you need to do is activate it for the home page aswell.

    so you need to go into /infinity-pro/js/global.js

    and find the bit...

    // Push the .site-inner down dependant on the header height.
    	if ( ! $body.hasClass( 'front-page' ) ) {
    
    		__repositionSiteHeader( headerHeight, $siteInner );
    
    		$(window).resize(function() {
    
    			// Update header height value.
    			headerHeight = $siteHeader.height();
    			__repositionSiteHeader( headerHeight, $siteInner );
    
    		});
    
    	}
    

    and remove the restriction for the front page...

    // Push the .site-inner down dependant on the header height.
    
    		__repositionSiteHeader( headerHeight, $siteInner );
    
    		$(window).resize(function() {
    
    			// Update header height value.
    			headerHeight = $siteHeader.height();
    			__repositionSiteHeader( headerHeight, $siteInner );
    
    		});
    
    	

    make sure to remove the end bracket also so you don't brake the js


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 28, 2017 at 3:49 pm in reply to: New Site on the Monochrome Child Theme #208413
    ᴅᴀᴠɪᴅ
    Member

    i would change the color of the call to action button. Black on red doesn't work, and it's hard to read.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

    June 28, 2017 at 3:46 pm in reply to: Infinity Pro page width #208412
    ᴅᴀᴠɪᴅ
    Member

    That is definitely how you do it. Deleting it is just the same as it being 100%, choosing a value is probably recommended so you don't have too many words per line.

    I just tried it and changing the value to say, max-width: 1100px; works fine. Just make sure you clear your browser cache to make sure you see the style changes after you change it.


    I love helping creative entrepreneurs build epic things with WP & Genesis.

    Follow on Twitter

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 326 total)
← 1 2 3 … 15 16 17 →
« 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