• 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

rfmeier

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 584 total)
← 1 2 3 … 28 29 30 →
  • Author
    Posts
  • January 4, 2015 at 11:16 am in reply to: remove padding on small screen #136034
    rfmeier
    Member

    Miriam,

    I apologize for the delay in response. I was out of town for the new year. Your custom css is loading after you theme's style.css file. So any changes within your style.css file will be overrode by your custom css changes.

    Using Chrome developer tools, I appended the following css and was able to correct the padding on your home section 3 for screens smaller than 1140px;

    @media only screen and (max-width: 1140px) {
    
        .home-section-3 {
            display: block;
            padding-left: 0;
    		padding-right: 0;
    	}
        
    }

    Make sure your browser cache is cleared when you make these changes as css tends to be cached hard.


    Ryan Meier – Twitter

    December 29, 2014 at 10:04 pm in reply to: remove padding on small screen #135629
    rfmeier
    Member

    Miriam,

    Add this to you custom styling;

    @media only screen and (max-width: 1140px) {
    
        .home-section-3 {
            padding-left: 0;
            padding-right: 0;
        }
        
    }

    It will remove your padding with the screen decreases in size.


    Ryan Meier – Twitter

    December 29, 2014 at 9:59 pm in reply to: Genesis update breaks Featured Posts Widget #135628
    rfmeier
    Member

    digiman1,

    In 2.1, the title is now escaped to prevent malicious output on the front-end. That is why you now see the actual html in the title.


    Ryan Meier – Twitter

    December 29, 2014 at 9:46 pm in reply to: Removing entry header for post formats #135625
    rfmeier
    Member

    ptcjosh,

    I am not sure why it wasn't working for you. Are you doing this on a live site?


    Ryan Meier – Twitter

    December 29, 2014 at 9:41 pm in reply to: Sidebar moved in homepage #135623
    rfmeier
    Member

    Andy,

    I don't know if I can explain it. There seem to be widget pushing out of the content causing some odd issues. So, until the floating issues are fixed, I am not sure of the exact problem.


    Ryan Meier – Twitter

    December 29, 2014 at 9:38 pm in reply to: Navigation breaking over two lines on iPad #135622
    rfmeier
    Member

    You are welcome. Good luck!


    Ryan Meier – Twitter

    December 29, 2014 at 9:37 pm in reply to: Changing 'Continue Reading' button color for Parallax Pro Theme #135621
    rfmeier
    Member

    Cody,

    The css declaration for the font color is around line 475 within the style.css file.

    .footer-widgets a.button,
    .footer-widgets button,
    .footer-widgets input[type="button"],
    .footer-widgets input[type="reset"],
    .footer-widgets input[type="submit"],
    .home-odd a.button {
    	border: 3px solid #fff;
    	color: #fff !important;
    }

    Ryan Meier – Twitter

    December 29, 2014 at 4:57 pm in reply to: Navigation breaking over two lines on iPad #135606
    rfmeier
    Member

    Sam,

    The style.css file I can inspect through Chrome is for the theme Ditch The Diet.

    .site-header .widget-area {
         width: 560px;
    }

    The block of code above is where the widget-area is constrained to 560px (this is actually sitting within a media query). Changing this to 100% will force the whole menu under the title.

    Adding the code I earlier posted right under the .site-header .widget-area will center the elements.


    Ryan Meier – Twitter

    December 29, 2014 at 11:56 am in reply to: Fixed Menu- help #135573
    rfmeier
    Member

    Sorry. The private messaging must not be working.

    You can zip the files and send them to [email protected]


    Ryan Meier – Twitter

    December 29, 2014 at 11:32 am in reply to: Fixed Menu- help #135568
    rfmeier
    Member
    This reply has been marked as private.
    December 29, 2014 at 11:03 am in reply to: Removed post date and author and now can't figure out how to add it back #135563
    rfmeier
    Member

    Are you able to list the files in your theme. This would most likely be in your functions.php file.


    Ryan Meier – Twitter

    December 29, 2014 at 10:48 am in reply to: Removed post date and author and now can't figure out how to add it back #135559
    rfmeier
    Member

    Stefani,

    Are there any Genesis plugins installed? I know this is a typical WordPress answer, but try disabling those (if there are any). Otherwise, it sounds like this may be turned of within your theme somewhere.


    Ryan Meier – Twitter

    December 29, 2014 at 10:40 am in reply to: Navigation breaking over two lines on iPad #135558
    rfmeier
    Member

    Sam,

    Are you using any service to compress your stylesheet?


    Ryan Meier – Twitter

    December 29, 2014 at 10:37 am in reply to: Foodie Recipe Index Question #135557
    rfmeier
    Member

    Sorry for the late reply. The forum has not been notifying me of replies like it should.

    The following changes will remove the all the white space below the image;

    
    /* style.css line ~799 */
    .featured-content img,
    .featuredpost img {
    .featured-content img;
     	display: block;
     	margin: 0 auto 10px;
     	margin: 0 auto 1rem;
     	margin-bottom: 0; /* set margin bottom to 0 */
        border-top: 12px solid #fff;
    }

    Add the following under the previous within the style.css file

    
    /* style.css  */
    .featured-content a.aligncenter,
    .featuredpost a.aligncenter {
    .featured-content a.aligncenter;
     	margin-bottom: 0;
    }

    Ryan Meier – Twitter

    December 29, 2014 at 10:31 am in reply to: Sidebar moved in homepage #135556
    rfmeier
    Member

    Andy,

    Your #content-sidebar-wrap is set to a width of 1200px, which is taking the whole width of the screen;

    .sidebar-content #content-sidebar-wrap,
    .content-sidebar #content-sidebar-wrap {
      float:left;
      margin:0;
      padding:0;
      width:1200px;
    }

    Reduce this to a lower number to allow the sidebar room to fit next to the content.


    Ryan Meier – Twitter

    December 29, 2014 at 10:16 am in reply to: Modern Portfolio Pro multiple blog pages #135549
    rfmeier
    Member

    Naomiklein,

    Sorry for the late reply. The forums haven't been notifying me when a reply is made...

    Instead of id=9 and id=12, use cat=9 and cat=12

    This is demonstrated within the WP_Query http://codex.wordpress.org/Class_Reference/WP_Query#Category_Parameters


    Ryan Meier – Twitter

    December 29, 2014 at 10:12 am in reply to: Removing entry header for post formats #135548
    rfmeier
    Member

    Gah, sorry.

    I have no idea what is going on with their forums in recent. I have had links stripped from my posts a lot lately.

    https://gist.github.com/rfmeier/4805035bd30ab7e17f76


    Ryan Meier – Twitter

    December 29, 2014 at 9:17 am in reply to: Removing entry header for post formats #135541
    rfmeier
    Member

    ptcjosh,

    In your code, you are attempting to remove the action while in the action callback. You will need to remove the action a little earlier to get what you are looking for. I included an example within the gist below;

    From the code you can decide what needs to be removed and/or what post formats to remove the entry header.


    Ryan Meier – Twitter

    December 28, 2014 at 4:46 pm in reply to: Modern Portfolio Pro multiple blog pages #135502
    rfmeier
    Member

    naomiklein,

    Would you mind posting the value for query_args value for each page?


    Ryan Meier – Twitter

    December 28, 2014 at 4:39 pm in reply to: Fixed Menu- help #135498
    rfmeier
    Member

    pwalus,

    This would require a little development work. A css custom class could be applied to the menu to make it fixed. Javascript could then be used to toggle the custom class depending on where the window scroll view is positioned (is the user near the bottom or not).

    This is not too hard, but as I do not have the Parallax Pro theme to test changes locally, it would be make development a little too difficult.

    If I could get a hold of the theme files, I could possibly assist you.


    Ryan Meier – Twitter

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