• 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

SelenaD

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 41 total)
← 1 2 3 →
  • Author
    Posts
  • September 5, 2014 at 1:42 pm in reply to: Google's new call tracking and _googWcmGet function #122978
    SelenaD
    Member

    Thanks Brad - those are the directions I read on the Google site. What I need to know is how to incorporate that into my functions.php file?

    June 19, 2014 at 8:26 am in reply to: Remove a note based on date #110563
    SelenaD
    Member

    So I'm extremely ashamed to admit this, but you guys have been so helpful while I slept on the problem, that I have to confess. The original code I posted works - which uses the comments_open conditional tag. :-/ I was in the wrong client function file. And no matter how many times I changed the wrong functions file nothing was happening on the site in question. Hanging my head in shame.

    Thank you both for your efforts, and Brad, for telling me you had tested your code, because I might never have noticed otherwise. I knew it SHOULD work. Sorry to waste your time, but thanks as always for your help.

    LOVE you folks on Studiopress forums.

    July 14, 2013 at 6:27 am in reply to: nth child to work in IE8 #50609
    SelenaD
    Member

    I got selectivizr working with the help of a friend. Thanks!

    July 13, 2013 at 2:01 pm in reply to: nth child to work in IE8 #50567
    SelenaD
    Member

    Thanks - I actually tried that and it didn't work. Now to be fair, I may have done it wrong. 🙁

    July 12, 2013 at 2:55 pm in reply to: Does anyone know how to make Genesis responsive slider larger than 960px #50458
    SelenaD
    Member

    Anitac is right. If you uploaded your pictures and THEN changed your size you will have to regenerate thumbnails.

    June 24, 2013 at 2:23 pm in reply to: Mobile responsive not working on ipad mini #47539
    SelenaD
    Member

    Oh heavens - I found it. I was missing a closing bracket on a media query. Banging my head on my desk now as I feel like a total and complete idiot.

    Thank you for trying to help me!

    June 24, 2013 at 1:27 pm in reply to: Mobile responsive not working on ipad mini #47518
    SelenaD
    Member

    Unfortunately not. And even if it did, then it would mess up my media queries on other devices that were NOT at that pixel density. So frustrating.

    June 24, 2013 at 1:17 pm in reply to: Mobile responsive not working on ipad mini #47513
    SelenaD
    Member

    You can see the whole stylesheet at the link, but here is what starts at media query for 860px:

    @media only screen and (max-width: 860px) {
        
        .wrap,
    	#footer .creds,
    	#footer .copyright,
    	#header .widget-area,
    	#inner,
    	#wrap #content,
    	#wrap #content-sidebar-wrap,
    	#wrap #sidebar-alt {
    		width: 98%;
    	}
    
    	.genesis-nav-menu li,
    	#footer .creds,
    	#footer .copyright,
    	#header ul.genesis-nav-menu,
    	#header .search-form {
    		float: none;
    	}
    	
    	.genesis-nav-menu,
    	#description,
    	#footer .creds,
    	#footer .copyright,
    	#header .search-form,
    	#title,
    	#title-area {
    		text-align: center;
    	}
    	
    	.sidebar {
    	    clear: both;
    	    display: block;
    	    float: none;
    	    margin: 0 auto;
    	}
        
        #title-area {
            margin: 0 auto;
        }
        
        #header .widget-area {
            float: none;
            margin: 0 auto;
    	}
    	
    	.genesis-nav-menu {
            margin: 10px auto;
        }
        
        .header-image #title,
        .header-image #title a,
        .header-image #title-area {
            float: none;
        }
    }
    
    /* iPads (portrait) ----------- */
    
    @media only screen and (max-width: 768px) {
    
    	.genesis-nav-menu a {
    		padding: 0px 16px;
    		padding: 0rem 1rem;
    	}
    
    	#title {
    		margin: 16px 0;
    		margin: 1rem 0;
    	}
    
    	#header .search-form {
    		margin: 32px auto 0;
    		margin: 2rem auto 0;
    		width: 50%;
    	}
    
    	.genesis-nav-menu li.right {
    		display: none;
    	}
    	
    	#text-5 {
    	    text-align: center;
    	    width: 100%;
    	}
    	
    	#text-6 {
    	    display: none;
    	}
    
    	#footer .wrap {
    		padding: 24px 0;
    		padding: 1.5rem 0;
    	}
    
    	.footer-widgets-1,
    	#header .genesis-nav-menu {
    		margin: 0;
    	}
    }
    
    @media only screen and (max-width: 600px) {
     
        .footer-widgets-1,
        .footer-widgets-2 {
            display: block;
            float: none; 
            margin: 0 auto;
            width: 320px;  
        }   
    }
    
    /* iPhones (portrait and landscape) ----------- */
    
    @media only screen and (max-width: 480px) {
    
    	html {
    		font-size: 87.5%; /* 14px base */
    	}
    	
    	h1,
    	.entry-title {
    		font-size: 42px;
    		font-size: 3rem;
    	}
    	
    	h3 {
    		font-size: 28px;
    		font-size: 2rem;
    	}	
    
    	#header .search-form {
    		width: 100%;
    	}
    	
    	.home h1 {
    	    font-size: 36px;
    	}
    	
    	#protractor {
    	    display: none;
    	}
    	
    	#subcontractor-text {
    	    margin: 20px;
    	}
    
    	.archive-page {
    		margin: 0;
    		width: 100%;
    	}
    	
    	.learn-more-btn {
            display: none;
        }
        
        .learn-more-btn-small {
            background: url(images/learn-more-button-small.jpg) no-repeat;
            display: block visible;
            height: 30px;
            margin: 10px auto 0;
            width: 315px;
        }
        
        .learn-more-btn-small a {
           color: #fff;
           display: block;
           font-size: 18px;
           font-size: 1.125rem;
           font-weight: 600;
           padding: 8px 0 0 90px;
        }
    
        .learn-more-btn-small a:hover {
            text-decoration: none;
        }
        
        .learn-more-btn-small:hover {
            background-position: 0 -30px;
        }
    }
    
    @media only screen and (max-width: 320px) {
        
        .home h1 {
            font-size: 30px;
        }
        
        .sidebar {
            width: 315px;
    
        }
        
        #demo-button {
            background: url(images/free-demo-button-small.jpg);
            height: 40px;
        }    
    
        #demo-button:hover {
            background-position: 0 -40px;
        }
        
        
    }
            
    June 24, 2013 at 1:03 pm in reply to: Mobile responsive not working on ipad mini #47510
    SelenaD
    Member

    Thanks, I HAVE added my own. This is a fully developed custom child theme. I know what the queries are and where they break because I put them there. What I can't figure out is why on earth they aren't picking up on the mini.

    June 24, 2013 at 12:47 pm in reply to: Mobile responsive not working on ipad mini #47504
    SelenaD
    Member

    Right - but the ipad mini reports as 768px wide and this site goes full width at 860px, so it isn't a matter of being off by a few pixels. It's like the mini isn't even registering the media queries or something. 🙁

    June 6, 2013 at 8:40 am in reply to: Reorder sidebars in dashboard #44312
    SelenaD
    Member

    Thanks, but I'm not talking about where it executes. I'm trying to group them in the dashboard area.

    May 2, 2013 at 4:40 pm in reply to: List style not working in sidebar #38984
    SelenaD
    Member

    Resolved. It was a margin issue.

    March 27, 2013 at 9:01 am in reply to: Image "hang" outside of sidebar #31523
    SelenaD
    Member

    Remove the following line from your css:

    img {
    max-width: 98%;
    }

     

    March 25, 2013 at 11:50 am in reply to: Move top Nav to left? #31141
    SelenaD
    Member

    Target this css and change the float: right to float: left.

     
    /***** Header Right Navigation ********************/

    #header ul.nav, #header ul.menu {
    width: auto;
    float: right;
    list-style: none;
    color: #FFFFFF;
    margin: 0;
    padding: 25px 0 0 0;
    clear: both;
    }

    March 25, 2013 at 8:55 am in reply to: Featured image at top of posts #31117
    SelenaD
    Member

    It's a custom child theme converting from thesis to genesis. Is the code above pulling the featured image or an image from inside the post? It's the featured image we're looking for here.

    Thanks!

    March 25, 2013 at 8:42 am in reply to: Import SEO data from CSV #31111
    SelenaD
    Member

    Thank you thank you! How is it possible none of my Google searches found this plugin?

    Solved my problem.

    February 11, 2013 at 11:09 am in reply to: the new style .css #19629
    SelenaD
    Member

    I'm going to jump in here and say I also can't stand the new style sheet - it feels disorganized. As you guys have already noted, change is the nature of things, and I'm slowly but surely getting used to it, but it definitely takes me longer. I also feel it's getting more bogged down with things I have to go strip off - like transitions on hyperlinks. I think that falls into the category of "just because you can doesn't mean you should."

    All that being said, I still love Genesis, and the community support is second to none, which makes it worth learning to deal with the changes.

    January 21, 2013 at 12:39 pm in reply to: Image looks faded in slider #13518
    SelenaD
    Member

    Thank you so very much. I thought I had found all of those!

    January 19, 2013 at 1:25 pm in reply to: Post info has line break #13122
    SelenaD
    Member

    Oi - I should have found that. Thank you thank you!

    December 18, 2012 at 3:11 pm in reply to: Add Background Image to CONTENT AREA #5996
    SelenaD
    Member

    Sorry - I reread your post - what I suggested won't give you 100% width. In which case I think Bill is right and you have to move your slider in the functions file.

  • Author
    Posts
Viewing 20 posts - 21 through 40 (of 41 total)
← 1 2 3 →
« 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