• 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,221 through 15,240 (of 15,253 total)
← 1 2 3 … 761 762 763 →
  • Author
    Posts
  • 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/


    2700 Genesis Tutorials

    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


    2700 Genesis Tutorials

    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.


    2700 Genesis Tutorials

    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>


    2700 Genesis Tutorials

    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


    2700 Genesis Tutorials

    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


    2700 Genesis Tutorials

    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;
    }


    2700 Genesis Tutorials

    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.


    2700 Genesis Tutorials

    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


    2700 Genesis Tutorials

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

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


    2700 Genesis Tutorials

    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)


    2700 Genesis Tutorials

    January 7, 2013 at 12:51 am in reply to: importing blog posts #10070
    Brad Dalton
    Participant

    If you have a database backup, you could import that into your new database on your new host


    2700 Genesis Tutorials

    January 7, 2013 at 12:48 am in reply to: Switching from other cms to wordpress #10069
    Brad Dalton
    Participant

    Depends on what it is. There's a plugin named HTML Import 2 which may help. How many pages/posts do you have? Can you paste a link to your site please.


    2700 Genesis Tutorials

    January 6, 2013 at 9:55 am in reply to: To what extent are the themes customizable & what is included in the framework? #9929
    Brad Dalton
    Participant

    You could use the framework on its own and add styling to it using a child theme

    There are also several free child themes you can install with the framework http://www.studiopress.com/tag/free-child-themes

    All the child themes are fairly easy to customize once you become familiar with the Genesis theme settings and your child themes style.css file.

    All the styling in all the child themes is editable


    2700 Genesis Tutorials

    January 5, 2013 at 4:33 am in reply to: Changing Link Colors – Lifestyle Theme #9706
    Brad Dalton
    Participant

    Works for me in Firebug. Where did you paste the code?


    2700 Genesis Tutorials

    January 5, 2013 at 4:21 am in reply to: Easy Way to Implement a Similar Videos Page? #9705
    Brad Dalton
    Participant

    Should be able to do this yes.


    2700 Genesis Tutorials

    January 5, 2013 at 4:15 am in reply to: Magazine theme – header logo #9704
    Brad Dalton
    Participant

    You can add your logo to a background which is 960?—115 and make the background transparent using a tool like Paint.net or Gimp


    2700 Genesis Tutorials

    January 5, 2013 at 4:01 am in reply to: Placing content before category/tag post loop grid #9703
    Brad Dalton
    Participant

    You could use a plugin that adds introductory content/category descriptions before the posts on the archive pages Rich Text Tags, Categories, and Taxonomies

    http://wordpress.org/extend/plugins/rich-text-tags/

    Or you could add code to your functions.php which also does this if you're using the WordPress SEO by Yoast plugin.


    2700 Genesis Tutorials

    January 5, 2013 at 3:51 am in reply to: How can I reduce the bg.png file in eleven40 theme #9702
    Brad Dalton
    Participant

    You could add it to a white or transparent background using a tool like paint.net


    2700 Genesis Tutorials

    January 5, 2013 at 3:44 am in reply to: How do I get banner ad at the top of my blog? #9701
    Brad Dalton
    Participant

    You can add Vertical and Horizontal spacing to images using the Advanced Image Settings


    2700 Genesis Tutorials

  • Author
    Posts
Viewing 20 posts - 15,221 through 15,240 (of 15,253 total)
← 1 2 3 … 761 762 763 →
« Previous Page

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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