• 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

MakeYourselfVisible

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 20 total)
  • Author
    Posts
  • January 7, 2014 at 6:18 pm in reply to: Problem with Genesis Responsive Slider after upgrading to WP 3.8 #83916
    MakeYourselfVisible
    Participant

    Aaah sorry, I reverted it to WP 3.7 while I figure out what's going on since I didn't want to leave it broken. I suppose I can't get help on it if you can't see it eh πŸ™‚ Thanks for looking into it all the same! I'll post an update if I can figure out what happens once I attempt it again.

    August 14, 2013 at 7:04 pm in reply to: Erase the text on footer #56442
    MakeYourselfVisible
    Participant

    If you don't want to use a plugin, here's a nice tutorial on how to change the code (from http://my.studiopress.com/snippets/footer/)

    //* Customize the credits
    add_filter( 'genesis_footer_creds_text', 'custom_footer_creds_text' );
    function custom_footer_creds_text() {
    	echo '<div class="creds"><p>';
    	echo 'Copyright &copy; ';
    	echo date('Y');
    	echo ' &middot; <a href="http://mydomain.com">My Custom Link</a> &middot; Built on the <a href="http://www.studiopress.com/themes/genesis" title="Genesis Framework">Genesis Framework</a>';
    	echo '</p></div>';
    }

    Cheers,
    (Another) David πŸ˜‰

    July 17, 2013 at 2:32 pm in reply to: Creating new widget area below home featured boxes in Outreach #51208
    MakeYourselfVisible
    Participant

    Yep, in funcitons.php. I definitely need to do some Genesis tutorials on hooks, but that worked in solving the current problem at hand πŸ™‚ Thanks Brad!

    July 16, 2013 at 4:57 pm in reply to: Creating new widget area below home featured boxes in Outreach #51017
    MakeYourselfVisible
    Participant

    That worked πŸ˜€ Thanks so much Brad. I had to place your function above the sub-footer function which was also using the genesis_before_footer hook but once I did that it worked like a charm!

    Also added in the styles from Brian Gardner's tutorial and changed .welcome-text to .home-widget and now it's styling as well πŸ™‚

    .home-widget {
        border-bottom: double #ddd;
        border-top: double #ddd;
        font-family: 'Lora', serif;
        font-size: 30px;
        line-height: 1.0;
        overflow: hidden;
        padding: 25px 0;
        text-align: center;
    }
    
    .home-widget p {
        font-size: inherit;
        line-height: 1.0;
        margin: 0;
    }

    Appreciate your help!
    David

    July 16, 2013 at 4:32 pm in reply to: Creating new widget area below home featured boxes in Outreach #51013
    MakeYourselfVisible
    Participant

    Hi Brad, thanks for the help! That put the widget area after the home page slider and before the home page widgets (which could work) but ideally I'd want to place it after the home page widgets.

    Do I have to change the 'genesis_after_content_sidebar_wrap' to something else? I'm kind of n00b but it looks like it's after the whole wrap and before div #home-sections.

    Thanks,
    David

    June 28, 2013 at 8:03 pm in reply to: Executive Theme Custom Logo #48324
    MakeYourselfVisible
    Participant

    Brandon, could you post your solution? I'm looking to do the same thing...glad you got it figured out πŸ™‚

    Thanks!
    David

    June 13, 2013 at 4:37 pm in reply to: Outreach Responsive Header Issues #45769
    MakeYourselfVisible
    Participant

    It looked like it was working before but now it's showing the extra space on the right still for whatever reason. I cleared the cache on my phone too so that's not the issues either.

    Hmmm now I'm super confused.

    June 13, 2013 at 4:15 pm in reply to: Outreach Responsive Header Issues #45757
    MakeYourselfVisible
    Participant

    I ended up keeping the 291px image and reducing the logo area size to match because I didn't want the header to get much taller...basically changed the width in this code:

    #title-area {
    background: url(images/logo.png) no-repeat;
    float: left;
    overflow: hidden;
    width: 291px; /* to match image, originally 430px */

     

    Cheers,

    David

    June 13, 2013 at 4:04 pm in reply to: Outreach Responsive Header Issues #45754
    MakeYourselfVisible
    Participant

    Aha! It was because my title area (now logo area) was 430 px and my image was only 290px floated to the left. Everything works fine once I put in a 430px wide image πŸ™‚

    May 21, 2013 at 3:13 pm in reply to: Outreach theme: crazy header! #42079
    MakeYourselfVisible
    Participant

    Damangmeda, thank you for that solution; worked like a charm for me! As someone with limited coding experience, I found the Outreach Header hard to work with out of the box but this was simple enough.

    Thanks again, let me know if I canΒ PaypalΒ you a beer πŸ™‚

    May 20, 2013 at 7:45 pm in reply to: Header Text Error #41946
    MakeYourselfVisible
    Participant

    Awesome; that did the trick for me too!

     

    Adding in all the lines of code messed up a few customizations that I had done but adding the one line of code (below) centered the image perfectly.

    background-position: center top !important;

    Thanks John!

    February 11, 2013 at 6:37 pm in reply to: Change Portfolio Page URL/permalinks – Executive Theme #19737
    MakeYourselfVisible
    Participant

    I used the solution found in this thread here:Β http://www.studiopress.community/topic/executive-theme-how-to-maintain-current-marker-on-portfolio-items/

    Will check out the custom post types plugin and your functions.php fix for next time. Thank you both!

    February 7, 2013 at 6:12 pm in reply to: Executive Theme – How to maintain current marker on portfolio items #18795
    MakeYourselfVisible
    Participant

    also renamed single-portfolio.php and archive-portfolio.php and changing the image name pertaining to the portfolio. I'm not a developer expert but I suppose you could create many different portfolios by repeating the same process with different new titles, no?

    February 6, 2013 at 6:43 pm in reply to: Executive Theme – How to maintain current marker on portfolio items #18558
    MakeYourselfVisible
    Participant

    I had the same question and was able to accomplish this using Dan's advice and going through all the CSS/PHP files and changing all instances of "portfolio" to "projects" (in your case "Our_Fleet") and refreshing permalinks.

    I also removed all styling relating to the portfolio and used the styling from this article (again replacing "portfolio" with "projects":

    Adding a Portfolio Custom Post Type

    Dan, thanks for the fix!

    January 30, 2013 at 10:46 pm in reply to: Make Slider homepage widget available on all pages #16684
    MakeYourselfVisible
    Participant

    Yes that is it! Thank you Sozo! They need a beer-pal website so I can send you a cold one. Much appreciated.

    The only issue now is how it looks in IE9. I will look through the forums to see if anyone's run into any styling problems with IE9.

    Thanks again!

    David

    January 30, 2013 at 10:38 pm in reply to: Make Slider homepage widget available on all pages #16681
    MakeYourselfVisible
    Participant

    I changed all instances of #content to #wrap but it's still not formatting. Anything else I need to move over to functions.php? There's a couple other things calling home-slider in home.php.

    January 30, 2013 at 8:47 pm in reply to: Make Slider homepage widget available on all pages #16639
    MakeYourselfVisible
    Participant

    That worked for getting the slider on all pages! Unfortunately it didn't take the styling with it. Will I have to copy over the other functions that pertain to home_slider from home.php to functions.php as well?

    January 30, 2013 at 8:34 pm in reply to: Make Slider homepage widget available on all pages #16633
    MakeYourselfVisible
    Participant
    This reply has been marked as private.
    January 30, 2013 at 8:26 pm in reply to: Make Slider homepage widget available on all pages #16629
    MakeYourselfVisible
    Participant

    Thanks SoZo. I'm kind of a programming n00b but do you mean like this?

     

    <?php genesis_after_header(); ?>

    (copied function from home.php)

    January 23, 2013 at 4:47 pm in reply to: Change Content Area Background Color-Executive Child Theme #14175
    MakeYourselfVisible
    Participant

    Hi Jon, thanks for the reply.

    Do you mean I should add color: #XYZ to that so it looks like:

    #content {

    float: left;

    padding: 30px 60px 10px;

    width: 680 px;

    color: #XYZ;

    }

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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