• 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

Ozzy

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 - 201 through 220 (of 256 total)
← 1 2 3 … 10 11 12 13 →
  • Author
    Posts
  • December 22, 2012 at 12:39 pm in reply to: ClipArt Header #6985
    Ozzy
    Member

    ahh... you could do:

    max-width: 1340px;
    width: 100%

    if 1340 is the magic number... 1340 is kind of big, though


    Ozzy Rodriguez | Twitter | Google+

    December 22, 2012 at 12:31 pm in reply to: ClipArt Header #6979
    Ozzy
    Member

    i don't see the slider so i don't know exactly what you're trying to do, but if you want to make the header extend all the way across the page,

    find #header .wrap

    in your style.css and add

    width: 100%;

    sorry, Anita... looks like we were answering at the same time 🙂


    Ozzy Rodriguez | Twitter | Google+

    December 22, 2012 at 11:02 am in reply to: Create widgets specific for archives and pages #6959
    Ozzy
    Member

    where are you seeing the error or what does the error say?


    Ozzy Rodriguez | Twitter | Google+

    December 22, 2012 at 10:21 am in reply to: Stop header description from shifting when zooming in #6952
    Ozzy
    Member

    if you're not worried about responsive and just want to fix that issue, you could try going into your style.css, searching for #title-area and putting

    white-space: nowrap;

    into the styling of #title-area

    I don't know if that will fix your problem, but i hope it helps!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 11:02 pm in reply to: How to remove "older posts" link #6888
    Ozzy
    Member

    try putting this in your functions.php file:
    remove_action('genesis_after_endwhile', 'genesis_posts_nav');
    remove_action('genesis_after_endwhile','child_posts_nav');

    found @ http://desperatelyseekingwp.com/2011/10/genesis-framework-snippets/ via Nick Croft 🙂


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 10:29 pm in reply to: Navigation not wrapping correctly for responsive layout #6882
    Ozzy
    Member

    no problem!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 9:17 pm in reply to: Is an automatic 'view full site' for all mobile devices possible? #6864
    Ozzy
    Member

    in your functions.php file, find the line line that shows and either remove it or adjust it based on how you'd like your content to look. check out this page http://webdesignerwall.com/tutorials/viewport-meta-tag-for-non-responsive-design for some ideas

    you'll then have to remove all of the media queries that control the responsiveness of the site. those should be near the bottom of your style.css.


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 8:58 pm in reply to: Crystal – Home Widget Headlines #6850
    Ozzy
    Member

    hmm... it deleted the link to the article. http://genesistutorials.com/function/genesis_register_sidebar/


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 8:43 pm in reply to: Navigation not wrapping correctly for responsive layout #6846
    Ozzy
    Member

    it looks ok in portrait, but it looks like you need to edit the responsive for the landscape view a bit. have you changed those to percentages as well?


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 8:30 pm in reply to: Taking up the challenge #6845
    Ozzy
    Member

    I'll do what I can as well... I'm fairly new to the Genesis framework and StudioPress, but have fallen in love with it and will be the only framework I use for new client designs, if given the choice.

    I'll try and come in and answer what I can as well as learn from those who have more experience with StudioPress themes!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 8:24 pm in reply to: Executive – Split Home-Slider Sidebar with Genesis Responsive Slider and Widget #6844
    Ozzy
    Member

    probably the easiest way to do this is by adding classes to the widgets as you register them.

    using Genesis' columns will be a great help. so when you're registering your widget areas in your functions.php file, for the <div id="genesis_responsive_slider" add a class of two-thirds or three-fourths. add a class to the of one-third or one-fourth.

    so your divs would look like:

    i hope that helps!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 8:14 pm in reply to: Crystal – Home Widget Headlines #6841
    Ozzy
    Member

    i'm not familiar with the functions.php file of that theme, but if you see the widgets being registered using genesis_register_sidebar, this article may be of help


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 2:23 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6729
    Ozzy
    Member

    nevermind... that doesn't fix it. i'll keep looking


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 2:15 pm in reply to: Education Theme – Responsive design not workin on iPhone or smartphones #6723
    Ozzy
    Member

    on or near line 751, you have

    #inner .wrap {
    margin: 0 auto;
    width: 1140px;
    }

    change the width: 1140px; to max-width: 1140px;

    hope that helps!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 1:25 pm in reply to: Changing font type #6710
    Ozzy
    Member

    find the following code:
    body,
    h1,
    h2,
    h2 a,
    h2 a:visited,
    h3,
    h4,
    h5,
    h6,
    p,
    select,
    textarea {

    and change font-family: "Century Gothic",AppleGothic,Arial,sans-serif;
    to your font of choice

    hope that helps!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 4:08 am in reply to: Round Edges #6599
    Ozzy
    Member

    Hello Katrina,

    Search for this line in your css:

    .sidebar .widget

    and remove the following lines:

    border-top-left-radius: 10px;
    border-top-right-radius: 10px;

    that should do the trick!


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 2:51 am in reply to: Color Behind Post Title #6595
    Ozzy
    Member

    if you change the margin on:
    #featured-full .widget,
    #featured-top .widget,
    #featured-bottom-stuff .widget

    to margin: 0, it goes away.


    Ozzy Rodriguez | Twitter | Google+

    December 21, 2012 at 1:47 am in reply to: Signature On Posts…Exclude on Guest Posts #6592
    Ozzy
    Member

    try something like this:

    <?php if ( is_singular() && is_author('Author Name') ) {?>


    Ozzy Rodriguez | Twitter | Google+

    December 4, 2012 at 6:34 pm in reply to: Metric Theme Favicon #3370
    Ozzy
    Member

    try putting the favicon.ico in the images folder of your child theme. clear your browsers cache and refresh the page. that should do the trick.


    Ozzy Rodriguez | Twitter | Google+

    December 4, 2012 at 6:26 pm in reply to: Assistance with IE Error #3369
    Ozzy
    Member

    i'm not seeing any errors so i guess it's fixed?


    Ozzy Rodriguez | Twitter | Google+

  • Author
    Posts
Viewing 20 posts - 201 through 220 (of 256 total)
← 1 2 3 … 10 11 12 13 →
« 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