• 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

wheelingit

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 19 posts - 1 through 19 (of 19 total)
  • Author
    Posts
  • December 12, 2016 at 1:00 pm in reply to: 3-column drop-down menu in navigation bar? #197482
    wheelingit
    Member

    Just bumping this up to see if anyone has any ideas?

    July 23, 2016 at 1:35 pm in reply to: Make footer widgets same height? #190089
    wheelingit
    Member

    Thanks. I spent some time looking into flexbox and such, but it seemed a tad too complicated for me. In the end I found a solution just by messing with the code in my child theme stylesheet. All I needed to do was to add was a height attribute into .footer-widgets .widget. I added the following:

    .footer-widgets .widget {
    height: 300px;
    }

    That seems to have worked. All my footer boxes are now equal size.

    May 15, 2015 at 6:48 pm in reply to: How could I make my headings… Bold? #152367
    wheelingit
    Member

    In your child theme css in the exact area that littleafash mentioned above change the line that says font-weight: 300 to say font-weight: 700

    May 12, 2015 at 3:57 pm in reply to: Some questions about mobile responsiveness? #151915
    wheelingit
    Member

    As far as challenges go with using the mobile plug-in, the main thing you're going to face is not much control over the way your blog looks on mobile. Both Jetpack & WPTouch put out a pretty standard format, and you can't change it too much.

    As for the widget thing I'm no expert since I don't actually use the front-page widget format on my own blog, but can't you just use Lifestyle Pro and limit the widget to ONE post? I'm using Lifestyle Pro on my blog and it seems to allow me that option, although I admit I haven't played with it much.

    May 6, 2015 at 12:16 pm in reply to: Best mobile plugin for studiopress #150404
    wheelingit
    Member

    You can try Jetpack mobile plugin or WPTouch. It's really better to switch to a "mobile friendly" theme, but if you don't want to do that right now either of those two will work. WPTouch has more options, but Jetpack works fine too.

    May 6, 2015 at 12:13 pm in reply to: Some questions about mobile responsiveness? #150402
    wheelingit
    Member

    I totally get the pain involved in switching themes. If you decide to switch themes chose a "mobile responsive" child theme, or just custom code the sample Genesis one.

    If you don't want to handle that right now another alternative is to KEEP your current theme and just install a mobile-friendly plugin. The latter is not ideal, but could be a stop-gap solution for you while you decide if you really want to switch themes again.

    These are the two I've used in the past
    1/ Jetpack - if you have the jetpack plugin on your blog just "active" the mobile tab. That should render a very basic, mobile friendly version of your blog for mobile devices.

    2/ WPTouch - another plugin that will generate a mobile-friendly version of your blog for mobile devices. The free version works fine, or you can upgrade to the pro for more advanced.

    May 6, 2015 at 12:07 pm in reply to: NEW google structure testing tool reporting errors on Genesis themes #150401
    wheelingit
    Member

    I just ran my own site through this and also found errors.

    On side-bar/footer & navigation elements I got a "node is empty" warning
    On main content (blog posts) I got an error

    My site wheelingit.us if that helps

    May 5, 2015 at 2:44 pm in reply to: Change every other comment box background color? #150286
    wheelingit
    Member

    And after searching for days I find the code myself only minutes after posting on here. Go figure.

    The following works:
    .comment-list li {
    background: #ffffff;
    }
    .comment-list li.alt {
    background: #ddd;
    }

    Nina

    May 4, 2015 at 5:29 am in reply to: Social Media buttons #149470
    wheelingit
    Member

    Are you saying you DON'T want all that sliding around? If you just want basic, flat social media icons then I usually do it the old-fashioned way. I upload the icons I want to use into my media library, Then I enter a plain old TEXT box into my side-bar and use the following code:

    <div>Twitter RSS</div>

    And so on....you can change the size in the code. It's not fancy, but it's always worked for me.

    Nina

    May 4, 2015 at 5:28 am in reply to: Social Media buttons #149468
    wheelingit
    Member

    Are you saying you DON'T want the sliding function? If you just want to enter "flat" social media icons without any of the fancy sliding around I do it the old-fashioned way. I upload the images I want to use for each of the icons in my media file. Then I enter a "TEXT" box into my side-bar and use the following code:

    <div>Twitter RSS</div>

    It's not fancy, but it's always worked for me. You can change the size of your images directly in the code.

    Maybe someone else will come up w/ a fancier solution.

    May 3, 2015 at 8:43 pm in reply to: Want a Plain Posting Page as Front Page in Lifestyle Pro #150063
    wheelingit
    Member

    Sorry I didn't see your reply on this before.

    What I meant by the "static page" is the following.

    In your wordpress panel. Under "appearance" click "customize". You should see an option on there (half way down) that says "static front page". Under that you will see the option to display static posts on your front page. In order for this to work you need for your "home top" and "home middle" widgets to be clear (nothing in them).

    You can do it the way you have too of course.

    In order to change padding, color etc. I highly recommend this video. That's how I learnt how to do it:

    Nina

    May 2, 2015 at 11:38 am in reply to: Previous & Next Links not pointing to correct posts #149841
    wheelingit
    Member

    AHA...the first code snippet worked! Don't know why the other one wasn't pointing correctly.
    Thank you. Nina

    May 1, 2015 at 3:11 pm in reply to: Slow pagespeed. Eliminate render-blocking JavaScript? #149750
    wheelingit
    Member

    Thanks coralseait. I've tried running an image optimizer (EWWW), but it seems to have done very little (almost nothing) to improve my loading speed. My blog is pretty image-heavy, so I'm not sure there is much I can do without degrading image quality. I guess I may just have to live with it?

    Nina

    May 1, 2015 at 3:07 pm in reply to: Show desktop version (with sidebar on side) on iPad? #149749
    wheelingit
    Member

    OK. Thanks for the follow-up. I will mess around with this idea.

    By the way, my site is up at wheelingit.us 🙂

    Nina

    April 30, 2015 at 5:01 pm in reply to: Slow pagespeed. Eliminate render-blocking JavaScript? #149674
    wheelingit
    Member

    Thank you Christoph! I'll play around with it!!

    Nina

    April 29, 2015 at 8:33 pm in reply to: Slow pagespeed. Eliminate render-blocking JavaScript? #149569
    wheelingit
    Member

    Hi Christoph,

    Thanks. My hosting service (Dreampress) doesn't advise a caching plugin since it might conflict w/ the built-in Varnish cache that they use on their servers (at least that's what they're telling me). Do you know anyway to modify the code to remove whatever is blocking?

    Nina

    April 27, 2015 at 1:06 pm in reply to: Inserted images (in blogs) are being compressed in Lifestyle Pro? #149314
    wheelingit
    Member

    NEVER mind. I managed to find a way to force this fix. I had to REMOVE padding & borders on all my wp-caption in CSS. Once I did that my pics expanded to the correct size.

    So, consider this closed. Thank you.

    April 26, 2015 at 11:58 pm in reply to: Want a Plain Posting Page as Front Page in Lifestyle Pro #149249
    wheelingit
    Member

    I'm currently using Lifestyle Pro and I just have blog posts on my front page. The way I did this was to delete ALL the widgets (no home, no top, no middle...none of that). In the customize section I chose "static front page" and I clicked on Front Page Displays Your Latest Blog Posts. This worked for me. I've got nothing but regular blog posts on my front page.

    April 22, 2015 at 2:29 pm in reply to: New WordPress customize requirement? #148835
    wheelingit
    Member

    Thank you! Nina

  • Author
    Posts
Viewing 19 posts - 1 through 19 (of 19 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