• 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

Robert Neu

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 - 61 through 80 (of 87 total)
← 1 2 3 4 5 →
  • Author
    Posts
  • December 21, 2012 at 1:22 pm in reply to: Custom Text Color Responsive Slider #6709
    Robert Neu
    Member

    Try:

    .home .genesis-responsive-slider .slide-excerpt {
    background-color: transparent;
    }

    .home .genesis-responsive-slider h2,
    .home .genesis-responsive-slider h2 a {
    color: #ffffff;
    font-size: 28px;
    }

     


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 12:39 pm in reply to: different color class per page or post? #6700
    Robert Neu
    Member

    This will let you control which class is applied when someone is on a page other than the ones you're trying to modify. I also noticed the way you were passing the pages in is_page() was incorrect so that was causing an issue as well.

    http://snippi.com/s/3ky5lr5

    Just make sure that in your Genesis theme options you've set the color setting to default or remove the support for the genesis-style-selector entirely.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 12:17 pm in reply to: different color class per page or post? #6698
    Robert Neu
    Member

    Something like this should work:

    http://snippi.com/s/mcqm6zv

    You may need to modify it a bit for the different colors.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 11:32 am in reply to: Slideshow below header – Balance theme #6690
    Robert Neu
    Member

    That site is using the Genesis Responsive Slider.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 10:43 am in reply to: Slideshow below header – Balance theme #6670
    Robert Neu
    Member

    They are very similar in functionality but the Bootstrap one was made by a 3rd party developer. The main thing that I like about it is that it's more lightweight and you can choose to disable the stylesheet and javascript from being added. I'm using it on my site and I have found a few things that need fixed on it. If you're looking for the most reliable plugin go with the Genesis Responsive Slider.

    If you need some help with this and have Skype I'd be happy to give you a hand.

     


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 10:26 am in reply to: Slideshow below header – Balance theme #6666
    Robert Neu
    Member

    Anitac, your suggestion to follow Brian's guide should work. The code he posted will place that widget area site-wide.

    Honestly I would recommend that you reconsider adding a slider to every page of your website, but if that is what you want to do following Brian's guide and adding the slider widget into the new widget area you've created will work fine.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 10:18 am in reply to: Slideshow below header – Balance theme #6656
    Robert Neu
    Member

    I misread the initial post. Following Brian's guide should accomplish what you're trying to do.

    Since the site is responsive you'll want to use the slider that I linked to or this one: http://wordpress.org/extend/plugins/genesis-bootstrap-carousel/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 21, 2012 at 10:04 am in reply to: Slideshow below header – Balance theme #6648
    Robert Neu
    Member

    First, turn off the breadcrumbs for the home page. It looks like you're using the Balance theme so you'll need to modify the code a bit for a slideshow to display correctly.

    To get started, you'll need to install this plugin http://wordpress.org/extend/plugins/genesis-responsive-slider/

    Once you've done that, you're going to need to edit  your home.php file and your style.css file a bit.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 18, 2012 at 7:50 am in reply to: WordPress Backup #5913
    Robert Neu
    Member

    The only free one I've used that wasn't horrible is

    http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 18, 2012 at 7:09 am in reply to: 2 or 3 column category page listing in Minimum Theme #5904
    Robert Neu
    Member

    You need to replace the default loop with the Genesis Grid Loop on that category. You can either do this by adding some code to your functions.php file or you can use this handy plugin by Bill Erickson:

    http://wordpress.org/extend/plugins/genesis-grid-loop/

    If you would prefer to do it without a plugin or this doesn't work for you, please let me know and I'll help you get it working.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 16, 2012 at 2:56 pm in reply to: Columns problem #5602
    Robert Neu
    Member

    The issue you're seeing in Chrome isn't really an issue, it's part of how the theme is designed.

    One option you could consider would be to use  http://studiopress.com/themes/agency/ as it is designed using a 960 grid system which will display correctly on lower resolution screens. It should display correctly even on older versions of IE without a polyfill script like the one I posted above.

    A 1024x768 screen resolution is quickly becoming uncommon and older versions of IE are falling out of use as well. Are you sure that your site will have a large amount of visitors with small screens AND outdated browsers?


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 16, 2012 at 1:30 pm in reply to: Columns problem #5585
    Robert Neu
    Member

    If you want to shim older versions of IE, here is how to do it:

    Download respond.min.js from this github repository:

    https://github.com/scottjehl/Respond

    Inside your theme's root directory create a new folder called js and place respond.min.js inside that folder.

    Then in your functions.php file add the following:

    /** Add support for media queries in IE */
    add_action('get_header', 'eleven40_load_scripts');
    function eleven40_load_scripts() {
    global $is_IE;
    if($is_IE) {
    wp_enqueue_script('respond', $src = CHILD_URL.'/js/respond.min.js', array('jquery'), TRUE);
    }
    }

    Upload everything to your web server and test the results.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 16, 2012 at 1:11 pm in reply to: Columns problem #5584
    Robert Neu
    Member

    IE8 does not support media queries. The theme you are using is designed using the 1140 grid which means the maximum width is going to be too wide for your screen to display correctly on IE8.

    It's actually very easy to add a shim (which uses a bit of jQuery) to force IE8 to render media queries correctly if this is something you are concerned about.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 16, 2012 at 12:36 pm in reply to: Making content appear before code? #5578
    Robert Neu
    Member

    If you're doing this purely for SEO reasons, you probably shouldn't bother. There are plenty of more important things you should focus on than where your post content is  being displayed.

    In any event, if you really  want to do this something like this should work:

    /** Reposition post content */
    remove_action( 'genesis_post_content', 'genesis_do_post_content' );
    add_action( 'genesis_after_header', 'genesis_do_post_content' );

    You can change the "genesis_after_header" portion to a different hook if that's not the area you want the content to display. Check out the visual hook guide for a better idea of where you can reposition the content.

    http://genesistutorials.com/visual-hook-guide/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 16, 2012 at 12:27 pm in reply to: Columns problem #5576
    Robert Neu
    Member

    You're seeing the responsive design in action. At that screen resolution the columns switch to a 100% width layout and are stacked on top of each other. That is expected behavior for the theme.

    I'm not sure why you're still seeing columns in IE unless you are using an old version of IE which does not support media queries by default.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 15, 2012 at 6:15 pm in reply to: Need to Password Protect a category of a site, Any suggestions? #5481
    Robert Neu
    Member

    There are quite a few plugins that can help you accomplish this. Take a look at:

    http://wordpress.org/extend/plugins/groups/

    http://wordpress.org/extend/plugins/role-scoper/


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 15, 2012 at 6:12 pm in reply to: A too small backup? #5480
    Robert Neu
    Member

    If you want to make a complete backup of your site you'll need to do more than export the database. There are a number of different ways you can accomplish this. I personally perform backups at the server level but you might find it easier to use a plugin.

    Some plugins you can check out:

    http://ithemes.com/purchase/backupbuddy/

    http://wordpress.org/extend/plugins/wordpress-backup-to-dropbox/

    Manage WordPress Sites from One Dashboard

    http://vaultpress.com/

    If you're interested in backing up via command line here's some information that can get you headed in the right direction:

    http://lifehacker.com/5885392/automatically-back-up-your-web-site-every-night

    http://theme.fm/2011/06/a-shell-script-for-a-complete-wordpress-backup-4/

    Hope that helps!


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 12, 2012 at 5:02 pm in reply to: Urgent Help From Newbie: Sites Indexed But.. #4795
    Robert Neu
    Member

    I'm pretty sure the Google Analytics plugin is the culprit here. There should be an option in it somewhere to turn off the additional tracking snippets for the RSS feed.

    In all reality, as long as you're using the rel=canonical tag correctly, which you appear to be, I don't think it's going to be much of an issue to have those RSS links tagged like that anyway.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 12, 2012 at 1:59 am in reply to: "Next Post/Previous Post" link missing #4669
    Robert Neu
    Member

    I updated code again.

    Here's some more info on the functions being used. http://codex.wordpress.org/Function_Reference/previous_post_link

    If you need some help styling the actual div elements let me know.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

    December 12, 2012 at 1:31 am in reply to: "Next Post/Previous Post" link missing #4661
    Robert Neu
    Member

    You may also want to change the link classes depending on if you want to float the links or not.


    Co-Founder of Audit WP, a WordPress SEO audit service and Flagship, a new WordPress theme company launching soon!

  • Author
    Posts
Viewing 20 posts - 61 through 80 (of 87 total)
← 1 2 3 4 5 →
« 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