• 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

Jamie

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 23 total)
1 2 →
  • Author
    Posts
  • December 27, 2015 at 12:15 pm in reply to: Limit Simple Hooks code to pages and posts only in Parallax Pro? #174613
    Jamie
    Member

    So sorry about that. Here's the code in PasteBin.

    Maybe there is a better way; I don't know. I am trying to make a banner on all my pages and blog posts except the homepage, like you can see at AmandaAbella.com/hire-me (which is one of the gallery sites for Cafe Pro, but I'm using Parallax Pro).

    I also tried the instructions here:
    http://www.studiopress.community/topic/parallax-pro-please-help-custom-header-images-on-pages/

    ... but the image did not show up on top that way, and it cut off half the image height on desktop. 🙁

    Thanks so much in advance for any help. I really appreciate it.

    December 23, 2015 at 6:35 am in reply to: Header image on pages and blog in Parallax Pro? #174623
    Jamie
    Member

    Actually, it's still cutting off on mobile too.

    December 23, 2015 at 6:34 am in reply to: Header image on pages and blog in Parallax Pro? #174622
    Jamie
    Member

    Victor, thank you! That is so much better... but it is still cutting off on desktop and tablet. Here's how it looks:
    http://www.fromhispresence.com/contact-me/

    Any ideas why it's still cutting off?
    Thanks so much for the help!

    December 21, 2015 at 4:21 am in reply to: White space around CTA widget/eNews Extended in tablet & mobile views (Parallax) #174450
    Jamie
    Member

    Update- I was able to fix this by changing the padding/margin, but now the CTA widget obscures the bottom 25% of my background photo. Would still like to have the widget show with no white space while not obscuring the background photo.

    Any advice would be appreciated. 🙂 Thanks, all!

    December 20, 2015 at 2:12 pm in reply to: White space around CTA widget/eNews Extended in tablet & mobile views (Parallax) #174418
    Jamie
    Member

    Hey, thanks! I just removed it, and it fixed the white space problem in mobile view but not in tablet. Any thoughts about the tablet view?
    Thanks again,

    December 20, 2015 at 4:44 am in reply to: Making 2 columns of widgets in Parallax Pro #174386
    Jamie
    Member

    Victor, thank you. I added it and it did float the text widget left. However, the featured content widget didn't move to the right. How would I fix that?

    Also, the text widget didn't move all the way left. I tried adding code to remove padding and margin on the left, but I did not do it right apparently, b/c what I did didn't work. Any thoughts on how to make the text widget go all the way left?
    Thanks so much for your help! 🙂

    December 19, 2015 at 4:30 pm in reply to: Formatting eNews Extended in Parallax Pro #174359
    Jamie
    Member

    Awesome! It worked! Thank you so much!

    December 18, 2015 at 7:41 am in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174201
    Jamie
    Member

    It worked. Thanks!

    December 17, 2015 at 12:22 pm in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174101
    Jamie
    Member

    Awesome. Thanks! So just wondering... What did I do wrong? Why wouldn't the new fonts have shown up on the site after I added the Google fonts code?

    December 17, 2015 at 10:38 am in reply to: Trying to change fonts in Parallax Pro but crashed site instead. #174085
    Jamie
    Member

    Thanks! That will be great after I get my site back, but I don't think it helps me a bit to get back into it, since it's still completely crashed with a "server error" white screen. ?

    July 14, 2014 at 6:37 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114323
    Jamie
    Member

    Hey! I think I did it! I used different code, and I know NOTHING about coding anything, but it's sitting back in its proper place with this code (I copied the code you had above and tweaked it a bit based on the custom code I already had):
    #nav {
    float: none;
    margin: 0 auto;
    width: 970px;
    }
    The only problem is that now it added too much white margin between the primary nav bar line and the Hello Bar. Do you happen to know why the header and nav bar would have moved down, and how I can move them back up?
    Thank you so much! 🙂

    July 13, 2014 at 6:21 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114183
    Jamie
    Member

    Ok, I disabled minification and added the code. I tried it at the top of the Custom Code field and at the end of the other nav bar code. But neither place fixed it. Should I move it somewhere else?
    Thanks for your help!

    July 12, 2014 at 5:29 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114084
    Jamie
    Member

    This is the custom code I already have, if it helps:
    /***full-width subnav***/
    body {
    width: 100%;
    }
    #subnav ul {
    float: none;
    margin: 0 auto;
    width: 970px;
    }
    #footer {
    width: 970px;
    }

    July 12, 2014 at 4:44 pm in reply to: How to center primary nav bar but leave secondary nav bar full-width in Prose #114078
    Jamie
    Member

    Thank you. I just tried it. It didn't work, unfortunately.

    July 10, 2014 at 5:01 pm in reply to: Making secondary nav bar full-width in Prose #113828
    Jamie
    Member

    Hi Wendy, you helped me with the thread above awhile back and I'm wondering if you could possibly help me again? The code you listed above worked perfectly. I was only using one menu at the time--the secondary menu, just below the header. Now I am wanting to add the primary menu above the header as well. But I want the primary menu to be regular and centered--not full-width. How do I change the full-width nav bar code above to make it only apply to the secondary menu bar below the header, and not to the primary menu bar above the header?
    http://www.fromhispresence.com is my link.
    Thank you so much!

    April 12, 2013 at 10:04 am in reply to: Making secondary nav bar full-width in Prose #35010
    Jamie
    Member

    Hi, I just pasted it in the custom functions field but unfortunately it doesn't appear to have made any difference. I must be doing something wrong?

    April 9, 2013 at 4:21 pm in reply to: Making secondary nav bar full-width in Prose #34391
    Jamie
    Member

    So now to get the site back up, I reset the Custom CSS/Functions screen. I pasted the Custom CSS code I had back in afterward and the site is back up again. However, the Custom Functions code I had before, which looked like this:

    /** Do not remove this line. Edit functions below. */
    add_action( 'genesis_before', 'child_conditional_actions' );
    function child_conditional_actions() {

    if( is_home() || is_front_page() ) { //if page is home page or front page
    remove_action( 'genesis_after_post_content', 'genesis_post_meta' );
    }
    }

    // Add support for structural wraps
    add_theme_support( ‘genesis-structural-wraps’, array(
    ‘header’,
    ‘nav’,
    ‘subnav’,
    ‘inner’,
    ‘footer-widgets’,
    ‘footer’
    ) );
    <?php

    crashes the site again. Can you tell what I might have done wrong? I'd like to have that custom function back because it was hiding the tags on the ends of the posts.

    I'm so sorry for all trouble, but I really appreciate your help.

    April 9, 2013 at 4:07 pm in reply to: Making secondary nav bar full-width in Prose #34381
    Jamie
    Member

    Hi, I just pasted the code above into Custom Functions. Then the site just showed the text of the code in the location of the primary nav bar, and then when I removed it, the whole site crashed. ?? (I'm using Chrome and it says the server encountered an error and can't reload.)

    April 9, 2013 at 7:58 am in reply to: Making secondary nav bar full-width in Prose #34259
    Jamie
    Member

    Hi, I'm wanting the gray menu bar to go all the way across the screen, adjusting to the size of the reader's computer monitor. I don't want the actual menu buttons to move; I just want the blank gray menu bar to continue past the buttons.

    An example would be at http://www.moneysavingmom.com. She has her menu bar stretching all the way across the screen, even though the menu buttons stay within the same margins as the header and the content.

    Thanks (again) for your help!

    Jamie

    April 8, 2013 at 6:11 pm in reply to: Reduce padding on primary sidebar in Prose? #34155
    Jamie
    Member

    Oh my goodness!!! It worked!! Thank you Wendy! It looks so much better!

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