• 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

mariafernandez

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 - 41 through 60 (of 71 total)
← 1 2 3 4 →
  • Author
    Posts
  • December 21, 2012 at 4:57 pm in reply to: Slideshow below header – Balance theme #6800
    mariafernandez
    Member

    Wow! It's now working!

    There was a line missing. Thanks so much.

    Do you know if there are some instructions on how to get pictures to show, rather than my blog posts. I'd like to have my products on the slideshow, rather than my posts. I've looked at the plugin settings, but it seems to be for posts and pages. I can't see where to set the pictures.

    December 21, 2012 at 4:34 pm in reply to: Slideshow below header – Balance theme #6791
    mariafernandez
    Member

    anitac, perhaps you could send me a screenshot with the code. I don't mind copying it out.

    You see, another problem we're having is that the apostrophes and quotes are wrong when I copy and paste them, so I keep having to change them.

     

    December 21, 2012 at 4:32 pm in reply to: Slideshow below header – Balance theme #6789
    mariafernandez
    Member

    anitac, we're almost there. See what I've got now:

    Spanish Lessons For Beginners – The Best Way to Learn Spanish.

    I'm looking at your site in a minute

     

    December 21, 2012 at 4:19 pm in reply to: Slideshow below header – Balance theme #6778
    mariafernandez
    Member

    I so much wanted this to work. Alas, the slider's not coming back. This is the code I've got:

    /** Register widget areas */
    genesis_register_sidebar( array(
    'id'    => 'welcome-text',
    'name'    => __( 'Welcome Text', 'genesis' ),
    'description'    => __( 'This is the welcome text widget.', 'balance' ),
    ) );

    /** Add the welcome text section */
    add_action( ‘genesis_before_content_sidebar_wrap’, ‘custom_welcome_text’ );
    function custom_welcome_text() {
    if ( is_home() )
    genesis_widget_area( ‘welcome-text’, array(
    ‘before’ => ”,
    ) );
    }

    I've had to upload the original functions.php file so many times and repeat the changes, perhaps there's something wrong in the syntax.

     

    December 21, 2012 at 4:04 pm in reply to: Slideshow below header – Balance theme #6771
    mariafernandez
    Member

    Anitac,

    My slider has disappeared altogether. Now it doesn't come up anywhere 🙁

    This is all the code I've got on functions.php with relation to the slider:
    /** Register widget areas */
    genesis_register_sidebar( array(
    'id'    => 'welcome-text',
    'name'    => __( 'Welcome Text', 'genesis' ),
    'description'    => __( 'This is the welcome text widget.', 'balance' ),
    ) );

    /** Add the welcome text section */
    add_action( ‘genesis_before_content_sidebar_wrap’, ‘custom_welcome_text’ );
    function custom_welcome_text() {
    if ( is_home() )
    genesis_widget_area( ‘welcome-text’, array(
    ‘before’ => ”,
    ) );
    }

    Something's obviouly missing ...

    December 21, 2012 at 3:52 pm in reply to: Slideshow below header – Balance theme #6766
    mariafernandez
    Member

    I've now got the following line in my functions.php file:

    'description'    => __( 'This is the welcome text widget.', 'balance' ),

     

    The slider is still on all pages. Can I check with you that what I need to add to my functions.php file is:

    ____________________________

    /** Add the welcome text section */

    add_action( ‘genesis_before_content_sidebar_wrap’, ‘custom_welcome_text’ );
    function custom_welcome_text() {
    if ( is_home() )
    genesis_widget_area( ‘welcome-text’, array(
    ‘before’ => ”,
    ) );
    }

    _____________________________

    I mean, exactly that code.

    December 21, 2012 at 3:41 pm in reply to: Slideshow below header – Balance theme #6759
    mariafernandez
    Member

    Would that be?

    ‘description’ => __( ‘This is the welcome text widget.’, ‘themename‘ ),

    ‘description’ => __( ‘This is the welcome text widget.’, ‘balance‘ ),

    or is it Balance (with a capital B), balancetheme. There are no instructions for this anywhere.

     

    December 21, 2012 at 3:07 pm in reply to: Slideshow below header – Balance theme #6741
    mariafernandez
    Member

    So far I've been able to put the widget across the top, but on all pages, which is not good enough. The hook given above for the home page only doesn't work in the Balance theme. It breaks the code and my blog crashes (i.e. all you can see is a blank page and you need to re-upload the original .php files)

    Can anyone suggest another solution?

     

     

    December 21, 2012 at 12:49 pm in reply to: Slideshow below header – Balance theme #6701
    mariafernandez
    Member

    I've now uploaded the Genesis Responsive Slider plugin. I have the Balance theme, which gives me the widgets: 'Home Featured Left' and 'Home Featured Right'. What I need is a 960px widget.

    How can I get it?

    December 21, 2012 at 10:48 am in reply to: Slideshow below header – Balance theme #6672
    mariafernandez
    Member

    I've found a site that has exactly the kind of slider I was thinking of: http://empoweris.com/

    Can the Genesis Responsive Slider achieve something in those lines?

    Answer: yes, this site is using that plugin

    December 21, 2012 at 10:32 am in reply to: Slideshow below header – Balance theme #6668
    mariafernandez
    Member

    FAT Media's right. I should only have the slider in the home page.

    Does anyone have a preference: Genesis Responsive Slider vs. Genesis Bootstrap Carousel

    December 21, 2012 at 10:20 am in reply to: Slideshow below header – Balance theme #6662
    mariafernandez
    Member

    anitac, I don't know if I'm being blind, but I can't see the connection between my original question and the link you've posted.

    December 21, 2012 at 10:18 am in reply to: Slideshow below header – Balance theme #6657
    mariafernandez
    Member

    jonahgirl, that's very kind of you. Which sliders can I choose from?

    December 21, 2012 at 9:42 am in reply to: How to change the number of posts shown? #6643
    mariafernandez
    Member

    Thanks. I've now changed the number of posts to 10. In the Balance theme it appears that making the change in the home.php file is sufficient for all pages (at tleast the way I've got it set up).

    December 21, 2012 at 7:19 am in reply to: How do I change "Speak your mind" comment header #6624
    mariafernandez
    Member

    Thanks a lot.

    If anyone wants to change 'Speak your mind' to 'Leave a comment' (rather than 'Leave a Comment' - with a 'C') all you need to do is add to your functions.php file:

    '/** Modify the speak your mind text */
    add_filter( 'genesis_comment_form_args', 'custom_comment_form_args' );
    function custom_comment_form_args($args) {
    $args['title_reply'] = 'Leave a comment';
    return $args;
    }

     

    December 21, 2012 at 7:00 am in reply to: Minimum 2.0 Posts Navigation #6618
    mariafernandez
    Member

    I've now found the solution. If you want to change your post navigation colors, go Post Navigation in your style.css file

    My css now looks like this: (that's darker background behind page numbers and a red active background with a white number)

    .navigation li a,
    .navigation li.disabled,
    .navigation li a:hover,
    .navigation li.active a {
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    background-color: #eee;
    border-radius: 3px;
    color: #777;
    font-size: 11px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    padding: 8px 12px;
    text-decoration: none;
    }

    .navigation li a:hover,
    .navigation li.active a {
    background-color: #BA0202;
    color: #fff;
    }

    December 21, 2012 at 6:46 am in reply to: Minimum 2.0 Posts Navigation #6616
    mariafernandez
    Member

    Susan, you've made my day.

    How do I now customize the page number background color? I'd like to make them all a darker gray and the active one orange. I've looked in my css file, but  I can't see where to do it there. Any clues?

    December 21, 2012 at 4:27 am in reply to: How to remove time stamp on Balance #6603
    mariafernandez
    Member

    The very simply change to the functions.php file works great.

    December 21, 2012 at 4:25 am in reply to: Newsletter signup form – How do I add one? #6602
    mariafernandez
    Member

    Thanks. I found that and I'm working on it.

    December 21, 2012 at 4:12 am in reply to: Gravatar (avatar?) showing generic monster – Balance #6600
    mariafernandez
    Member

    I can confirm that both addresses match.

    My avatar appears on posts and comments, but not on my blog's sidebar.

    When I go to Settings / Discussion I can get one of the generic avatars as the image shown on my sidebar, but I don't get the option of choosing my own avatar.

    How do I get my picture to show on my blog's sidebar? Do I need a plugin or a change in the code?

  • Author
    Posts
Viewing 20 posts - 41 through 60 (of 71 total)
← 1 2 3 4 →
« Previous Page

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