• 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

addiesgram

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 77 total)
← 1 2 3 4 →
  • Author
    Posts
  • June 4, 2020 at 2:48 pm in reply to: Can I shorten height of first Background Image in Parallax Pro? #499150
    addiesgram
    Participant

    Or is there another Studiopress theme like Parallax Pro where that first Background image doesn't fill up the whole screen?

    August 23, 2019 at 2:22 pm in reply to: Parallax Pro need css adjustment for front page section #493141
    addiesgram
    Participant

    Thanks for replying andytc, I'll keep playing with images and image placement. It sounds like I can't have the best of both worlds -- ie, images scaled down for smaller screens as I'd had them with my earlier edited css, *and* text centered on (and superimposed over) the background image in section 1.

    August 22, 2019 at 5:29 pm in reply to: Blog page template in Parallax Pro? #493119
    addiesgram
    Participant

    Thanks so much for replying, Anita. Your instructions were clear and I'm good to go now. I've been on hiatus from web developing so wasn't aware of this change. Really appreciate the help!

    February 5, 2018 at 7:18 pm in reply to: Problem with bckgrnd images in Parallax Pro #216127
    addiesgram
    Participant

    Very welcome 🙂

    February 5, 2018 at 1:23 pm in reply to: Problem with bckgrnd images in Parallax Pro #216114
    addiesgram
    Participant

    @media only screen and (max-width: 1140px) {
    .home-section-1 {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    }
    }

    Yep, I pasted this code directly from my style.css file and it matches what I posted above. Be sure to refresh your browser a few times (that may be why I didn't see the change the first couple of times I tried this snippet).

    February 1, 2018 at 3:55 pm in reply to: Problem with bckgrnd images in Parallax Pro #216024
    addiesgram
    Participant

    I think the css snippet I tried (above) finally worked. I’m not sure why it didn’t work th first time I tried it. It only resolves the first (top) image on the homepage.
    If you try that css code and it doesn’t work, post again here and I’ll go into my archives to make sure this is the correct code I used. I’m not at home where that file is right now.

    January 13, 2018 at 10:32 pm in reply to: Problem with bckgrnd images in Parallax Pro #215368
    addiesgram
    Participant

    Can anyone help me out with this? I've searched through the forum and tried some of the code suggested. I currently have this code at the end of style.css:


    @media
    only screen and (max-width: 1140px) {
    .home-section-1 {
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    }
    }

    But no love, this did not change anything in home-section-1

    January 8, 2018 at 9:18 pm in reply to: Need help w/ Parallax Pro nav menu #215217
    addiesgram
    Participant

    I found the correct widget (picture someone with a red face). I'm all good now!

    August 4, 2017 at 9:21 am in reply to: Modern Studio Pro, trying to set # of posts to display on blog pages #209993
    addiesgram
    Participant

    Thank you Brad. And thanks also for your many helpful online tutorials -- I've learned so much from them and I'm no longer afraid to edit a php file because of you ? !

    August 3, 2017 at 11:47 pm in reply to: Modern Studio Pro, trying to set # of posts to display on blog pages #209970
    addiesgram
    Participant

    OK, got it -- I finally found the right solution in Genesis Theme Settings and changed the blog page template. All's good.

    June 12, 2017 at 12:33 pm in reply to: Modern Studio Pro remove space below container? #207660
    addiesgram
    Participant

    Thanks Victor, I appreciate your help 🙂

    June 2, 2017 at 3:25 pm in reply to: Help w/ missing site title after update to Genesis 2.5 #207287
    addiesgram
    Participant

    I've reinstalled Genesis 2.4.2 and got my header title and description back, but I'd still like to know if others have experienced problems with 2.5 since I have quite a few Studiopress websites in my portfolio -- thanks.

    June 2, 2017 at 3:11 pm in reply to: Help w/ missing site title after update to Genesis 2.5 #207286
    addiesgram
    Participant

    Meant to add that this problem is evident in Firefox, Safari and Chrome.

    April 27, 2017 at 1:01 am in reply to: Need help to remove duplicate blog page title #205396
    addiesgram
    Participant

    Figured it out. I added to functions.php:

    remove_action( 'genesis_before_loop', 'genesis_do_posts_page_heading' );

    December 13, 2015 at 3:09 pm in reply to: Widgetized home page areas PLUS regular page text #173714
    addiesgram
    Participant

    Thank you both for your feedback. I'm saving it for the next website. : )

    December 13, 2015 at 2:13 pm in reply to: Widgetized home page areas PLUS regular page text #173699
    addiesgram
    Participant

    Thank you Susan -- I never got my question answered, but I figured out a workaround. I made the home page a regular page and added a widgetized area below the header. I am still curious going forward, though, if there are other (better) approaches.

    September 25, 2015 at 8:40 pm in reply to: Help with media query #166692
    addiesgram
    Participant

    Update: In Genesis Design Palette Pro with Freeform css plugin installed, in the Mobile CSS box (480px and below), I entered this code:

    .after-header .widget {
    		width: 60%;
                    min-width:200px;
    	}

    I don't have an iPhone or smartphone, can I get some feedback on whether the whole slider image is in view now? Any suggestions for tweaks?

    September 25, 2015 at 2:09 pm in reply to: Help with slider #166677
    addiesgram
    Participant

    Davinder -- Once I magnified the view of that page, I could see that 1px dotted border that you pointed to. The code you provided fixed the discrepancy and stopped the jumping. Thanks very much!

    September 23, 2015 at 12:36 am in reply to: Help identifying css element #166425
    addiesgram
    Participant

    OK guys, not one to cry uncle, I persisted until I came up with something that worked. All the unwanted space is gone now. However, I have a feeling my solution is probably not the most elegant or efficient. Do I need to clean it up? Here is all the css that pertains to my widget #7 image. I'd just like to learn how to do this properly so I'd still be grateful for your feedback -- thanks.

    .after-header {
    	background-color: #ffffff;
    	padding-bottom: 0px;
    	padding-top: 0px;
    	text-align: center;
    }
    .after-header.widget-area #text-7 {
    	margin-bottom: 0;
    }
    #text-7 img.centered, .aligncenter {
        display: block;
        margin: 0 auto 0px;
    }
    
    September 22, 2015 at 11:19 pm in reply to: Help identifying css element #166423
    addiesgram
    Participant

    dreamdancer, thanks -- I added that code already (see my post above -- the widget is now #7). It removed some but not all of the unwanted space. There's still 24px I need to get rid of and emasai made a suggestion about it (see her reply above), but I don't know how to write the code to do what she's suggesting.

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