• 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 - 21 through 40 (of 71 total)
← 1 2 3 4 →
  • Author
    Posts
  • March 20, 2013 at 4:02 pm in reply to: How do I make an Outreach header clickable? #29806
    mariafernandez
    Member

    I'm afraid that page gives you a very bad piece of code that breaks your site. Do not use it! (I've just recovred mine)

    March 17, 2013 at 3:03 pm in reply to: How can I increase the height of the Header background image using Sample theme #28666
    mariafernandez
    Member

    Thanks, bandj

    March 17, 2013 at 12:24 pm in reply to: How can I increase the height of the Header background image using Sample theme #28628
    mariafernandez
    Member

    sebgates,

    Could you share the code? I'd love to do the same thing.

    Thanks

    March 1, 2013 at 4:54 am in reply to: Adding a banner below the header #23469
    mariafernandez
    Member

    Thanks, Brad. The banner is now in place.

    March 1, 2013 at 4:54 am in reply to: How do I add an Adsense block within post text? #23468
    mariafernandez
    Member

    No. The banner below the header is now in place, but placing an Adsense ad within the post text is proving a big challange. So much so, that I'm better of not wasting my time with it and doing it by hand, post by post.

    February 28, 2013 at 3:44 pm in reply to: Adding a banner below the header #23364
    mariafernandez
    Member

    I actually need it to go above the post title and the sidebar (the banner is wider than the post area). Would that be the genesis_before_content_sidebar_wrap hook then?

    January 10, 2013 at 6:01 am in reply to: How do I get gravatars to show on comments? #10921
    mariafernandez
    Member

    Unfortunately, I've already done that. It still doesn't work.

    My gravatar works in my author box, but not in the comments below it. Any idea why?

     

    January 10, 2013 at 5:47 am in reply to: How do I get gravatars to show on comments? #10914
    mariafernandez
    Member

    And what about me? Why doesn't my gravatar appear?

     

    January 10, 2013 at 5:38 am in reply to: Where is the .htaccess file? – Balance theme #10912
    mariafernandez
    Member

    Actually, the code for my WP blog would be:
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access plus 1 year"
    ExpiresByType image/jpeg "access plus 1 year"
    ExpiresByType image/gif "access plus 1 year"
    ExpiresByType image/png "access plus 1 year"
    ExpiresByType text/css "access plus 1 month"
    ExpiresByType application/pdf "access plus 1 month"
    ExpiresByType text/x-javascript "access plus 1 month"
    ExpiresByType application/x-shockwave-flash "access plus 1 month"
    ExpiresByType image/x-icon "access plus 1 year"
    ExpiresDefault "access plus 2 days"
    </IfModule>
    ## EXPIRES CACHING ##

    January 10, 2013 at 5:36 am in reply to: Where is the .htaccess file? – Balance theme #10911
    mariafernandez
    Member

    I've added this code to my website .htaccess file (not my blog), and it has improved the speed substantially:

    -----------

    <FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
    <IfModule mod_expires.c>
    ExpiresActive on
    ExpiresDefault "access plus 30 days"
    </IfModule>
    Header unset ETag
    FileETag None
    </FilesMatch>
    --------------

    I wanted to add it to my blog too. Is it a good idea?

    January 10, 2013 at 5:13 am in reply to: Balance theme avatar problem on IE #10906
    mariafernandez
    Member

    Any ideas?

    January 9, 2013 at 7:57 am in reply to: Rich Snippet Strangeness #10660
    mariafernandez
    Member

    Nick,

    I've used this code on my blog. Unfortunately, although it has removed the "Warning: Missing required field “updated”.", it has also added a second 'By Maria Fernandez" line to all my posts, as well as  "Updated: <date>". These new lines make my blog unsightly.

    Is there a way I can add code that will remove the Warning without adding the "By <author>" and "Updated" lines?

    January 5, 2013 at 12:31 pm in reply to: How do I remove 'filed under' & 'tagged with' but keep 'Leave a comment'? #9760
    mariafernandez
    Member

    Chris, that worked great. I've now got the "Leave a comment" line back, and the "tagged with" and "filed under" areas are gone. Thanks.

    (There isn't much risk of me being seen using Microsoft Word)

    January 3, 2013 at 9:23 am in reply to: How do I remove 'filed under' and 'tagged with'? #9179
    mariafernandez
    Member

    Unfortunately the Simple Edits plugin appears to be incompatible with the Balance theme. It breaks other things when I install it. The hook solution suggested by braddalton, however, has worked beautifully.

    Here's what I've done, in case someone else needs to remove the ‘filed under’ and ‘tagged with’ areas:

    1. Install the Genesis Simple Hooks plugin like any other plugin.

    2. Activate it.

    3. On the left-hand side menu, under 'Genesis', click on 'Simple Hooks'.

    4. Find 'genesis_after_post_content' and tick the box that says 'Unhook genesis_post_meta() function from this hook?'

    5. Save Changes.

    That's it. The unwanted lines will disappear in both your home page excerpts and individual posts.

    Marc, thanks for the links. I'll bear them in mind.

    January 3, 2013 at 8:52 am in reply to: How do I remove 'filed under' and 'tagged with'? #9171
    mariafernandez
    Member

    Thanks. For those of us trying to figure out everything at once: how do you 'unhook' something? Is there a particular code I need to add?

     

    January 1, 2013 at 10:36 am in reply to: Balance theme drop down menu appears behind video #8738
    mariafernandez
    Member

    Magic, thanks.

    December 27, 2012 at 11:53 am in reply to: Balance theme menu – Cryptic instructions #7703
    mariafernandez
    Member

    Thanks, ryandonsullivan

    The puzzling is that I never got any lines next to menu items. I guess I don't need to change anything then.

    (BTW: The two screenshots appear to be identical)

     

    December 22, 2012 at 5:21 am in reply to: Home page top post excerpt – Balance theme #6901
    mariafernandez
    Member

    Thanks, Susan. That should do the trick.

    December 21, 2012 at 5:16 pm in reply to: Slideshow below header – Balance theme #6807
    mariafernandez
    Member

    anitac, thanks so much for all your help. I'm done for the day. Tomorrow I'll look at the Genesis Bootstrap Carousel plugin.

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

    anitac, you've got the Genesis Bootstrap Carousel plugin. That's a lot nicer than mine. I'm going to change to that slider.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (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