• 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 - 81 through 100 (of 326 total)
← 1 2 3 4 5 6 … 15 16 17 →
  • Author
    Posts
  • June 4, 2017 at 5:39 pm in reply to: Primary Navigation – Gallery Pro #207338
    ᴅᴀᴠɪᴅ
    Member

    BTW That's just to sort out the menu being too far down the screen.

    In regards to having the hamburger menu to be right-aligned opposite the logo, you'd likely need a fair bit of custom coding for that, ie changing the html structure to be able to do it properly. Not something you'd be able to get from somebody in the help forum.


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

    Follow on Twitter

    June 4, 2017 at 5:36 pm in reply to: Primary Navigation – Gallery Pro #207337
    ᴅᴀᴠɪᴅ
    Member

    There is a margin-top: 10em applied to .genesis-nav-menu causing the menu to be lower down the page.

    Remove this and you're almost there. Then you'd just need to align the menu to the right for larger screens. at the moment it's set to center.


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

    Follow on Twitter

    June 4, 2017 at 5:32 pm in reply to: Aspire Pro setup help? #207336
    ᴅᴀᴠɪᴅ
    Member

    There is an option in the Dashboard > Appearance > Customizer to turn of the blog posts on the home page. Think it's named 'Journal' or something similar.


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

    Follow on Twitter

    June 3, 2017 at 8:06 pm in reply to: Aspire Pro – Front Page 1 Box – Padding on different resolutions #207318
    ᴅᴀᴠɪᴅ
    Member

    This is a common problem with putting text, which is responsive, over a background image. For every screen size, the text will sit in a slightly different place in relation to the size of the image. That's just how responsive web design is.

    There isn't much room at the top of the image for the text, so I would consider changing the image slightly, maybe adding a grey overlay fading towards the top to give more room for the text to be readable, instead of hacking it with CSS.

    The person you hired seems to have made the text readable on mobile, by adding a grey background. Which kind of works. But for the in-between screen sizes, doing it with CSS will always be a messy sort of solution compared to just amending the image.


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

    Follow on Twitter

    June 3, 2017 at 8:02 pm in reply to: Monochrome Pro post header image #207316
    ᴅᴀᴠɪᴅ
    Member

    that site is on foodie pro, not monochrome pro.


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

    Follow on Twitter

    June 3, 2017 at 7:57 pm in reply to: Showcase Pro – how to disable full-width header of featured image #207313
    ᴅᴀᴠɪᴅ
    Member

    Then you'd need to add the image into the single entry, for which there are lots of tutorials on google, Here's one


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

    Follow on Twitter

    June 3, 2017 at 7:57 pm in reply to: Showcase Pro – how to disable full-width header of featured image #207314
    ᴅᴀᴠɪᴅ
    Member

    //


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

    Follow on Twitter

    June 3, 2017 at 7:56 pm in reply to: Showcase Pro – how to disable full-width header of featured image #207312
    ᴅᴀᴠɪᴅ
    Member

    You'd need to amend the conditionals inside the file themes/showcase-pro/lib/page-header.php

    Just removing the is_single() from both the opening and closing markup should do it. But I haven't tested it.


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

    Follow on Twitter

    November 8, 2016 at 3:39 pm in reply to: Digital Pro footer info re design #195919
    ᴅᴀᴠɪᴅ
    Member

    No, that plugin only deals with the footer and the meta inside posts, such as author name, date published etc.

    To do what you need, you need to understand what hooks are;

    https://www.nutsandboltsmedia.com/what-the-hook-what-are-genesis-hooks-and-how-do-i-use-them/

    The hook that appears at the bottom of each post is called genesis_after_entry. You can use this plugin to add your signature to that hook.

    https://en-au.wordpress.org/plugins/genesis-simple-hooks/

    I recommend you read the post I linked to by Nutsandbolts Media. Understanding what hooks are and how they work will mean you will have a far deeper understanding of how to do things like this in the future.


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

    Follow on Twitter

    November 7, 2016 at 6:57 pm in reply to: Moving logo into main navigation (magazine pro theme) #195874
    ᴅᴀᴠɪᴅ
    Member

    Yes php.

    But what you'd be better doing is moving the primary nav into the header, in between the header and the search. Then making the whole header sticky.

    There is documentation on how to move the primary nav;
    http://my.studiopress.com/snippets/navigation-menus/#reposition-primary but you'd need to use the hook genesis_header instead of genesis_before_header as they use in the example.

    Then make the whole header sticky, there are numerous tutorials about that show how to do this. here's one https://ozzyrodriguez.com/tutorials/fixed-header-wordpress/


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

    Follow on Twitter

    November 7, 2016 at 6:51 pm in reply to: Change colour of dashicon in Altitude Pro #195872
    ᴅᴀᴠɪᴅ
    Member

    You need to do two things;

    Edit the code above, just adding color: #333;

    so..

    .genesis-nav-menu.responsive-menu > .menu-item-has-children:before {
         color: #333;
         content: "\f347";
         float: right;
         font: normal 20px/1 "dashicons";
         height: 20px;
         padding: 7px 20px;
         right: 0;
         text-align: right;
         z-index: 9999;
    }

    But then it is being overridden on line 2032, where you'll find this;

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
    	.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,
    	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
    	.site-header .genesis-nav-menu.responsive-menu a:hover {
    		color: #fff;
    	}

    so remove the line '.site-header .genesis-nav-menu.responsive-menu > .menu-item-has-children:before,'
    so you get this

    .site-header .genesis-nav-menu.responsive-menu .current-menu-item > a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu li a:hover,
    	.site-header .genesis-nav-menu.responsive-menu .sub-menu,
    	.site-header .genesis-nav-menu.responsive-menu > li:hover > a,
    	.site-header .genesis-nav-menu.responsive-menu a:hover {
    		color: #fff;
    	}

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

    Follow on Twitter

    November 7, 2016 at 6:44 pm in reply to: Digital Pro footer info re design #195871
    ᴅᴀᴠɪᴅ
    Member

    There is a plugin that allows you to do exactly that;

    https://en-au.wordpress.org/plugins/genesis-simple-edits/

    To get the copyright to add a start date, the shortcode to use is [footer_copyright first="2005"] which would ouput © 2005–2016. Just use that shortcode in the plugin settings.


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

    Follow on Twitter

    November 7, 2016 at 6:41 pm in reply to: Altitude Pro Entry Width #195869
    ᴅᴀᴠɪᴅ
    Member

    The CSS that is causing the 800px width on dekstop is...

    .full-width-content .content {
        padding: 0 200px 50px;
        width: 100%;
    }

    This is because the site-inner has a maxmium width of 1200px. The padding from the code above is putting 200px on each side, resulting in a content width of 800px. One way of changing the width of this content, would be to simply increase the padding. So for example, to get a width of 700px you'd change the code above (which is on line 1341 in style.css) to this;

    .full-width-content .content {
        padding: 0 250px 50px;
        width: 100%;
    }

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

    Follow on Twitter

    November 7, 2016 at 6:35 pm in reply to: Altitude Pro Post Layout #195868
    ᴅᴀᴠɪᴅ
    Member

    One way would be to use the Genesis Grid Loop Plugin to get the three columns on the archive pages. Then you'd need to add styling to get the site titles to appear over the top of the images. (namely using position:absolute; on the entry header and centering it.)


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

    Follow on Twitter

    March 8, 2016 at 4:24 pm in reply to: Adding Nav Extras to Brunch Pro doesn't work #180948
    ᴅᴀᴠɪᴅ
    Member

    Shaybocks, the theme designer, offers a designated support on her site and will probably be able to tell you. I'm not familiar with the theme.

    http://shaybocks.com/support/


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

    Follow on Twitter

    March 8, 2016 at 4:22 pm in reply to: wintersong move header width #180946
    ᴅᴀᴠɪᴅ
    Member

    You just need to change the CSS. Currently the site container has a width of 860px and the content area has a width of 600px. You could add this, for example, to your stylesheet;

    .site-container {
        width: 1000px;
    }
    
    .site-inner {
        width: 700px;
    }

    Change the numbers to taste.


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

    Follow on Twitter

    March 8, 2016 at 4:17 pm in reply to: custom background image #180945
    ᴅᴀᴠɪᴅ
    Member

    It;d be impossible to match it up on every screen size. for large screens you can change the position of the body background. You will probably need to an important, to ensure it overrides it though. Also, optionally if you wanted to shrink the flowers to look a bit neater on mobiles. You can add the 'contain' property to the site container.

    Here's what you would need to add to your stylesheet that;

    body.custom-background {
        background-position: center -36px !important;
    }
    
    .site-container {
        background-size: contain;
    }

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

    Follow on Twitter

    March 8, 2016 at 4:02 pm in reply to: Change size of Featured Image on Archives page only #180943
    ᴅᴀᴠɪᴅ
    Member

    Ah I've just noticed you aren't using an html5 child theme. I didn't realise this before. The way I have given you is the 'new' way, but this won't work unless you have added support for html5. I am actually not that familiar with how Genesis worked before html5 support was added.

    I do know that the hook I used 'genesis_entry_content' didn't exist. Instead it was called 'genesis_post_content' so you could try replacing that. Which would look like this;

    <?php
    /**
     * This file controls the posts page
     */
    
    //* Remove default featured image from posts page and replace with thumbnail.
    remove_action( 'genesis_post_content', 'genesis_do_post_image' )
    add_action( 'genesis_post_content', 'child_theme_add_thumbnail_image' );
    function child_theme_add_thumbnail_image() {
    
    	$image_args = array(
    		'size' => 'latestpost',
    		'attr' => array(
    			'class' => 'alignnone post-image',
    		),
    	);
    
    	genesis_image( $image_args );
    }
    
    genesis(); 

    If that doesn't work then I don't know, sorry. you would need to hunt back in google for tutorials on this dating back before mid 2013.


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

    Follow on Twitter

    March 7, 2016 at 11:39 pm in reply to: Primary Menu Not Showing On Homepage #180885
    ᴅᴀᴠɪᴅ
    Member

    Ah, that menu position isn't supposed to appear on the home page as it is hooked to a hook that doesn't exist on the home page. You can see on the demo, the only menu that appears on the home page is the one right at the top. But this is achieved by adding the 'custom menu' widget to the header widget area.

    If you put your items in that widget area it will appear on the home, and every page. The menu which is called the primary navigation will only appear on pages with the correct hook, which is 'genesis_before_content_sidebar_wrap'.


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

    Follow on Twitter

    March 7, 2016 at 11:32 pm in reply to: Parallax Pro – Horizontal Alignment of Text Widgets #180884
    ᴅᴀᴠɪᴅ
    Member

    from looking at your style sheet, you have put it in the wrong place. It is currently inside a media query. At the moment you have...

    @media only screen and (max-width: 1140px) {
        You put the code I gave inside here, before the bracket had closed
    }

    You can't have a media query inside a media query, so instead put it like this..

    @media only screen and (max-width: 1140px) {
         /*Lots of CSS from theme goes here*/
    } /* Make sure this bracket is closed BEFORE you add the other media query */
    
    /* Then go ahead and add the code i originally gave */
    @media only screen and (min-width: 1024px) {
    
        .home-section-4 .widget + .widget {
            float: left;
            padding: 2%;
            width: 33%;
        }
    }
    
    /* This last bit happens outside of all media queries*/
    .home-even.home-section-4.widget-area .widget-title {
        font-size: 30px;
    }

    Hard to explain given the constraints of the forum, but i hope you understand.


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

    Follow on Twitter

  • Author
    Posts
Viewing 20 posts - 81 through 100 (of 326 total)
← 1 2 3 4 5 6 … 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