• 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

cartess3

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 20 total)
  • Author
    Posts
  • October 18, 2018 at 3:15 am in reply to: Academy Pro — Problem in Placing Wistia Video on Homepage Hero Video Settings #223823
    cartess3
    Member

    Doesn't work ... I too use wistia. I don't wanna host the file on my website.

    May 23, 2017 at 1:26 pm in reply to: What File Do I Modify to Change Header Layout and Design #206883
    cartess3
    Member

    Any suggestions?

    May 22, 2017 at 10:22 am in reply to: What File Do I Modify to Change Header Layout and Design #206839
    cartess3
    Member

    I know y'all are tired of hearing from me ... And please know that I've been trying and trying. Spent 8 hours trying to short this out but can't seem to figure it out. I've restored my backup countless times but can't figure it out. Probably staring me right in the face.

    I'm trying to get the dark grey utility bar to be the same width as the blue navigation menu:
    https://ameliahomes.wpengine.com/contact/

    ANd then I"m trying to get the text within each of the widgets to be responsive when it's viewed on mobile devices.

    I almost got that figured out as I've managed to get the right utility bar to be centered. But no matter what I do, I can't get the left utility bar to respond, nor get it centered.

    Prior to the few changes I made, when it responded, the content in both utility boxes sat side by side.

    The few changes I've made finally got it some they stack on top of each other when the screen resizes.

    Any help is appreciated.

    May 21, 2017 at 2:20 pm in reply to: What File Do I Modify to Change Header Layout and Design #206808
    cartess3
    Member

    hmmmm ... That's odd. Looks like it corrected itself.

    Thanks!

    May 21, 2017 at 8:57 am in reply to: What File Do I Modify to Change Header Layout and Design #206799
    cartess3
    Member

    Does anyone know why the widgets appear on top of each other in the header?

    I followed Carrie Dills tutorial for adding a utility bar to a Genesis theme.

    Any advice would be appreciated.

    Sincerely

    May 20, 2017 at 8:57 am in reply to: What File Do I Modify to Change Header Layout and Design #206761
    cartess3
    Member

    I'd assume this part of the code would make it work:

    }

    .utility-bar-left,
    .utility-bar-right {
    width: 50%;
    }

    .utility-bar-left p,
    .utility-bar-right p {
    margin-bottom: 0;
    }

    .utility-bar-left {
    float: left;
    }

    .utility-bar-right {
    float: right;
    text-align: right;

    May 20, 2017 at 8:55 am in reply to: What File Do I Modify to Change Header Layout and Design #206760
    cartess3
    Member

    I'd added the following earlier to styles.cc

    Did I do something wrong?

    /* Utility Bar
    --------------------------------------------- */
    
    .utility-bar {
    	background-color: #333;
    	border-bottom: 1px solid #ddd;
    	color: #ddd;
    	font-size: 12px;
    	font-size: 1.2rem;
    	padding: 10px 0;
    	padding: 1rem;
    }
    
    .utility-bar a {
    	color: #ccff33;
    }
    
    .utility-bar a:hover {
    	text-decoration: underline;
    }
    
    .utility-bar-left,
    .utility-bar-right {
    	width: 50%;
    }
    
    .utility-bar-left p,
    .utility-bar-right p {
    	margin-bottom: 0;
    }
    
    .utility-bar-left {
    	float: left;
    }
    
    .utility-bar-right {
    	float: right;
    	text-align: right;
    }
    
    .utility-bar input[type="search"] {
    	background: inherit;
    	padding: 10px 0 0;
    	padding: 1.0rem 0 0;
    }
    May 20, 2017 at 8:12 am in reply to: What File Do I Modify to Change Header Layout and Design #206758
    cartess3
    Member

    Ugh... I thought I was making process, but now the two widgets seem to display on top of teach other in the header. They're not showing in the right side (only the left)

    https://ameliahomes.wpengine.com/listings/

    May 20, 2017 at 7:24 am in reply to: What File Do I Modify to Change Header Layout and Design #206746
    cartess3
    Member

    AWESOME Victor. That fixed it!!!

    Here's the corrected code with the 'straight-quotes'

    /** Register Utility Bar Widget Areas. */
    
    genesis_register_sidebar( array(
    'id' => 'utility-bar-left',
    'name' => __( 'Utility Bar Left', 'theme-prefix' ),
    'description' => __( 'This is the left utility bar above the header.', 'theme-prefix' ),
    ) );
    
    genesis_register_sidebar( array(
    'id' => 'utility-bar-right',
    'name' => __( 'Utility Bar Right', 'theme-prefix' ),
    'description' => __( 'This is the right utility bar above the header.', 'theme-prefix' ),
    ) );
    May 19, 2017 at 1:20 pm in reply to: What File Do I Modify to Change Header Layout and Design #206713
    cartess3
    Member

    Hmmmm...

    When I added that code from Carrie's page, my site crashed and had to restore from back up... Is the code no longer working. I copied and pasted as shown below:

    I'm using AgentPress Pro Theme

    /** Register Utility Bar Widget Areas. */

    genesis_register_sidebar( array(
    ‘id’ => ‘utility-bar-left’,
    ‘name’ => __( ‘Utility Bar Left’, ‘theme-prefix’ ),
    ‘description’ => __( ‘This is the left utility bar above the header.’, ‘theme-prefix’ ),
    ) );

    genesis_register_sidebar( array(
    ‘id’ => ‘utility-bar-right’,
    ‘name’ => __( ‘Utility Bar Right’, ‘theme-prefix’ ),
    ‘description’ => __( ‘This is the right utility bar above the header.’, ‘theme-prefix’ ),
    ) );

    May 19, 2017 at 11:28 am in reply to: What File Do I Modify to Change Header Layout and Design #206711
    cartess3
    Member

    Thank you Victor for taking the time to explain. I sincerely appreciate it. I have css/html skills, but never modified a theme on my own before. I will start here. Thanks again!

    May 11, 2017 at 4:59 pm in reply to: How to Get 1 Solid Color on Header in AgentPress #206296
    cartess3
    Member

    That worked! Muchas Gracias!

    May 10, 2017 at 8:42 am in reply to: Reposition Primary Nav Tutorial Not Working on AgentPress site #206245
    cartess3
    Member

    WOW ... That was it. Thanks soooo MUCH!

    September 29, 2015 at 7:36 pm in reply to: Mobile Responsive Complaint on Metro Theme??? #167008
    cartess3
    Member

    Thanks Victor. I'm in there now but can't seem to figure which one controls all the white space under the header graphic. Any suggestions?

    I appreciate it!

    May 13, 2015 at 8:23 am in reply to: Can't Get Landing Page Option to Work #151995
    cartess3
    Member

    Not resolved

    May 11, 2015 at 9:23 pm in reply to: Any Examples of HyperLocal / City Guide Websites? #151816
    cartess3
    Member

    Thanks for your feedback Christoph. I appreciate it.

    You've provided some great ideas for a starting point. Did u have a link to that 'German' tourist site? I didn't see a link?

    August 24, 2014 at 4:15 pm in reply to: HEADER Cutting Off on Mobile Devices #120820
    cartess3
    Member

    Thanks for your help Anita. I really appreciate it!
    How do I mark as resolved?

    August 23, 2014 at 6:07 pm in reply to: HEADER Cutting Off on Mobile Devices #120689
    cartess3
    Member

    I want the header to remain the width of the header area (1068 px) .

    Is this something you can help me with?

    February 6, 2014 at 10:56 am in reply to: Removing Navigation From Homepage ONLY #88956
    cartess3
    Member

    That worked... Thanks soooo much Andrea!!!

    January 4, 2014 at 8:38 am in reply to: Header Text in Metro #83116
    cartess3
    Member

    Thank you Sridhar...that worked!!!

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

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