• 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

notfarnow

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 31 total)
1 2 →
  • Author
    Posts
  • March 2, 2018 at 1:10 am in reply to: Infinity Pro Homepage Header on All Pages #217204
    notfarnow
    Participant

    Thanks Brad! That'll work but the nav link and logo color change won't occur so the white nav will get lost on a white background.

    Is it possible to have the other pages load the home header instead of the other header?

    May 13, 2015 at 2:00 am in reply to: Adding Social Media Icons to right side of nav bar #151969
    notfarnow
    Participant

    What did you edit out to remove the search form and only have the social icons?

    May 12, 2015 at 7:50 pm in reply to: How to add Social Media Widget icons to Metro Primary Nav Bar #151950
    notfarnow
    Participant

    Try this: http://www.studiopress.community/topic/adding-social-media-icons-to-right-side-of-nav-bar-2/

    which leads to this:

    http://www.petersenmediagroup.com/genesis-framework/adding-simple-social-icons-search-form-genesis-menu/

    May 6, 2015 at 11:19 pm in reply to: Cafe Pro Replaced mini site title with logo but text is still there. #150525
    notfarnow
    Participant

    I'm glad it is working for you Cindy. You may want to shrink down the logo and the width some too as it is covering the 'Home' button in your nav. You can try something like this:

    background: url("http://www.gudlandscaping.com/wp-content/uploads/2015/05/LogoSticky-copy.png") no-repeat scroll center center / contain #fff;
    min-width: 166px;

    Also you can change when the nav jumps to the mobile (hamburger) menu to avoid the links getting covered by the logo.

    Also don't forget to update your favicon:
    http://realfavicongenerator.net/

    March 5, 2015 at 12:50 am in reply to: Centric Pro – Home Featured 1 Full width Mobile #143248
    notfarnow
    Participant

    I still have not figured this out.

    February 24, 2015 at 9:07 am in reply to: Centric Pro – Home Featured 1 Full width Mobile #142019
    notfarnow
    Participant

    http://haquechiropractic.com/newsite

    May 13, 2014 at 1:29 pm in reply to: WooCommerce Genesis Connect not integrating #104962
    notfarnow
    Participant

    Thanks Y'all! Yeah I added the code to both functions.php files. I ended up finding the solution with quotes. You can see in my initial post is
    add_theme_support( ‘genesis-connect-woocommerce’ );
    which is incorrect. The correct way is
    add_theme_support( 'genesis-connect-woocommerce' );
    It doesn't always translate properly when copy and pasting.

    so make sure to use ' NOT ‘

    May 12, 2014 at 11:39 pm in reply to: WooCommerce Genesis Connect not integrating #104860
    notfarnow
    Participant

    This is still not working... It looks like many are having the same issue. I'm getting the dreaded: orry! In order to use the Genesis Connect for WooCommerce plugin you need to do the following:

    Add this code to your child theme's functions.php:
    add_theme_support( 'genesis-connect-woocommerce' );

    Even though I've already added it with the Enterprise theme.

    Please help thanks!

    April 15, 2014 at 11:34 am in reply to: Centric Home Featured 1 not responsive (no resize with slider) #100529
    notfarnow
    Participant

    Thanks so much Tom!

    Yeah so the
    display: table;
    and
    display: inline-block;
    display: table-cell;

    Were keeping it from resizing.

    Resolved!

    April 11, 2014 at 4:54 pm in reply to: Centric Home Featured 1 not responsive (no resize with slider) #99749
    notfarnow
    Participant

    Awesome Support Tom thanks! The strange thing is it is responsive in widget 2 and 3 areas but not widget 1. I put the same slider in each widget with default css and you'll see 2 resizes and 1 doesn't...

    here: http://notfarnow.com/dev/

    April 7, 2014 at 4:07 am in reply to: Centric Pro Theme Home Widget 1 Background #98831
    notfarnow
    Participant

    Why has this not been answered?!

    Try changing the max-width amount in .home-featured .wrap from this:

    .home-featured .wrap {
    margin-top: -160px;
    max-width: 782px;
    display: table;
    text-align: center;
    }

    to this:

    .home-featured .wrap {
    margin-top: -160px;
    max-width: 1280px;
    display: table;
    text-align: center;
    }

    Let me know if this helps. I don't know if this is the best way but it seems to work.

    December 26, 2013 at 1:38 pm in reply to: Can I put the Genesis Featured Posts Widget in a page using shortcode or php? #81284
    notfarnow
    Participant

    Ok I followed your great tutorial and got the widget area dialed in but I'm stuck on what to place inside the tab code.

    So if each tab has a separate div for its content:
    <div>
    <div>Genesis Featured Posts Here *</div>
    <div>Specs</div>
    <div>Price</div>
    <div>Release Date</div>

    What do I put in the div for it to show the Genesis Featured Posts Widget?

    For example:
    <div>
    <div>[Genesis Featured Posts shortcode Here]</div>

    or
    <div>
    <div><php Genesis Featured Posts PHP Here></div>

    Thanks!

    December 25, 2013 at 11:50 pm in reply to: Can I put the Genesis Featured Posts Widget in a page using shortcode or php? #81222
    notfarnow
    Participant

    Dynamite support thank you I'm working on it now. Is the the manual process of doing it with Genesis Simple Sidebars?

    October 28, 2013 at 6:23 pm in reply to: Minimum Pro Slideshow On Homepage #69554
    notfarnow
    Participant

    To get a slider to go behind the header and nav (like http://www.thea21campaign.org/), do you use negative margins and z-index? I would love to know how to do this properly too.

    September 2, 2013 at 10:43 am in reply to: z-index and fixed positioning #60260
    notfarnow
    Participant

    I setup an example of what I'm looking for here: http://oi40.tinypic.com/mskhgl.jpg
    Please let me know if this makes sense.

    August 28, 2013 at 6:51 pm in reply to: Full Page Slider Behind Header and Footer #59367
    notfarnow
    Participant

    Awesome. You Rock Dr. Dalton!

    August 28, 2013 at 6:47 pm in reply to: Full Page Slider Behind Header and Footer #59365
    notfarnow
    Participant

    I just thought of something. Instead of focusing on the page content, what if I fixed the position of the header and footer? so the content naturally resides beneath? I appreciate your help Brad.

    August 28, 2013 at 6:40 pm in reply to: Full Page Slider Behind Header and Footer #59363
    notfarnow
    Participant

    I'm not necessarily set on that slider.
    What if, for example, I just wanted my page content to fill 100% width and height
    and the remaining elements stay as they are naturally (nav, header, footer).
    Thanks Brad!

    August 28, 2013 at 5:42 pm in reply to: Full Page Slider Behind Header and Footer #59347
    notfarnow
    Participant

    Thanks Brad! Close.
    Basically I'll be adding RoyalSlider (http://codecanyon.net/item/royalslider-touch-content-slider-for-wordpress/700256)
    to a page and would like it to show like your background image (http://bradpotter.com/themes/minimum/).
    So I guess page content would be
    width: 100%;
    height: 100%;
    But it would have to stay behind the footer, nav and footer.
    Does this make sense?

    August 14, 2013 at 12:50 pm in reply to: Keep the Header Right Nav from moving below logo on resize? #56366
    notfarnow
    Participant

    Hi anitac, I put together a demo version to work with here: http://www.gotoddrun.com

    if you resize your browser, you'll see the 2 nav buttons in the top right jump around.

    I'd like them to stay along the same line as the logo when resizing the browser.

    Thanks!

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

© 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