• 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

Jen Baumann

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 - 261 through 280 (of 288 total)
← 1 2 3 … 13 14 15 →
  • Author
    Posts
  • November 30, 2012 at 4:51 pm in reply to: Conditional remove_action of post-info… #2673
    Jen Baumann
    Participant

    You're welcome!

    November 30, 2012 at 11:00 am in reply to: [Delicious] featured image border on page, but not on post ?? #2549
    Jen Baumann
    Participant

    You're welcome!

    November 30, 2012 at 10:17 am in reply to: [Delicious] featured image border on page, but not on post ?? #2535
    Jen Baumann
    Participant

    You could play with this:

    .widget h2 {
    margin: 10px 0 5px;
    }

    November 30, 2012 at 9:57 am in reply to: Change logo padding #2528
    Jen Baumann
    Participant

    Try changing the margin of the #header div:

    #header {
    margin: 10px auto;
    min-height: 100px;
    overflow: hidden;
    width: 1100px;
    }

    November 30, 2012 at 9:53 am in reply to: [Delicious] featured image border on page, but not on post ?? #2527
    Jen Baumann
    Participant

    Try adding another block for .alignright.

     

    .featuredpost a.alignright, .featuredpage a.alignright {
    background: #EFEFEF;
    padding: 3px;
    border: 1px solid #D9D9D9;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -webkit-background-clip: padding-box;
    -webkit-background-origin: padding-box;
    }

    November 30, 2012 at 9:45 am in reply to: Edit post info #2520
    Jen Baumann
    Participant

    These links will help you customize the post info and post meta. You must be logged into my.studiopress.com

    http://my.studiopress.com/snippets/post-info/#customize

    http://my.studiopress.com/snippets/post-meta/#customize

    http://my.studiopress.com/docs/shortcode-reference/

    November 30, 2012 at 9:08 am in reply to: [Delicious] featured image border on page, but not on post ?? #2514
    Jen Baumann
    Participant

    Try removing #sidebar from that section.

    November 27, 2012 at 10:34 pm in reply to: Conditional remove_action of post-info… #1990
    Jen Baumann
    Participant

    Since you've removed it from genesis_before_post_content, you'll need to make your remove action:

    remove_action( 'genesis_before_post_title', 'genesis_post_info' );

    November 27, 2012 at 9:29 pm in reply to: Sidebar Menus – Using Secondary Menus/Child Pages #1985
    Jen Baumann
    Participant

    You're very welcome!

    November 27, 2012 at 9:22 pm in reply to: Conditional remove_action of post-info… #1981
    Jen Baumann
    Participant

    You need to add your action earlier. Try one of these:
    add_action( 'genesis_before', 'single_conditional_actions' );
    add_action( 'template_redirect', 'single_conditional_actions' );

    November 27, 2012 at 9:18 pm in reply to: Sidebar Menus – Using Secondary Menus/Child Pages #1978
    Jen Baumann
    Participant

    I'm still not clear as to what you are trying to do. Are you looking for the page's submenu to basically be "open" for display in the custom nav only on that page and subpages? If so, then you can use the menu classes to hide and show things with css.  This isn't complete, but you'll get the idea:

    .sidebar .menu ul {
    display: none;
    }
    .sidebar .menu .current-menu-item ul,
    .sidebar .menu .current-menu-ancestor ul {
    display: block;
    }

    November 27, 2012 at 5:01 pm in reply to: Looking for Genesis Developer #1943
    Jen Baumann
    Participant

    You can also find a list of developers here.

    November 27, 2012 at 4:55 pm in reply to: Sidebar Menus – Using Secondary Menus/Child Pages #1940
    Jen Baumann
    Participant

    This is probably what you are looking for: http://wordpress.org/extend/plugins/be-subpages-widget/

    November 21, 2012 at 2:39 pm in reply to: I'm in! #1179
    Jen Baumann
    Participant

    Welcome to the new forums!

    November 21, 2012 at 12:11 pm in reply to: Looking ofr Membership site tips to style like new Studiopress Community Forum #1157
    Jen Baumann
    Participant

    The forum is actually bbPress, a plugin for WordPress.

    November 20, 2012 at 9:07 am in reply to: Display specific widget for mobile views #857
    Jen Baumann
    Participant

    I don't see a home-5 in the source code, but I do see home 1-4 disappear when making the window narrower.

    November 20, 2012 at 8:59 am in reply to: two diffrent featured images on agency theme #855
    Jen Baumann
    Participant

    You may be able to put something together with Multiple Post Thumbnails, but it will require writing some custom code.

    November 20, 2012 at 7:53 am in reply to: add a class to the sidebar div #819
    Jen Baumann
    Participant

    Basically, just to maintain consistency with the standard Genesis sidebar markup.  If you look at the Genesis sidebar.php, you'll see the same markup.

    November 19, 2012 at 9:35 pm in reply to: Opinions on Shopping carts #784
    Jen Baumann
    Participant

    I recommend WooCommerce with Genesis Connect WooCommerce.  Both of those are free. However, WooCommerce extensions are available for a fee to add additional functionality to the cart. They vary in price, but there is a pretty extensive collection of them at this point. There are also third-party extensions available at CodeCanyon and other sites.

    November 19, 2012 at 9:30 pm in reply to: Access to the Tutorial LInks #783
    Jen Baumann
    Participant

    You need to be logged into my.studiopress.com to view the tutorials.

  • Author
    Posts
Viewing 20 posts - 261 through 280 (of 288 total)
← 1 2 3 … 13 14 15 →
« Previous Page

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