• 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

jlknauff

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 - 1 through 20 (of 30 total)
1 2 →
  • Author
    Posts
  • December 5, 2017 at 2:43 pm in reply to: Can't disable drop down menus for some reason? #214292
    jlknauff
    Member

    Hi Victor,

    I had tried that, but no dice...your article was where I started. I ended up modifying the CSS to disable the drop downs.

    May 9, 2017 at 9:42 am in reply to: How to make content in front-page-1 visible w/o scrolling? #206182
    jlknauff
    Member

    Right, but I don't want to remove it. I just want the content to display in front-page-1 without scrolling. I have it working that way on another site, but I can't identify what i did differently.

    May 5, 2017 at 1:45 pm in reply to: can't seem to clip container here #205986
    jlknauff
    Member

    Solved it. Had to add position: relative to the containing div.

    April 10, 2017 at 10:36 am in reply to: Streamline Pro #204561
    jlknauff
    Member

    I didn't say to make it 0px. I said to delete that line entirely.

    April 6, 2017 at 3:23 pm in reply to: Need Header/Logo Area Of Site To Disappear. #204406
    jlknauff
    Member

    What's your URL?

    April 6, 2017 at 12:48 pm in reply to: Streamline Pro #204404
    jlknauff
    Member

    In fact, just delete:

    width: 960px;

    and you should be fine.

    April 6, 2017 at 12:46 pm in reply to: Streamline Pro #204403
    jlknauff
    Member

    .site-header .widget-area is too wide. Shrink it down and it will move right up.

    March 22, 2017 at 10:09 am in reply to: can't get shortcodes in functions.php to work #203671
    jlknauff
    Member

    When I use

        if ( is_page( 'antitrust-trade-regulation' ) ) {
    		echo '<div class="practice-area-people">';
    		$custom_field = genesis_get_custom_field('antitrust-trade-regulation-people');
    		echo do_shortcode( $custom_field );
    		echo '</div>';
        }

    it returns nothing. 🙁

    I've also tried:

    echo do_shortcode( get_post_meta( 223, $key = 'antitrust-trade-regulation-people', $single = true ) );

    which also returns no results.

    March 22, 2017 at 9:32 am in reply to: can't get shortcodes in functions.php to work #203665
    jlknauff
    Member

    Here's the odd thing...

    I'm using a shortcode that I know works for testing. (CF7)

    This simply prints the shortcode on the screen:

    $custom_field = genesis_custom_field('antitrust-trade-regulation-people');
    echo do_shortcode( $custom_field );

    However, this outputs the results:

    $custom_field = genesis_custom_field('antitrust-trade-regulation-people');
    echo do_shortcode( '[contact-form-7 id="1667" title="Contact form 1"]' );

    Does that make any sense?

    March 22, 2017 at 9:24 am in reply to: can't get shortcodes in functions.php to work #203661
    jlknauff
    Member

    Hey Victor, that's one of the things I've been trying, but no dice.

    March 22, 2017 at 9:21 am in reply to: can't get shortcodes in functions.php to work #203658
    jlknauff
    Member

    Brad, nope...I've tried using do_shortcode as well with no luck. Even modified to use your example with no success.

    function practice_area_people() {
        if ( is_page( 'antitrust-trade-regulation' ) ) {
    		echo '<div class="practice-area-people">';
    		$custom_field = genesis_custom_field('antitrust-trade-regulation-people');
    		if ( $custom_field ) {
    			echo do_shortcode( $custom_field );
    		}
    		echo '</div>';
        }
    }
    add_action( 'genesis_before_content', 'practice_area_people' );
    February 6, 2017 at 8:27 am in reply to: How to add text right after post title #200632
    jlknauff
    Member

    Hey Victor.

    It was started using Showcase as a foundation.

    Here is what I'm talking about. I'm trying to put it right after the post title, where you see the red X.

    trenam

    February 3, 2017 at 5:21 pm in reply to: How to add text right after post title #200537
    jlknauff
    Member

    No, I was incorrect...that doesn't appear to be the issue.

    February 3, 2017 at 5:19 pm in reply to: How to add text right after post title #200535
    jlknauff
    Member

    I think I just found what's going on...the theme has the default actions removed and re-added in different orders.

    February 3, 2017 at 5:16 pm in reply to: How to add text right after post title #200534
    jlknauff
    Member

    That's still sticking it right above the content, not the page header. (http://bit.ly/2k5dKZj)

    November 7, 2016 at 3:25 pm in reply to: Absolute positioning problems #195864
    jlknauff
    Member

    Well, I came up with a solution. I simply set the max-height using the viewport width.

    November 7, 2016 at 2:31 pm in reply to: Absolute positioning problems #195855
    jlknauff
    Member

    Hmmm...I tried that but it's not doing anything different.

    November 7, 2016 at 12:39 pm in reply to: Absolute positioning problems #195841
    jlknauff
    Member

    Shoot...I fixed that yesterday but forgot to update my post here. 😉

    I do have another problem though...I can't seem to get the div that wraps the video to stop at the bottom of the screen. Any idea how to accomplish that?

    April 13, 2016 at 7:23 pm in reply to: [Outreach Pro] Footer widget 4 to 2 #183569
    jlknauff
    Member

    Delete

    .genesis-nav-menu li.right {
        display: none;
    }

    But it's going to mess up your layout.

    April 13, 2016 at 7:37 am in reply to: Adding code to posts only #183517
    jlknauff
    Member

    Try a plugin called Genesis Simple Hooks. You won't need to mess with any coding.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 30 total)
1 2 →

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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