• 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

NewSeasonDesign

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 30 total)
1 2 →
  • Author
    Posts
  • April 29, 2014 at 5:38 pm in reply to: Add hook only on home page #103010
    NewSeasonDesign
    Member

    I would do this:

    <?php if (is_home()) { ?><div style="background: #eeeeee; text-align: center;"><img src="/wp-content/uploads/2014/04/collage.jpg" width="1160" height="205"></div>
    <?php } ?>
    

    If is_home doesn't work, try is_front_page.

    Then make sure that you check the box for php under the hook. (Not that I've ever forgotten do that... ahem.)

    July 1, 2013 at 1:52 pm in reply to: All 3 Footer Widgets Inside .footer-widgets-1 #48731
    NewSeasonDesign
    Member

    The strange part though is that in Firebug, only the first widget was showing in the code. And all of the widgets are IN that one (which they really aren't in the dashboard).

    What's really weird is I swapped the position of the 1st and 3rd widgets, and now they're all showing up. Gotta love WordPress! 🙂

    April 3, 2013 at 12:09 pm in reply to: Adding a line of text after Speak Your Mind #32874
    NewSeasonDesign
    Member

    Thanks @braddalton ! That did the trick. I didn't realize that I could just add a paragraph tag. Plus I had an apostrophe in the text they wanted, and that was causing an error. Oops. It's working perfectly now.

    April 2, 2013 at 7:16 pm in reply to: Hide Page Title from Top Of Page content #32761
    NewSeasonDesign
    Member

    What's the URL?

    April 2, 2013 at 7:16 pm in reply to: Adding social media icons to menu bar #32760
    NewSeasonDesign
    Member

    She could also make menu items for Facebook and Twitter and then replace the text for those menu items with the images.

    April 2, 2013 at 7:14 pm in reply to: Adding a line of text after Speak Your Mind #32758
    NewSeasonDesign
    Member

    @AnitaC - Unfortunately the comment policy shows up right before the comment box area. Their comment box has a background color, and it's appearing outside the colored area when I try that.


    @braddalton
    - I actually do have that already in my php file. I used it to change 'Speak your mind' to 'Leave a comment.' The problem is that I want to add another line of text after 'Leave a Comment'.

    March 25, 2013 at 7:22 pm in reply to: Next/Previous Post on Mobile #31223
    NewSeasonDesign
    Member

    I've noticed that the testing at http://www.studiopress.com/responsive/ isn't 100% accurate. I've been doing my own testing on my smartphone and tablet, and it's always different than what's up there. But anyhow... I did find a workaround that seems to be working. You're welcome to close this.

    March 12, 2013 at 1:48 pm in reply to: Adding a clickable image in the header #25697
    NewSeasonDesign
    Member

    Oops. That read my post as code. Let me try that again with some spaces. 🙂

    You probably have to click the box next to “Unhook genesis do header function from this hook?” in the genesis_header hook. Sorry I forgot that step before. That should remove the old header and just put yours in there.

    March 12, 2013 at 1:47 pm in reply to: Adding a clickable image in the header #25695
    NewSeasonDesign
    Member

    You probably have to click the box next to "Unhook genesis_do_header() function from this hook?" in the genesis_header hook. Sorry I forgot that step before. That should remove the old header and just put yours in there.

    March 12, 2013 at 9:36 am in reply to: Adding a clickable image in the header #25652
    NewSeasonDesign
    Member

    You can add the image to the header hook (the Get Tickets Now image that is) and make it clickable:<div id="clicknow"><a href="your URL here"><img src="your image URL"></a></div>Then you could use CSS to position that image where you want it to be in the header.If your Get Tickets Now image is part of your header image already, you could map the header using http://image-maps.com. They'll give you code to put into that header hook.

    March 12, 2013 at 9:36 am in reply to: Adding a clickable image in the header #25653
    NewSeasonDesign
    Member

    You can add the image to the header hook (the Get Tickets Now image that is) and make it clickable:

    <div id="clicknow"><a href="your URL here"><img src="your image URL"></a></div>

    Then you could use CSS to position that image where you want it to be in the header.

    If your Get Tickets Now image is part of your header image already, you could map the header using http://image-maps.com. They'll give you code to put into that header hook.

    March 6, 2013 at 8:59 pm in reply to: Center Align Primary Menu – Agency Theme #24714
    NewSeasonDesign
    Member

    You could do this:

    .menu-primary, .menu-secondary, #header .menu {margin: 0 auto; max-width: 717px;}

    March 6, 2013 at 11:40 am in reply to: Center Align Primary Menu – Agency Theme #24567
    NewSeasonDesign
    Member

    With it being in maintenance mode, I can't use Firebug to check on it. Sorry!

    February 28, 2013 at 7:58 pm in reply to: Hide a sidebar on single posts in a specific category #23425
    NewSeasonDesign
    Member

    I did end up going with the combination of Genesis Simple Sidebars and Widget Logic. Thanks!

    February 28, 2013 at 7:55 pm in reply to: Adding a clickable image in the header #23424
    NewSeasonDesign
    Member

    I use the Genesis Simple Hooks plugin and then add the image (with link) to the header hook. Then use CSS to position it.

    February 28, 2013 at 7:53 pm in reply to: Problems uploading Prose Child Theme #23423
    NewSeasonDesign
    Member

    It seems there's still an issue with Prose. I just updated mine yesterday and had to check the Minify CSS box in the design settings. It killed my Google webfonts, but it took care of the crazy look. Hope that helps!

    February 23, 2013 at 8:08 pm in reply to: Genesis Responsive Slider – Disable Shortcode in Text #22492
    NewSeasonDesign
    Member

    Thanks, Chris. The site is http://fabulesslyfrugal.com/. I don't think they'll go for the excerpts as they do up to 20 posts daily and have people working for them. So if we can avoid adding the extra step, that would be awesome.

    February 22, 2013 at 3:04 pm in reply to: Customizing Post Date #22289
    NewSeasonDesign
    Member

    Here's what I used the last time I did a custom date background. In the genesis_post_title hook, I added this:
    <div id="datecode"><div id="monthname"><?php the_time('F') ?></div>
    <div id="daydate"><?php the_time('jS') ?></div>
    Then you would have to add CSS to style it and hide the old date.

    February 13, 2013 at 1:18 pm in reply to: previous post / next post #20123
    NewSeasonDesign
    Member

    And thanks so much!!

    February 13, 2013 at 1:16 pm in reply to: previous post / next post #20121
    NewSeasonDesign
    Member

    This worked great!

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