• 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

JenniB

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 - 1 through 20 (of 26 total)
1 2 →
  • Author
    Posts
  • October 11, 2014 at 10:30 am in reply to: Executive Pro – Form Fields Too Wide #127481
    JenniB
    Member

    Nick,

    Inside your style.css file look for a section similar to this (below is form Magazine Pro, but look for the input, select, textarea):

    
    input,
    select,
    textarea {
    
    	background-color: #fff;
    	border: 1px solid #ddd;
    	color: #222;
    	font-family: 'Raleway', sans-serif;
    	font-size: 14px;
    	font-size: 1.4rem;
    	font-weight: 300;
    	padding: 16px;
    	padding: 1.6rem;
    	width: 100%;
    
    }
    

    To eliminate the full width form fields, simply add "//" in front of the width, so it will look like:

    //width:100%;

    This tells WordPress to ignore this line. Then your fields will automatically resize to whatever you set each form field to be.

    August 16, 2013 at 9:16 am in reply to: adding support for WP-PageNavi #56807
    JenniB
    Member

    Thanks! That's exactly what I was looking for. 🙂

    August 12, 2013 at 12:22 pm in reply to: adding support for WP-PageNavi #55832
    JenniB
    Member

    Hi,

    I am also using the Metro theme and want to add the numeric navigation like in WP-PageNavi to the bottom of the blog template pages. Does anyone know how to do that?

    It says to replace the code (in Twentyten theme it looks like below):

    <div class="nav-previous"><?php next_posts_link( __( '<span class="meta-nav">&larr;</span> Older posts', 'twentyten' ) ); ?></div>
    <div class="nav-next"><?php previous_posts_link( __( 'Newer posts <span class="meta-nav">&rarr;</span>', 'twentyten' ) ); ?></div>

    with

    <?php wp_pagenavi(); ?>

    Does anyone know where to find this code in the genesis themes?

    Thanks,
    Jenn

    August 7, 2013 at 3:50 pm in reply to: Blog Page First Post Full Length, Remaining Posts as Excerpts #54727
    JenniB
    Member

    Oh, thank you, but I'm sorry if I wasn't clear. I need this code on the blog template page - not the homepage. I already use widgets on the homepage.

    August 7, 2013 at 2:59 pm in reply to: Blog Page First Post Full Length, Remaining Posts as Excerpts #54710
    JenniB
    Member

    Oh, thanks Susan, but that won't work for me. Do you know how to code the blog template to include one full length post and the remaining excerpted posts?

    August 7, 2013 at 2:14 pm in reply to: Blog Page First Post Full Length, Remaining Posts as Excerpts #54680
    JenniB
    Member

    I am using Metro theme. I looked at the grid plugin, but wsa afraid it would change every single blog page I have. I only want to change one blog page. I could make a new blog template, but I don't know if the grid plugin works with different themes.

    March 3, 2013 at 5:32 pm in reply to: Modify category and tag pages in Executive #23959
    JenniB
    Member

    I'm trying to add some code above the category blog posts in these two hooks:

    genesis_before_content
    genesis_before_loop

    Thanks

    March 3, 2013 at 4:43 pm in reply to: Modify category and tag pages in Executive #23956
    JenniB
    Member

    When I copy the archive.php file over into a new file, category.php in the child theme, I get an error.

     

    Fatal error: Cannot redeclare genesis_do_taxonomy_title_description() (previously declared in...

    Do you know why?

     

    Thanks for your help

    January 21, 2013 at 3:37 pm in reply to: My Theme SEO Settings Are MISSING #13563
    JenniB
    Member

    Yes, I already had it setup in the "Google Plus profile information" section of the User profile. It was only when I added the link to the Contact Info/Google+ section of the user profile did it validate with the structured data testing tool.

    I hope that helps someone else.

    January 21, 2013 at 1:08 pm in reply to: My Theme SEO Settings Are MISSING #13529
    JenniB
    Member

    Thanks Brian!

    I also have one other site using an older version of Agency theme (www.hawaii-bankruptcy.com/), which will display the SEO settings menu with 1.9, BUT the settings have no effect on the authorship (meaning there is no rel='author' line of code. Other SEO Settings work like title and description.

    I also tried using Google Plus Authorship plugin (which has worked on other sites prior to Genesis 1.9), but has no effect on this older theme.

    Is this something that is an inherent issue with older Genesis child themes? Or something else I'm doing wrong?

    Thanks

    January 21, 2013 at 12:32 pm in reply to: My Theme SEO Settings Are MISSING #13517
    JenniB
    Member

    Same happened for me...All in One SEO conflicts with the SEO settings from Genesis. I want to enable SEO Settings in Genesis 1.9 because I want to assign an authorship account to the homepage.

    How can I do both...
    1. Use All in One SEO
    2. Enable Google Authorship on the homepage

    Thanks!

    January 3, 2013 at 7:30 pm in reply to: Featured Widget Amplified Image Resizing #9339
    JenniB
    Member

    I tried that Bill using the Ajax Thumbnail plugin you gave me, but no go. You should know that these images being shown are wider than they are tall, so the proportional resize shown in the sidebar is accurate but how do I get it to show a minimum of 100 px high?

    Thanks for your help!

    January 3, 2013 at 7:06 pm in reply to: Featured Widget Amplified Image Resizing #9328
    JenniB
    Member

    can I set a minimum height on a resize?

    January 3, 2013 at 7:00 pm in reply to: Featured Widget Amplified Image Resizing #9326
    JenniB
    Member

    Thanks Ozzy,

    yes, here is my functions.php line:

    add_image_size( 'sidebar-featured', 100, 100, TRUE);

    P.S. I changed to 100x100 image size but still have same issue.

    This has resized the image based on its width. I would like to resize it based on its height and then crop the width. I saw the link you gave me but that doesn't explain how to resize by height first.

    Thanks

    December 19, 2012 at 10:22 am in reply to: Yahoo News Style Slider?? #6188
    JenniB
    Member

    I actually found one called YSlider. Thanks

    December 5, 2012 at 3:42 pm in reply to: Executive Theme: Custom Cluster #3486
    JenniB
    Member

    The left aligning problem is something that comes from the design of the homepage, since all widgets are setup for images above the text. You have to customize the code. I removed the clear: both; code from the h2 tag.

    Thanks!

    December 5, 2012 at 3:18 pm in reply to: Executive Theme: Custom Cluster #3481
    JenniB
    Member

    Thanks for the reply! It was actually this code that caused me the problem: <code>clear: both;</code> I put it in the wrong class.

    All set on the alignment issue..now I just have to figure out why the Featured Page Amplified plugin isn't left aligning my images.

    Thanks!

    November 28, 2012 at 8:01 pm in reply to: How to add code to your post in these forums? #2200
    JenniB
    Member

    Thanks Nick!

    November 28, 2012 at 1:41 pm in reply to: Colored Content Boxes Not Displaying #2086
    JenniB
    Member

    Aha! I will remember that...that's why my other styling wasn't working.

    Thanks,

    Jenn

     

    November 28, 2012 at 1:27 pm in reply to: Colored Content Boxes Not Displaying #2081
    JenniB
    Member

    Unfortunately there are some fitness classes or trainers conducting really inappropriate programs for new mums. You shouldn’t be thrown into a boot camp or normal exercise class just yet. The changes your body undergoes in 9 months of pregnancy, childbirth & then afterwards with breast feeding etc, mean that you have a new body in many ways, so its important to ease back into exercise & build a strong foundation. The OUTFIT Mums program starts with pelvic floor strength, core strength & controlled exercises to progress you safely.

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 26 total)
1 2 →

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