• 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

oiseau73

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 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • June 3, 2020 at 2:27 pm in reply to: Corporate Pro: Need separate featured and hero section images #499132
    oiseau73
    Member

    Hi Roger,

    I no longer work for the agency that was involved in the making of that website, but before I left, I set up a custom ajustment with the folks at BizBudding to give the site's owner the choice of one image for the featured images showing in the blog archive and another for the banner images behind each posts' title. I would contact BizBudding.

    March 6, 2020 at 9:36 am in reply to: Corporate Pro: Need separate featured and hero section images #497186
    oiseau73
    Member

    OH! Thank you!

    March 6, 2020 at 9:11 am in reply to: Corporate Pro: Need separate featured and hero section images #497184
    oiseau73
    Member

    Actually, it is SEO Themes, but thank you anyway.

    September 29, 2017 at 3:36 pm in reply to: Business Pro CSS file #212016
    oiseau73
    Member

    I will do that. I noticed it because I was adjusting the css.

    December 2, 2015 at 4:26 pm in reply to: Add lower widget area to Agency header #172517
    oiseau73
    Member

    Anyone have any ideas?

    Thanks!

    July 23, 2014 at 7:41 am in reply to: Adding a widget above the page title on certain pages #115503
    oiseau73
    Member

    Hi Brad,

    Sorry I left that out. This is what I have to register the widget:

    genesis_register_sidebar( array(
    	'id'          => 'managed-portfolios',
    	'name'        => __( 'Managed Portfolios', 'metro' ),
    	'description' => __( 'Managed Portfolio links.', 'metro' ),
    ) );

    Thanks, McGuive7, I will take a look at those plugins.

    July 22, 2014 at 2:10 pm in reply to: Adding a widget above the page title on certain pages #115445
    oiseau73
    Member

    Oh boy, I have spent the past hour making a fine mess! Fortunately, there is a demo version of the site (whew) and I have been trying to add in the Managed Portfolios widget to this page:
    http://bft-int.com/wp-demo1/dow-managed-portfolios/

    I like the idea of using a conditional tag, but I have to tell you, I haven't a clue as to what I am doing. Starting with the code from your post:

    add_action( 'genesis_after_header', 'your_widget' );
    function your_widget() {
    if ( is_front_page() && is_active_sidebar('new-widget') ) {
    genesis_widget_area( 'new-widget', array(
    'before' => '<div class="new-widget widget-area">',
    'after'	 => '</div>',
    		) ); 
     
      }
     
    }

    I have been trying different things:

    add_action( 'genesis_before_entry', 'managed-portfolios' );
    function genesis_entry_header() {
    if ( is_page( 407 )  && is_active_sidebar('managed-portfolios') ) {
    genesis_widget_area( 'managed-portfolios', array(
    'before' => '<div class="content-column">',
    'after'	 => '</div>',
    		) ); 
     
    }

    Which does not work. 🙂

    This line:
    if ( is_page( 407 ) && is_active_sidebar('managed-portfolios') ) {
    is trying to assign this sidebar to just page ID 407 which is the Managed Portfolio page.

    This line:
    'before' => '<div class="content-column">',
    "content-column" is the div the icons & links are sitting in.

    Guidance would be appreciated! Obviously, programming is not something I attempt very often.

    Thanks!

    July 22, 2014 at 8:07 am in reply to: Adding a widget above the page title on certain pages #115362
    oiseau73
    Member

    Hi Brad,

    The different sections are:
    Portfolio Review
    Overview
    Client Services
    Managed Portfolios
    Fixed Income
    Corporate Retirement
    Institutional Investing
    Investor Education
    Advertising

    I am guessing that each of those sections would need a page template? I can add a widget for each section and add the code for the icons/links in there. What I need help with is what code with what genesis hooks I would add for each template.

    Thanks!

    August 8, 2013 at 3:55 pm in reply to: Genesis 2.0 & header/logo issues #55108
    oiseau73
    Member

    Aaron, it seems that you have to go into your Dashboard and go to Appearance/Header and upload your logo there. Make sure you uncheck the " Show header text with your image" box.

    It seems that if you try and ignore this and have your logo sit in the background of the header area via CSS, the header text will show up despite unchecking the previously mentioned box. Not something I am thrilled about.

    I did hear back from support. To make my logo shrink to fit phones I added this CSS rule down at the bottom of the styles.css file in the responsive section - @media only screen and (max-width: 600px) {
    }

    Here's the rule (thanks Jennifer for this!):

    .custom-header #header {
    background-size: contain !important;
    }

    Hope this helps!

    Suzy

    August 8, 2013 at 3:45 pm in reply to: I'm getting double headers after 2.x upgrade #55105
    oiseau73
    Member

    Aaron, I see you have the logo in the background of your header:

    #header {
    background: url("http://www.covenantamerica.us/wp-content/uploads/cropped-Header2.png") no-repeat scroll 0 0 transparent !important;
    }

    Did you also upload the logo? Go to your Dashboard and look in Appearances/Header and see if you did upload it there. That may be why you have 2 of them.

    I've been dealing with this today as well.

    Suzy

    August 8, 2013 at 9:57 am in reply to: Genesis 2.0 & header/logo issues #54945
    oiseau73
    Member

    Aaron, I did submit a trouble ticket. I'll post the reply.

    August 8, 2013 at 7:37 am in reply to: Genesis 2.0 & header/logo issues #54868
    oiseau73
    Member

    Hi there,

    Yes, it all looks fine except on phones; now the logo is too big. I think I will submit a trouble ticket and report back.

    thanks!

    April 4, 2013 at 11:24 am in reply to: Problems with Outreach Twitter plugin #33115
    oiseau73
    Member

    Never mind - I discovered more info on the problems the Genesis Latest Tweets Widget can have and switched to this:

    http://wordpress.org/extend/plugins/latest-tweets-widget/

    April 3, 2013 at 2:40 pm in reply to: Problems with Outreach Twitter plugin #32911
    oiseau73
    Member

    Oh, and both sites are hosted at the same company.  thanks!

    March 14, 2013 at 3:15 pm in reply to: Outreach Sub Footer Twitter Widget #26581
    oiseau73
    Member

    Thanks!

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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