• 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

elkiehound

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 40 total)
1 2 →
  • Author
    Posts
  • March 23, 2015 at 9:12 am in reply to: Anyone used CSSHero? #145331
    elkiehound
    Member

    Does it work with Studiopress child themes ?

    http://www.csshero.org/

    (not affiliate link).

    March 7, 2015 at 4:18 pm in reply to: Parallex Pro Search Box #143609
    elkiehound
    Member

    I was able to get these search boxes to be the same. For others that might have the same issue, here are the changes I added to the CSS:

    /* 3-7-15: Added to make the search box smaller
    --------------------------------------------- */
    .search-form input[type="search"] {
    padding: 1px;
    width: 48%;
    height: 22px;
    }

    /* 3-7-15: Added to change font size in search box
    --------------------------------------------- */
    .search-form input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #000;
    font-size: 10px;
    font-weight: 400;
    padding: 16px;
    width: 100%;
    }

    /* 3-7-15: Added to put a submit button next to search box
    --------------------------------------------- */
    .search-form input[type="submit"] {
    position: relative;
    display: inline-block;
    padding: 3px;
    margin-top: 12px;
    margin-left: 12px;
    width: 68px;
    height: 24px;
    clip: auto;
    text-align: center;
    background-color: #666;
    transition-property: opacity;
    transition-delay: .3s;
    transition-duration: .5s;
    color: #fff;
    font-size: 10px;
    font-weight: 400;
    }

    .search-form input[type="submit"]:hover {
    opacity: .5;
    }

    February 1, 2015 at 10:39 am in reply to: Firefox Not Showing DropDown Menu #139286
    elkiehound
    Member

    Thanks Victor.

    With some assistance from good folks at Studiopress, I got it resolved with CSS change as follows, for others that may get same:

    Changed this:

    .genesis-nav-menu .menu-item:hover {
    position: static;
    }

    To This:

    .genesis-nav-menu .menu-item:hover {
    position: relative;
    }

    April 14, 2014 at 11:31 am in reply to: SSL on a SideBar Form #100247
    elkiehound
    Member
    This reply has been marked as private.
    April 14, 2014 at 11:31 am in reply to: SSL on a SideBar Form #100246
    elkiehound
    Member
    This reply has been marked as private.
    April 14, 2014 at 11:30 am in reply to: SSL on a SideBar Form #100243
    elkiehound
    Member
    March 18, 2014 at 2:34 pm in reply to: Removing Shrinking Header in Genesis Centric Pro #95549
    elkiehound
    Member

    Elioverbay,

    Looks like your site if fixed now, the header does not change sizes. How did you fix it ?

    Thanks for sharing

    March 12, 2014 at 9:23 pm in reply to: Remove Logo from Home Page Only #94565
    elkiehound
    Member

    Yes, it removes the logo on home page and keeps on all others. You can check on the site URL. See OP above

    March 12, 2014 at 9:11 pm in reply to: Remove Logo from Home Page Only #94561
    elkiehound
    Member

    Thank you for the good support !

    March 7, 2014 at 6:21 am in reply to: Centric Align Featured Posts #93824
    elkiehound
    Member

    Good find.

    Fixed on mine too, however that is a workaround.

    Anyone on how to keep the Title and have the Posts aligned ?

    Thanks

    January 27, 2014 at 3:53 pm in reply to: Agency Pro Responsive Site #87297
    elkiehound
    Member

    Thanks.

    That got me started. I am almost there.

    Need to shrink the black background on the 320 version. (The space between the logo and the Nav).

    Any help is appreciated.

    January 25, 2014 at 10:13 am in reply to: Agency Pro Widget – Featured Images Not Working #86972
    elkiehound
    Member

    Thanks SK, both solutions, removing the Genesis Grid plugin and / or changing the css as prescribed worked !

    Cheers.

    January 20, 2014 at 12:25 pm in reply to: Agency Pro Responsive Site #86129
    elkiehound
    Member

    Any clues folks ?

    January 18, 2014 at 10:21 pm in reply to: Agency Pro Responsive Site #85842
    elkiehound
    Member

    I should mention that the top widget is a combination of an image and a mail chimp form.

    January 17, 2014 at 7:36 pm in reply to: Post : "Read More" #85710
    elkiehound
    Member

    This works for the read more on a content limited post / widget.

    How about how to change the read more using the Show Full Content ?

    December 12, 2013 at 7:35 pm in reply to: Link to Post Within Widget #78692
    elkiehound
    Member

    That takes me to the actual post, I am trying to create the second button like the first button, that scrolls down the page to the second featured post. The first button works fine, however the second one is not scrolling down to the right section.

    This is what I have in the Top Widget now.

    img src="http://bwc.swschool.com/wp-content/uploads/2013/11/software-school-design-its-your-choice.png" alt="Software School Design and Training" />

    a href="#home-middle">Our Work
    a href="#home-middle">Our Training

    Can you help me with specifically what to put to create a second the second button so it scrolls down to the "Our Training" section (which is the 2nd Featured post in the Home Middle Widget).

    Thank you.

    December 12, 2013 at 6:54 pm in reply to: Link to Post Within Widget #78684
    elkiehound
    Member

    The site is: http://bwc.swschool.com

    Thanks for the help.

    November 30, 2013 at 3:04 pm in reply to: Use Home Middle Widget on Other Pages #76317
    elkiehound
    Member

    Hi Mitch,

    I carefully followed these instructions.

    Custom Portfolio Template With Hover Effects Using Genesis Featured Posts Widget

    Works great !

    November 29, 2013 at 7:22 am in reply to: Link Button to 2nd Featured Post in Widget – Agency Pro #76140
    elkiehound
    Member

    I saw the plugin that allows making a specific Widget Title clickable.

    What I am looking for though is a bit different, I want the Title to be the destination of the click from a button the is above.

    Anyone with an idea on how to create code that will link to a specific Widget Title ?

    Thanks

    November 28, 2013 at 11:52 am in reply to: Link Button to 2nd Featured Post in Widget – Agency Pro #76060
    elkiehound
    Member

    Is there some kind of ID for each Featured Post that I can use to link to ?

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