• 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

laudeamus

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 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • April 16, 2019 at 6:45 am in reply to: Ambiance Pro Theme #490684
    laudeamus
    Member

    I did a rough css fix with the following, but I'm wondering if there's a better way - especially since I still want the responsive hamburger icon to show up on mobile devices.

    #menu-primary {
    display: block !important;
    }

    #responsive-menu-icon {
    display:none !important;
    }

    June 11, 2016 at 7:07 am in reply to: stray end tag – parallax pro theme #187374
    laudeamus
    Member

    Thanks so much for your help!

    June 8, 2016 at 12:23 pm in reply to: Problem with adding shortcode in text widget #187181
    laudeamus
    Member

    Yes, I don't quite understand that error. W3C validator is telling me I have a "stray end tag </head>." On the surface the following seems completely valid to me:

    </head>
    <body class="home blog full-width-content" itemscope itemtype="http://schema.org/WebPage">

    Where would I even go to fix something like this? I hardly changed anything from the original parallax pro theme.

    June 8, 2016 at 11:34 am in reply to: Problem with adding shortcode in text widget #187178
    laudeamus
    Member

    Hi Victor,

    Thanks for your input. Just wondering - how are you noticing the rendering errors?

    June 8, 2016 at 9:18 am in reply to: Problem with adding shortcode in text widget #187175
    laudeamus
    Member

    Here is what front-page.php contains, if that helps:
    http://comoguide.org/test/front-page-text.txt

    July 12, 2015 at 2:26 am in reply to: Web Design Homepage #159149
    laudeamus
    Member

    Thanks for your comments! Highly appreciated!

    July 9, 2015 at 2:33 pm in reply to: rounded borders flickering #158963
    laudeamus
    Member

    You nailed it! I had to remove the following transition elements and it stopped doing it right away.

    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;

    Perhaps there's still a way to tinker with the img:hover attribute below, to get them both to work at the same time, but I couldn't figure out a way.

    .home-middle .featuredpost img:hover {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=10)";
    filter: alpha(opacity=10);
    -moz-opacity: 0.1;
    -khtml-opacity: 0.1;
    opacity: 0.1;
    }
    Thanks!

    June 28, 2015 at 5:29 am in reply to: Nav Items in Modern Studio Pro Theme #157724
    laudeamus
    Member

    Super! That worked.

    What does "@media" stand for and why is it separate from the other ".genesis-nav-menu a" found under "/* Site Navigation"?

    Sorry for a newbie question!

    Thanks!

    April 24, 2015 at 4:53 am in reply to: Sixteen nine pro mobile version #149007
    laudeamus
    Member

    Thanks so much for your response! Unfortunately this is very new territory for me.

    Can you direct me to the URL where I can check the responsive site?

    And then which of the numbers below would I be changing to adjust the theme?

    Media Queries
    ---------------------------------------------------------------------------------------------------- */


    @media
    only screen and (max-width: 1279px) {

    .full-width-content .content,
    .site-header,
    .site-inner {
    width: 100%;
    }

    .content {
    width: 70%;
    }

    .sidebar-primary {
    width: 30%;
    }

    .site-header {
    float: none;
    height: auto;
    padding-top: 20px;
    position: relative;
    }

    .title-area {
    margin-bottom: 20px;
    }

    .genesis-nav-menu {
    border-bottom: 1px solid #333;
    margin: 0 0 20px;
    text-align: center;
    }

    .genesis-nav-menu .menu-item {
    display: inline-block;
    text-align: left;
    }

    .genesis-nav-menu li {
    border: none;
    float: none;
    width: auto;
    }

    .genesis-nav-menu .sub-menu {
    margin: 0;
    }

    .genesis-nav-menu .sub-menu a {
    text-align: left;
    }

    .site-footer {
    display: none;
    }

    .sidebar {
    padding: 60px 60px 0;
    }

    }


    @media
    only screen and (max-width: 1023px) {

    .site-container {
    margin: 0 auto;
    max-width: 768px;
    }

    .sixteen-nine-landing .site-container {
    margin: 5%;
    }

    .content,
    .sidebar-primary {
    width: 100%;
    }

    .archive-description,
    .author-box,
    .breadcrumb {
    margin: 0 0 60px;
    }

    .search-form {
    float: none;
    margin: 0 auto;
    width: 50%;
    }

    .sidebar {
    padding: 60px 0 0;
    }

    }


    @media
    only screen and (max-width: 767px) {

    .site-title {
    font-size: 24px;
    }

    .title-area {
    margin-bottom: 0;
    }

    .header-widget-area .widget,
    .site-description {
    margin-bottom: 20px;
    }

    .site-header .widget-area {
    text-align: center;
    }

    .content,
    .sidebar {
    padding-left: 10%;
    padding-right: 10%;
    }

    .entry-title {
    font-size: 32px;
    }

    .enews-widget input,
    .enews-widget input[type="submit"],
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .search-form,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
    margin: 0;
    width: 100%;
    }

    .responsive-menu {
    display: none;
    }

    #responsive-menu-icon {
    display: block;
    }

    }

    Thanks for your help!

  • Author
    Posts
Viewing 9 posts - 1 through 9 (of 9 total)

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