• 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

Brad Dalton

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 - 15,301 through 15,320 (of 15,342 total)
← 1 2 3 … 765 766 767 768 →
  • Author
    Posts
  • January 9, 2013 at 6:56 am in reply to: CSS Changes to Quick Search and Top Search in AgentPress #10646
    Brad Dalton
    Participant

    .wolfnet_widget.wolfnet_quickSearch .wolfnet_widgetTitle {
    background: none repeat scroll 0 0 red;
    font-size: 1.5em;
    font-weight: bold;
    }

    Try adding new properties to this CSS code for the styles you want http://www.w3schools.com/css/css_background.asp

    Logo looks good!


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:50 am in reply to: Return to Top #10644
    Brad Dalton
    Participant

    The Genesis Simple Edits plugin offers shortcodes: [footer_backtotop]

    1. You could put this next to your sub headings
    or
    2. create anchor points manually using HTML


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:44 am in reply to: Main Slider image for Expose #10643
    Brad Dalton
    Participant

    I've written a tutorial on how to do this.

    With Genesis its fairly easy. http://wpsites.net/web-design/image-slider-home-page-only/

    Otherwise you could add a widget area to the home page and use the Genesis slider in that area.

    Here's an example: http://www.briangardner.com/home-widget-area-eleven40/

    Plenty of StudioPress themes offer the slider on the homepage with widget areas which you could use for featured images.


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:36 am in reply to: Educational site – Network Faculty #10642
    Brad Dalton
    Participant

    I also use that theme.

    You could use the home page widgets with some high quality images/icons and make it a bit like your other site.


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:33 am in reply to: Serenity Theme Portfolio #10640
    Brad Dalton
    Participant

    You can create the portfolio page using this tutorial or install a plugin (Beta)


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:29 am in reply to: How to specify a catgeory on your home page #10639
    Brad Dalton
    Participant

    'seem to get 20 posts on my home page no matter what I set posts_per_page to'

    This may have something to do with Blog pages show at most on the Reading Settings.


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:15 am in reply to: more help pls: profile pictures minimum theme #10637
    Brad Dalton
    Participant

    I think its because you added a caption (text below images) to your portfolio images.

    The caption adds a border which conflicts with the image border so you'll need to remove the caption or edit your child themes style.css

    Line 719

    .single-portfolio img {
    border: none;
    }


    Tutorials for StudioPress Themes.

    January 9, 2013 at 6:10 am in reply to: Blog Layout Help Please #10636
    Brad Dalton
    Participant

    Go to the Genesis > Theme Settings > Content Archives and adjust the settings there for displaying posts on your blog archives page.

    To change the color, go to your child themes style.css file and change the values for the color properties under the Headlines section:

    h1,
    h2,
    h2 a,
    h2 a:visited {
    color: #E96B2E;
    font-family: 'Oswald', arial, serif;
    font-size: 24px;
    line-height: 30px;
    }


    Tutorials for StudioPress Themes.

    January 7, 2013 at 1:49 pm in reply to: can I place a logo on top of the slider on Homepage #10163
    Brad Dalton
    Participant

    Just insert the image into a new post, use the advanced image settings for alignment and then grab the html from the text editor and paste it into a hook location using the plugin.

    Can be before header or using one of the title hooks

    no css or php

    But it will be on every page unless you include a conditional tag


    Tutorials for StudioPress Themes.

    January 7, 2013 at 11:46 am in reply to: can I place a logo on top of the slider on Homepage #10142
    Brad Dalton
    Participant

    Install the Genesis Simple Hooks plugin and paste the HTML for the image into the genesis_before_header hook field

    http://wordpress.org/extend/plugins/genesis-simple-hooks/


    Tutorials for StudioPress Themes.

    January 7, 2013 at 9:04 am in reply to: Help choosing Theme #10119
    Brad Dalton
    Participant

    I think News is better for blogging whereas Corporate is better for a company, product/service.

    Once you own Genesis, its really easy to change themes without any problems


    Tutorials for StudioPress Themes.

    January 7, 2013 at 8:52 am in reply to: Help choosing Theme #10116
    Brad Dalton
    Participant

    That site is built on the Corporate theme.

    Adding Banner logo is simple.

    Changing color of menu bar is pretty easy.

    The news theme is more flexible than the Corporate theme and offers more page templates.

    You can easily add different widgets to your homepage from the widgets area.


    Tutorials for StudioPress Themes.

    January 7, 2013 at 7:08 am in reply to: Widget font color #10102
    Brad Dalton
    Participant

    No need to install any of those plugins.

    Simply create the HTML (text and image) and paste it into a widget.

    You could make the text white in your editor while creating it or use the CSS.

    #header .widget-area {
    float: right;
    padding: 20px 0 0;
    width: 300px;
    color: white;
    }

    <a href="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg"><img class="alignleft size-full wp-image-37423" alt="tom" src="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg" width="65" height="65" /></a>Welcome to Performance of Speaking, dedicated to Beginning &amp; Advanced Speakers World-wide.

    <a href="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg"><img class="alignleft size-full wp-image-37423" alt="tom" src="http://tomjdolan.com/wp-content/uploads/2013/01/tom.jpeg" width="65" height="65" /></a><span style="color: #ffffff;">Welcome to Performance of Speaking, dedicated to Beginning &amp; Advanced Speakers World-wide.</span>


    Tutorials for StudioPress Themes.

    January 7, 2013 at 6:36 am in reply to: Widget font color #10094
    Brad Dalton
    Participant

    Here's 3 plugins which all add custom classes to widgets

    Create a name for the custom class and use that as the selector for changing the text color in the header right profile widget

    http://wordpress.org/extend/plugins/kc-widget-enhancements/ KC Widget Enhancements

    http://wordpress.org/extend/plugins/custom-widget-classes/ Custom Widget Classes

    http://wordpress.org/extend/plugins/widget-css-classes/ Widget CSS Classes


    Tutorials for StudioPress Themes.

    January 7, 2013 at 6:19 am in reply to: Widget font color #10089
    Brad Dalton
    Participant

    I thought you where using a text widget but you are using a profile widget.

    The easiest way would be to paste the text and insert an image aligned left in a new post draft and grab the html from your text editor there and paste it into a text widget in your header right.

    Otherwise the text will be white for all profile widgets as previously stated.

    Not sure how to isolate one profile widget but i'll try and find out for you


    Tutorials for StudioPress Themes.

    January 7, 2013 at 5:05 am in reply to: Widget font color #10083
    Brad Dalton
    Participant

    I pasted it at the end of the child themes style.css and it worked fine for me.

    You could add the declaration for color in the existing CSS code

    #header .widget-area {
    float: right;
    padding: 20px 0 0;
    width: 300px;
    color: white;
    }


    Tutorials for StudioPress Themes.

    January 7, 2013 at 5:01 am in reply to: Removing Footer #10082
    Brad Dalton
    Participant

    If you installed the Simple Hooks plugin you can remove the footer and then use the code to customize your own.

    I tested this and it works.

    The code comes from StudioPress and so does the plugin.


    Tutorials for StudioPress Themes.

    January 7, 2013 at 2:35 am in reply to: Removing Footer #10078
    Brad Dalton
    Participant

    /** Customize the entire footer */
    remove_action( 'genesis_footer', 'genesis_do_footer' );
    add_action( 'genesis_footer', 'custom_footer' );
    function custom_footer() {
    ?>
    © Copyright 2012 My Domain · All Rights Reserved · Powered by WordPress · Admin
    <?php
    }

    Resource


    Tutorials for StudioPress Themes.

    January 7, 2013 at 1:54 am in reply to: Widget font color #10076
    Brad Dalton
    Participant

    #header .widget-area {
    color: white;
    }


    Tutorials for StudioPress Themes.

    January 7, 2013 at 12:56 am in reply to: Removing Footer #10071
    Brad Dalton
    Participant

    Install the Genesis Simple Hooks Plugin http://wordpress.org/extend/plugins/genesis-simple-hooks/

    and find:

    genesis_footer Hook

    This hook, by default, outputs the content of the footer (inside the #footer div).

    Unhook genesis_do_footer() function from this hook? (Unhook this function to remove your footer)


    Tutorials for StudioPress Themes.

  • Author
    Posts
Viewing 20 posts - 15,301 through 15,320 (of 15,342 total)
← 1 2 3 … 765 766 767 768 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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