• 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

KathleenCD

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 - 1 through 20 (of 30 total)
1 2 →
  • Author
    Posts
  • August 30, 2016 at 11:16 am in reply to: home-bottom .widget-title | Outreach Pro #192342
    KathleenCD
    Member

    Thanks Victor,
    I found the solution just after I sent this.

    May 4, 2015 at 6:01 am in reply to: Background Image 'Jumps' on when viewing on phone – Sixteen Nine #150086
    KathleenCD
    Member

    Still not able to resolve this. Would really appreciate some guidance.

    Thanks
    Kathy

    April 29, 2015 at 11:42 am in reply to: Background Image 'Jumps' on when viewing on phone – Sixteen Nine #149525
    KathleenCD
    Member

    Still haven't solved the problem of jumping script - I need help with the instructions provided previously to "find the ‘enqueue’ with ‘backstretch in them and commend them out"

    Here's the code... what do I do?

    //* Enqueue Backstretch script and prepare images for loading
    add_action( ‘wp_enqueue_scripts’, ‘sixteen_nine_enqueue_scripts’ );
    function sixteen_nine_enqueue_scripts() {

    wp_enqueue_script( ‘sixteen-nine-responsive-menu’, get_bloginfo( ‘stylesheet_directory’ ) . ‘/js/responsive-menu.js’, array( ‘jquery’ ), ‘1.0.0’ );

    $image = get_option( ‘sixteen-nine-backstretch-image’, sprintf( ‘%s/images/bg.jpg’, get_stylesheet_directory_uri() ) );

    //* Load scripts only if custom backstretch image is being used
    if ( ! empty( $image ) ) {

    wp_enqueue_script( ‘sixteen-nine-backstretch’, get_bloginfo( ‘stylesheet_directory’ ) . ‘/js/backstretch.js’, array( ‘jquery’ ), ‘1.0.0’ );
    wp_enqueue_script( ‘sixteen-nine-backstretch-set’, get_bloginfo(‘stylesheet_directory’).’/js/backstretch-set.js’ , array( ‘jquery’, ‘sixteen-nine-backstretch’ ), ‘1.0.0’ );

    wp_localize_script( ‘sixteen-nine-backstretch-set’, ‘BackStretchImg’, array( ‘src’ => str_replace( ‘http:’, ”, $image ) ) );

    April 8, 2015 at 7:42 pm in reply to: Background Image 'Jumps' on when viewing on phone – Sixteen Nine #147147
    KathleenCD
    Member

    Whew! corrected the error. Still need a little more instruction on how to:

    'find the ‘enqueue’ with ‘backstretch in them and commend them out' - I've pasted the relevant code above

    Since I've already crashed my site once I'm obviously doing something wrong. Your help would be very much appreciated.

    April 8, 2015 at 6:56 pm in reply to: Background Image 'Jumps' on when viewing on phone – Sixteen Nine #147140
    KathleenCD
    Member

    yikes! Not sure what I've done. I'm getting the following error now. I've copied and pasted form a clean version but it didn't solve the problem. How do I fix?

    Parse error: syntax error, unexpected '*' in /home/vresearch/public_html/wp-content/themes/sixteen-nine-pro/functions.php on line 35

    Tks.

    April 8, 2015 at 6:41 pm in reply to: Background Image 'Jumps' on when viewing on phone – Sixteen Nine #147138
    KathleenCD
    Member

    Is this the section of code you mean? If so can you tell me how to correctly comment it out?

    //* Enqueue Backstretch script and prepare images for loading
    add_action( 'wp_enqueue_scripts', 'sixteen_nine_enqueue_scripts' );
    function sixteen_nine_enqueue_scripts() {

    wp_enqueue_script( 'sixteen-nine-responsive-menu', get_bloginfo( 'stylesheet_directory' ) . '/js/responsive-menu.js', array( 'jquery' ), '1.0.0' );

    $image = get_option( 'sixteen-nine-backstretch-image', sprintf( '%s/images/bg.jpg', get_stylesheet_directory_uri() ) );

    //* Load scripts only if custom backstretch image is being used
    if ( ! empty( $image ) ) {

    wp_enqueue_script( 'sixteen-nine-backstretch', get_bloginfo( 'stylesheet_directory' ) . '/js/backstretch.js', array( 'jquery' ), '1.0.0' );
    wp_enqueue_script( 'sixteen-nine-backstretch-set', get_bloginfo('stylesheet_directory').'/js/backstretch-set.js' , array( 'jquery', 'sixteen-nine-backstretch' ), '1.0.0' );

    wp_localize_script( 'sixteen-nine-backstretch-set', 'BackStretchImg', array( 'src' => str_replace( 'http:', '', $image ) ) );

    April 5, 2015 at 10:04 am in reply to: Removing text from right sidebar – Sixteen Nine #146738
    KathleenCD
    Member

    D'OH!!!! Just realized it only appears when I'm logged in to admin area and not visible otherwise. Sorry about that!

    March 23, 2015 at 8:04 am in reply to: Sixteen Nine Theme – Center site title above blog Image #145319
    KathleenCD
    Member

    Thank you, this worked perfectly. But I've decided to get rid of the title area all together. I managed to do that by adding this code:

    //* Remove the site title
    remove_action( 'genesis_site_title', 'genesis_seo_site_title' );

    But now I have 2 issues :
    1. there is now a big space at the top - how do I remove that?
    2. when I try scrolling down the page I stay in one place and the page seems to roll up at the top and disappear. Instead I want to be able to just scroll down the page.

    Any help would be appreciated. Thanks

    July 28, 2014 at 8:09 am in reply to: Slider Alignment off Slightly – Executive Pro #116062
    KathleenCD
    Member

    You're a rock star!! Worked like a charm. Thank you both for your help.

    Kathy

    July 21, 2014 at 12:40 pm in reply to: Slider Alignment off Slightly – Executive Pro #115225
    KathleenCD
    Member

    D'oh!!! Thanks Jan.

    There's still a slight white border on the left of the excerpt box. It appears to me like the template is a few px too wide. - extending slightly beyond the navigation bar. Can you see what I mean?

    March 31, 2014 at 2:23 pm in reply to: Modern Blogger – Paypal Image Distorted #97749
    KathleenCD
    Member

    Thank you so much! Worked perfectly - after I realized there was a 'p' missing in the DIV wrap code you provided 🙂

    Great!
    Kathleen

    February 6, 2014 at 11:53 am in reply to: Remove extra spacing between blog excerpts – lifestyle Pro #88971
    KathleenCD
    Member

    Worked like a charm! Thanks for the quick response Andrea.

    September 19, 2013 at 4:01 pm in reply to: Move Welcome Widget Below Slide – Agency Theme #63454
    KathleenCD
    Member

    I'm thinking it's this section of code that I need to alter:

    I did try just changing this part but it didn't work.
    <div id="home-slider">
    <div id="home-welcome">

    function agency_home_welcome_helper() { if ( is_active_sidebar( 'home-slider' ) ) { echo '<div id="home-slider">'; dynamic_sidebar( 'home-slider' ); echo '</div><!-- end #home-slider -->'; } if ( is_active_sidebar( 'home-welcome' ) ) { echo '<div id="home-welcome">'; dynamic_sidebar( 'home-welcome' ); echo '</div><!-- end #home-welcome -->'; }

    September 19, 2013 at 3:53 pm in reply to: Move Welcome Widget Below Slide – Agency Theme #63453
    KathleenCD
    Member

    Thanks Brad,
    I had a look at the link but I'm not really clear on what I need to do - can you dumb down the instructions a little for me? 🙂

    August 5, 2013 at 8:00 pm in reply to: Balance Theme – Mobile Header problem #54318
    KathleenCD
    Member

    You rock! It works perfectly. Yeahhhh..

    Thanks so much Dave.
    Kathleen

    July 16, 2013 at 8:02 pm in reply to: Balance Theme – change post format on home page #51086
    KathleenCD
    Member

    Perfect!!! Thank you so much for helping me with this Doak.

    July 16, 2013 at 7:27 pm in reply to: Balance Theme – reduce / remove space between posts #51076
    KathleenCD
    Member

    Would I find this in style.css? I located lines 989 & 697 as directed but they do not correspond to padding / margins.

    Can you dumb it down a little for me 🙂

    Tks

    July 16, 2013 at 6:50 pm in reply to: Balance Theme – Make 1st Post on Home Page Excerpt #51072
    KathleenCD
    Member

    Thanks Brad. Worked like a charm for the post excerpt!

    Still working on commenting out the grid based on the instructions received in a separate post on the topic.

    July 16, 2013 at 6:44 pm in reply to: Balance Theme – change post format on home page #51070
    KathleenCD
    Member

    I made the change as follows but got a syntax error. Any idea where I went wrong?

    }

    }

    /*
    remove_action( 'genesis_loop', 'genesis_do_loop' );
    add_action( 'genesis_loop', 'child_grid_loop_helper' );
    /** Add support for Genesis Grid Loop **/
    function child_grid_loop_helper() {

    if ( function_exists( 'genesis_grid_loop' ) ) {

    genesis_grid_loop( array(
    'features' => 1,
    'feature_image_size' => 'feature',
    'feature_image_class' => 'align none post-image',
    'feature_content_limit' => 300,
    'grid_image_size' => 'grid',
    'grid_image_class' => 'align none post-image',
    'grid_content_limit' => 0,
    'more' => __( 'Continue reading...', 'genesis' ),
    'posts_per_page' => 5,
    ) );

    }

    else {
    genesis_standard_loop();
    }

    }
    */

    genesis();

    July 16, 2013 at 6:37 pm in reply to: Balance Theme – change post format on home page #51067
    KathleenCD
    Member

    Disregard... I just saw the */ at the bottom. sorry!!

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 30 total)
1 2 →

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