• 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

cindyjw

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 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • May 6, 2015 at 10:52 pm in reply to: Cafe Pro Replaced mini site title with logo but text is still there. #150524
    cindyjw
    Member

    Thanks to Todd MacMillan's suggestion to add text-indent: -999ps; and also min-width: 300;px; to reset the space for my logo.

    That did the trick. For some reason I had tried text-indent before but I'm sure I was doing it wrong.

    May 6, 2015 at 4:27 pm in reply to: Cafe Pro Responsive Menu : Replace Site Title with Logo #150498
    cindyjw
    Member

    I did what you said, Skysage, but I still have the title text showing on top of my logo image. How do I remove that?

    http://gudlandscaping.com/access

    Thanks!

    April 16, 2015 at 6:41 pm in reply to: Cafe Pro – Credits Removal? #148165
    cindyjw
    Member

    Gregg, what block of code did you remove?

    Thanks!

    EDIT: Nevermind. I found it. I just edited out the following code: (This way, I could have it back if I wanted it.)

    //* Customize the site footer
    //*add_filter( 'genesis_footer_output', 'filter_custom_footer' );
    //*function filter_custom_footer( $output ) {
    //*
    //* $output = sprintf( '<p>%s<span class="dashicons dashicons-heart"></span>%s%s</p>', __( 'Handcrafted with ', 'filter' ), __( ' on the', 'filter' ), __( ' //*Genesis Framework', 'filter' ) );
    //* return $output;
    //*
    //*}

    March 11, 2015 at 9:45 am in reply to: Sticky Mobile Nav on Cafe Pro #144019
    cindyjw
    Member

    That code works great except that Centric Pro snaps back to close on top where the menu on Cafe Pro with your code leaves the menu open covering up the content so then I have to touch the menu again to close it. Is there something to add to make the menu close once you choose a menu item?

    March 10, 2015 at 4:44 pm in reply to: Possible to create video header in Cafe Pro? #143953
    cindyjw
    Member

    I would like to do the same thing - put a video on the first section of Cafe Pro where the logo is.

    The only thing I could figure out to do is use mb.YTPlayer plugin. Problem is that the video is behind the image. I removed the image, but now I just have the white background. I know that the video is behind it but I can't figure out what to do in the css to make the white background disappear or become transparent.

    Look at http://designitdigital.com/dahliaweddingvideos

    I'm also using genesis extender and when I click to show my css builder on the front end, it makes the white background drop down and I can see a part of the video behind it.

    Thanks for your help!

    March 9, 2015 at 7:37 pm in reply to: Possible to create video header in Cafe Pro? #143865
    cindyjw
    Member

    I'd like to do this, too. I'd like to use a video instead of the first background image.

    November 12, 2014 at 11:55 am in reply to: Parallax Pro Individual Page Backgrounds #131318
    cindyjw
    Member

    Thank you so much! That was easy and it worked!

    September 12, 2014 at 6:43 pm in reply to: Indent Header Image #124184
    cindyjw
    Member

    I'm having the same problem and would like to know what the answer would be. You can see my logo issue at http://scrapbookdimensions.com.

    Thanks!

    September 4, 2014 at 1:51 pm in reply to: Eleven40 Pro Menu Problem in Mobile view #122807
    cindyjw
    Member

    I took them out because I didn't think I did them right.

    My site is live and so I can't have it looking worse than it already is. But I could test with some code. I adjusted the @media with padding: 0 but the menus aren't acting responsive due to something I've already done and it still covered up my slider.

    September 3, 2014 at 11:12 pm in reply to: Eleven40 Pro Menu Problem in Mobile view #122715
    cindyjw
    Member

    I know enough to be dangerous! That's the problem. Tried changing the @media portion with padding-top at 0px, but I don't know exactly how to get the logo and menu positioned. So it still isn't fixed. I'm not getting enough of my slider showing. And my menus aren't working for mobile. Would it be possible for someone to help me with the exact code? Here's the code in my custom css editor (without the @media changes). It's probably a big mess now.

    http://mariesgreatevents.com

    button:hover,
    input:hover[type="button"],
    input:hover[type="reset"],
    input:hover[type="submit"] {
    background-color: #a34141;
    }

    .entry-content {
    padding-top:16rem !important;
    }

    #gallery-2 img {
    border:0px solid #CFCFCF !important;
    }

    #gallery-1 img {
    border:0px solid #CFCFCF !important;
    }

    /*Minimum Pro Custom*/
    a {
    color:#00b1c5;
    text-decoration:none;
    }

    .site-header {
    background-color:#FFFFFF;
    background-image:url(http://mariesgreatevents.com/wp-content/uploads/2014/07/ChevronPattern.png);
    background-repeat:repeat-x;

    }

    .header-image .site-title a {
    float:left;
    min-height:203px;
    width:100%;
    }

    .title-area {
    float: left;
    width: 360px;
    }

    .site-header .widget-area {
    color: #fff;
    float: right;
    text-align: right;
    width: 750px;
    padding-top: 150px;
    }

    .header-image .site-title > a {
    background-size: contain !important;
    display: block;
    height: 213px;
    text-indent: -9999px;
    max-width: 360px;
    }

    .site-inner {
    clear:both;
    margin:3rem 0 4rem;
    }

    .site-header {
    background-color:#ffffff;
    }
    .site-footer {
    background-color:#babbbc;
    }
    element.style {
    background-position:50% 0;
    }
    .home-section-1, .home-section-3, .home-section-5 {
    -webkit-background-size:cover;
    background-attachment:fixed;
    background-color:#FFFFFF;
    background-position:50% 0;
    background-repeat:no-repeat;
    background-size:cover;
    }

    .home-odd, .home-odd a:hover, .home-odd h1, .home-odd h2, .home-odd h3, .home-odd h4, .home-odd h5, .home-odd h6, .home-odd .featured-content .entry-title a, .home-odd .widget-title {
    color:#FFFFFF;
    }

    .home-even, .home-odd {
    clear:both;
    font-size:28px;
    overflow:hidden;
    padding:145px 0 200px !important;
    text-align:center;
    }

    .site-header .widget-area .genesis-nav-menu a {
    color: #333;
    }

    .genesis-nav-menu a:hover,
    .genesis-nav-menu .current-menu-item > a,
    .genesis-nav-menu .sub-menu a:hover,
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
    color: #6f4a8e !important;
    }
    .site-header .sub-menu {
    background-color: #00b1c5;
    }
    .header-image .site-title a {
    height: 203px !important;
    display: block;
    text-indent: -9999px;
    max-width: 360px !important;
    }
    .borderimage {
    border-bottom: 2px solid #f5f5f5;
    margin-bottom: 2rem;
    padding: 0 0rem;
    }

    img.border {
    margin: 20px;
    padding: 5px;
    border: solid #999999 1px
    }

    img.border2 {
    border:2px solid #999999;
    margin:20px;
    padding:0px;
    }

    .sidebar {
    display:inline;
    font-size:1.4rem;
    padding-top:20.2rem;
    }
    .entry-content {
    padding-top:12rem;
    }

    May 2, 2014 at 3:18 pm in reply to: Education Theme #103363
    cindyjw
    Member

    Thank you! When I updated to Genesis 2.0 today, it changed. I appreciate the code help!

    November 13, 2013 at 3:31 pm in reply to: Remove blog posts in Eleven40 Pro #72771
    cindyjw
    Member

    Thank you, anitac! That worked great!

    Now I just need to get rid of that extra space at the bottom of the Home Page below the footer.

    Any ideas?

    November 12, 2013 at 2:11 pm in reply to: Eleven40 Pro Nav Bar Height #72547
    cindyjw
    Member

    Thank you!!! That worked great!

    Cindy

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

CTA

Ready to get started? Create a site or shop for themes.

Create a site with WP EngineShop for Themes

Footer

StudioPress

© 2025 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