• 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

thinkmedia

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 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • May 19, 2019 at 7:58 am in reply to: Essence Pro Theme Mobile Responsive Display Problems #491231
    thinkmedia
    Member

    I just ran into this exact problem with Essence Pro.
    I have three widgets on the home page and they don't resize on mobile so I had to add custom css to do it.


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

    .flexible-widgets.widget-thirds .widget {
    margin-bottom: 20px;
    padding: 20px;
    }

    }

    You can adjust the max-width for where you want the point of adjustment to occur.

    Pretty annoying for the theme not to do it as it is intended.

    Hope that helps.

    June 4, 2018 at 8:00 pm in reply to: Essence Pro – remove post byline under title #220558
    thinkmedia
    Member

    Thank you Anita 🙂

    June 3, 2018 at 7:40 pm in reply to: Essence Pro – remove post byline under title #220501
    thinkmedia
    Member

    As I said, I’ve tried all the code snippets with nothing, other than my hack, working.

    October 19, 2016 at 1:29 pm in reply to: Sidebar Pro – edit page template to include Featured Image #195053
    thinkmedia
    Member

    No, I actually want to edit the plain old page template.
    I just want to have the featured image show up at the top like on a blog post.

    September 5, 2016 at 6:55 pm in reply to: Change Front Page Image Height in Atmosphere Pro #192669
    thinkmedia
    Member

    Use max-height instead

    .backstretch {max-height: 650px!important;}
    .front-page-1 {max-height: 650px!important;}

    September 5, 2016 at 3:44 pm in reply to: Change Front Page Image Height in Atmosphere Pro #192659
    thinkmedia
    Member

    After much cursing and searching I have put this in my style.css file

    .backstretch {height: 650px!important;}
    .front-page-1 {height: 650px!important;}

    It's a hack but it seems to work so far.

    I've read the documentation from the developer and while it indicates simply changing the details in backstretch.js that doesn't work either.

    {left:0,top:0,overflow:"hidden",margin:0,padding:0,height:"100%",width:"100%",zIndex:-999999},s={position:"absolute",display:"none",margin:0,padding:0,border:"none",width:"auto",height:"auto",maxHeight:"none",maxWidth:"none",zIndex:-999999},q=function(c,b,e)

    Changing the front-page.js file should do it but the only value in this file is -77 and changing it didn't make a difference.

    // Set front page 1 height
    	var windowHeight = $( window ).height() - 77;

    So unless there is a weird combination of multiple files, I am resorting to the CSS hack.

    It's too bad StudioPress hasn't posted an easier solution to this problem that way too many people are having, and continue to ask about changing.

    UPDATE: Grrrrr - using a fixed value works buuuuut it isn't height responsive. Width is responsive still. If you use a percentage, it doesn't scale (responsive) at all. I'll keep trying.

    June 13, 2014 at 2:32 am in reply to: Lifestyle Pro Footers #109550
    thinkmedia
    Member

    I have the same problem.
    If you don't use Footer 1, neither of the other two work.

    April 11, 2014 at 10:31 am in reply to: Featured Image #99704
    thinkmedia
    Member

    I actually did run the regeneration of thumbnails.
    It worked fine and the images were created.

    hmmm.

    January 10, 2014 at 12:07 pm in reply to: Tiling Background Image – Metro Pro #84453
    thinkmedia
    Member

    Hey @timskye

    Thanks for that.
    I pulled the code right out of the functions.php file.
    No good.
    It took out the stretched image but there must be something else affecting the background.
    I'll have to dig deeper to find it.
    If I do, I'll post it here.

    Cheers,

    Mitch

    January 10, 2014 at 11:34 am in reply to: Tiling Background Image – Metro Pro #84444
    thinkmedia
    Member

    Hey @timskye

    Thanks!
    I've used Metro before and had full screen images so it never showed up on my radar as a problem.

    Hmmm - before I release what is left of my hair ... do you know of any info on how to 'disengage' the backstretch feature.
    If not, that's ok.

    Cheers,

    Mitch

    January 10, 2014 at 10:59 am in reply to: "Read More" Text Not Displaying on Blog Home Page #84427
    thinkmedia
    Member

    Hey @nutsandbolts

    Thanks for posting your reply and help.

    Much appreciated

    Mitch

    January 9, 2014 at 8:42 pm in reply to: Tiling Background Image – Metro Pro #84292
    thinkmedia
    Member

    I set up http://ironicmom.staging.wpengine.com/ which has no caching on it.
    It still is making the 60x60 png full screen instead of tiling it.

    January 9, 2014 at 6:38 pm in reply to: Tiling Background Image – Metro Pro #84276
    thinkmedia
    Member

    Sorry to be a dork but where do I disable “Object/Transient Cache”
    I know I have seen it before but for the life of me, I can't figure out where.

    Thanks!!

    January 9, 2014 at 6:03 pm in reply to: Tiling Background Image – Metro Pro #84266
    thinkmedia
    Member

    Thanks @MediaGuru

    The image is a PNG as that is the only way to have it transparent.
    The Preview actually shows it exactly the way it is supposed to be.
    The problem is in the browser (live).
    I have tried it using Chrome, FF, IE, and Opera and none of them display it properly.
    They all blow the 60x60 up full size and don't tile it.

    Browsers are all cleared and I have purged the cache at WPEngine.com as well.
    No luck.

    December 18, 2012 at 9:59 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5941
    thinkmedia
    Member

    Awesome!

    Thanks

    And by the way, every time I reply to this post, it sends me to a 404 error page.

     

    "Closed"

    December 18, 2012 at 9:51 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5938
    thinkmedia
    Member

    But is there a way to tell on the Genesis site? Non of the child themes show a changelog or version number?

    December 18, 2012 at 9:36 am in reply to: WP Update = No visual editor and content showing in posts (admin area) #5929
    thinkmedia
    Member

    Hey Jen,

    Thanks for the tip. After much digging around, I did find that solution. And it was an .htaccess file that was the culprit.

    But is there a way to tell what version a child theme is ... on the Genesis site?
    I know Genesis auto-updates/reminds but child themes don't.

     

    Thanks

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

CTA

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

Create a site with WP EngineShop for Themes

Footer

StudioPress

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