• 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

jaxweb

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 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • January 16, 2017 at 11:08 am in reply to: Suggestion: Hook inside the header but outside the wrap #199483
    jaxweb
    Member

    Thank You so much. that worked great!

    January 14, 2017 at 11:48 am in reply to: Suggestion: Hook inside the header but outside the wrap #199392
    jaxweb
    Member

    I want the wrap to stay at 1200 pixels wide because i want to keep the content (logo & widgets) within that width. I have a fixed header and wish to move the navigation within the header but adjust it based on the the dynamic height of the header as it adjusts in height based on the widgets and logo content within it. This would also eliminate the adjustments i have to make within css to make fixed navigation positions at all breakpoints and then adjust the site-inner as well based on the breakpoints. This is a bit much and gets complex and creates too much testing If i can just make the header fixed, all i need to do is adjust the site-inner location from the top based on the height of the header.

    SO this is what i'm trying to do
    site headre wrap something

    April 22, 2016 at 11:48 am in reply to: Specific, Truncated Content in Custom Front Page #184197
    jaxweb
    Member

    For those who want to know what i did

    Added this to my functions.php

    function custom_excerpt_length( $length ) {
        return 30;
    }
    add_filter( 'excerpt_length', 'custom_excerpt_length', 9 );
    
    function new_excerpt_more($more) {
    	global $post;
    	return '<a href="'. get_permalink($post->ID) . '">Read More</a>';
    }
    add_filter('excerpt_more', 'new_excerpt_more');

    Then added this to where i was adding the excerpt in my front page php

    $id = 14;
    $temp = $post;
    $post = get_post( $id );
    setup_postdata( $post );
    echo the_excerpt();
    March 9, 2016 at 2:09 pm in reply to: Menu Title Atribute missing? #181044
    jaxweb
    Member

    ok. well. [sarcasm]now i feel really smart. [/sarcasm]
    Thanks!

  • Author
    Posts
Viewing 4 posts - 1 through 4 (of 4 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