• 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,181 through 15,200 (of 15,253 total)
← 1 2 3 … 759 760 761 762 763 →
  • Author
    Posts
  • January 10, 2013 at 9:41 am in reply to: How to change the background color? #10967
    Brad Dalton
    Participant

    You also added } to the end of the php which caused the white screen of death!

    Check your Custom Background page now Sunil.


    2700 Genesis Tutorials

    January 10, 2013 at 8:32 am in reply to: How to change the background color? #10944
    Brad Dalton
    Participant

    I didn't advise doing that.

    Put the CSS code in your child themes style.css file and the php in your child themes functions.php

    You'll need to access these files using FTP or your web hosts File manager in cPanel and delete the code you added.

    If you can't do this, email me your cPanel or FTP details and i'll fix it.

    [email protected]


    2700 Genesis Tutorials

    January 10, 2013 at 7:54 am in reply to: How to change the background color? #10935
    Brad Dalton
    Participant

    /** Add support for custom background */
    add_theme_support( 'custom-background' );

    This will enable the custom background page

    Add the code to your child themes functions.php file

    You can also use this in your child themes style.css file

    body {
    background-color: orange;
    }


    2700 Genesis Tutorials

    January 10, 2013 at 5:58 am in reply to: How do I get gravatars to show on comments? #10918
    Brad Dalton
    Participant

    Add the email address you use in your WordPress settings to your Gravatar.com account.


    2700 Genesis Tutorials

    January 10, 2013 at 5:50 am in reply to: How to change the background color? #10915
    Brad Dalton
    Participant

    Use the built in Background function under Appearance in your WordPress Dashboard


    2700 Genesis Tutorials

    January 10, 2013 at 5:45 am in reply to: How do I get gravatars to show on comments? #10913
    Brad Dalton
    Participant

    The people leaving comments on your blog aren't using an email address which is linked to a Gravatar.com account


    2700 Genesis Tutorials

    January 10, 2013 at 4:54 am in reply to: How to remove post date? #10903
    Brad Dalton
    Participant

    Use Genesis Simple Edits and Genesis Simple Hooks plugins.

    There's already a post on this forum about how to do this. http://www.studiopress.community/topic/how-do-i-remove-filed-under-and-tagged-with/

    Remove Post info and post meta


    2700 Genesis Tutorials

    January 10, 2013 at 4:52 am in reply to: Where is the .htaccess file? – Balance theme #10901
    Brad Dalton
    Participant

    Its normally in your public_html root directory (WordPress files) not in your theme files.

    I'd be careful editing that file unless you know what you are doing. (backup first)

    Any good web host will help you with that file.

    What are you trying to make faster? Where did you get the code or tutorial to do this?


    2700 Genesis Tutorials

    January 10, 2013 at 3:09 am in reply to: Change date format in breacrumb text #10891
    Brad Dalton
    Participant

    Try this:

    WordPress > General Settings > Date Format

    You'll see a field for custom


    2700 Genesis Tutorials

    January 10, 2013 at 2:57 am in reply to: Executive Theme, Posts, Slider, Bug #10890
    Brad Dalton
    Participant

    Why don't you use the post i.ds for the ones you want to display in the slider?

    Include or Exclude by Taxonomy ID

    List which category, tag or other taxonomy IDs to exclude. (1,2,3,4 for example)

    Example i.d's: 27165, 27123

    The images need to be cropped to the exact same size before adding them as featured images. (posts and pages)

    Your settings may not be configured correctly as well.


    2700 Genesis Tutorials

    January 10, 2013 at 2:44 am in reply to: Education Theme used for website, but asked to create a Landing Page #10887
    Brad Dalton
    Participant

    You can create a landing page using this tutorial http://www.briangardner.com/create-landing-page/

    or

    Install the Premise plugin http://www.copyblogger.com/landing-pages/


    2700 Genesis Tutorials

    January 10, 2013 at 2:09 am in reply to: Adding a line into the page template #10884
    Brad Dalton
    Participant

    Good decision. Its made by Automattic and will only get better.


    2700 Genesis Tutorials

    January 9, 2013 at 1:42 pm in reply to: Same font size for h1, h2, h3 #10760
    Brad Dalton
    Participant

    Maybe you can download the News child theme again and compare the values in the style.css file to your existing file.

    The values in your image look different to what the default news headings CSS looks

    You could take a backup of your style.css file and upload a new one to see what happens.


    2700 Genesis Tutorials

    January 9, 2013 at 1:10 pm in reply to: Genesis update and older minimum #10746
    Brad Dalton
    Participant

    I'd post that here http://my.studiopress.com/help/

    There's some HTML and CSS errors showing when using this tool http://validator.w3.org/

    Technical Issue that Nick will know how to fix.

    Your animated Favicon looks good!


    2700 Genesis Tutorials

    January 9, 2013 at 12:51 pm in reply to: Change font color of page titles #10739
    Brad Dalton
    Participant

    h1 {
    color: red;
    }

    http://www.w3schools.com/cssref/css_colornames.asp


    2700 Genesis Tutorials

    January 9, 2013 at 12:38 pm in reply to: Feedback needed on Blog #10735
    Brad Dalton
    Participant

    Would be far better on Genesis than Blogger.com.

    There's a new tool you can use to move all your posts and images here http://core.trac.wordpress.org/attachment/ticket/4010/blogger-importer.zip


    2700 Genesis Tutorials

    January 9, 2013 at 12:34 pm in reply to: Add Widget Area to Home Page Only – Code Needed #10731
    Brad Dalton
    Participant

    Try this: http://www.briangardner.com/home-widget-area-eleven40/


    2700 Genesis Tutorials

    January 9, 2013 at 12:28 pm in reply to: Genesis update and older minimum #10728
    Brad Dalton
    Participant

    Hard to take a look because can't use Firebug web dev tool as you have copyscape installed and there's no right click.


    2700 Genesis Tutorials

    January 9, 2013 at 11:44 am in reply to: Same font size for h1, h2, h3 #10713
    Brad Dalton
    Participant

    You'll find the sizes for heading under the /* Headlines
    ------------------------------------------------------------ */
    section of your child themes style.css file

    I only gave you an example for h3

    You'll need to edit the h1 h2 values

    Backup the file first and change the values for h1 and h2 font-size: 24px;


    2700 Genesis Tutorials

    January 9, 2013 at 10:43 am in reply to: Adding a line into the page template #10701
    Brad Dalton
    Participant

    Right click and copy the file from the Genesis files and paste it into your child themes root directory.

    I tested this on a local install without error but i am not familiar with the gallery plugin.

    The code didn't display a comment field so it doesn't work.

    Why not use this: http://wordpress.org/extend/plugins/carousel-without-jetpack/

    'The carousel feature transform your standard galleries into an immersive full-screen experience with comments'


    2700 Genesis Tutorials

  • Author
    Posts
Viewing 20 posts - 15,181 through 15,200 (of 15,253 total)
← 1 2 3 … 759 760 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