• 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

Ipstenu

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • February 17, 2013 at 1:15 pm in reply to: Balance Theme Menu #20860
    Ipstenu
    Member

    Go back to the menu screen (/wp-admin/nav-menus.php) and look on the left where it says 'Theme Locations' 🙂 That's what you're looking for.

    February 17, 2013 at 11:33 am in reply to: uploading PDFs and e-pub files #20830
    Ipstenu
    Member

    You have to add it to your allowed mimes:


    add_filter('upload_mimes', 'add_custom_upload_mimes');
    function add_custom_upload_mimes($existing_mimes){
    $existing_mimes['epub'] = 'application/epub+zip'; //allow epub files
    return $existing_mimes;
    }

    I put it in an mu-plugin called sitewide-functions.php 🙂

    February 17, 2013 at 11:12 am in reply to: Metro theme post transparant #20826
    Ipstenu
    Member

    You'd want to make the content (div#content-sidebar-wrap or div#content) transparent with

    opacity:0.6;

    Fiddle the numbers 🙂

    http://www.w3schools.com/css/css_image_transparency.asp

    January 21, 2013 at 12:31 am in reply to: Mindstream: remove image border in pages #13420
    Ipstenu
    Member

    The content image border is in .entry-content img{}

    And you can specify:
    body.page .entry-content img{border:none;}

    That should do it.

    Sidebar...

    #sidebar img {
    border: none!important;
    }

    I'm sure there's something better, but that's quick and dirty.

    January 21, 2013 at 12:21 am in reply to: Change Gravatar Size #13419
    Ipstenu
    Member

    When the documentation is nearly three times as long as the code, and the code is self-explanatory, I follow Otto's rule 😉

    If anything, I'd do this for a site not my own:

    // Change default gravatar size in comments
    add_filter('genesis_comment_list_args', 'childtheme_comment_list_args');
    function childtheme_comment_list_args($args) {
    $args['avatar_size'] = '90'; // Value is side length of square avatar, in pixels.
    return $args;
    }

    January 13, 2013 at 3:04 am in reply to: How to implement Backstretch (as pg bg) with child theme #11551
    Ipstenu
    Member

    Since jquery is included in WP and reincluding it multiple times can cause things to go blaaaaargh, I would suggest this:

    Put the backstretch file in your theme's js folder and then this in your functions:


    /** Stretch your back **/

    function backstretch_js() {
    wp_enqueue_script(
    'backstretch',
    get_stylesheet_directory_uri() . '/js/backstretch.js',
    array('jquery'), '2.3', yes
    );
    }
    add_action('wp_enqueue_scripts', 'backstretch_js');

    (You can use //cdnjs.cloudflare.com/ajax/libs/jquery-backstretch/2.0.3/jquery.backstretch.min.js instead of the get stylesheet if you just wanna use google).

    Then you just need the block element. I put it in /wp-admin/admin.php?page=genesis on the footer section. Works nicely 🙂

    January 7, 2013 at 2:31 pm in reply to: Replaced Favicon – Still not showing up #10170
    Ipstenu
    Member

    http://www.yourdigitalmarketer.net/wp-content/themes/crystal/images/favicon.ico is still showing the Genesis icon. In fact, so is the other genesis URL.

    January 2, 2013 at 11:06 pm in reply to: Fan Site ala Mindstream #9113
    Ipstenu
    Member

    That does make sense.

    The font is Abel, and I pulled it in via Google 🙂 I just like how firm and calm it is 😉 I also love Lobster, but it's so overused now. *tsk*

    November 14, 2012 at 4:56 pm in reply to: Welcome to the StudioPress Community Forums #159
    Ipstenu
    Member

    Niiiice. 😀

    Suggestion. The HTML Tags in the box below are too light to read: http://cl.ly/image/1h1t2P103A0I

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