• 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

wnb

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 15 posts - 21 through 35 (of 35 total)
← 1 2
  • Author
    Posts
  • February 12, 2013 at 6:45 pm in reply to: Help with Modern Portfolio theme #19971
    wnb
    Member

    anitac, please don't leave me now!  OK I'm getting everything on the home page but how do I get the links to work from the nav menu on the top right

    Thanks again

    February 12, 2013 at 5:21 pm in reply to: Help with Modern Portfolio theme #19956
    wnb
    Member

    Yes, i can put the demo info in the links and it takes me to the studio press demo site, I need it to take me to my info.  Why can't I get it to take me to my links etc.

     

    February 12, 2013 at 5:08 pm in reply to: Help with Modern Portfolio theme #19946
    wnb
    Member

    Anitac:

    Yes, I have already downloaded the XML file.  That is why there are some images.  So I got it to look like the demo but the links to not work.

    It is not scrolling.  In fact if you will click on one of the links you will see that it does not take you to that section of the site, it gives an error message instead.

    I followed the info on how to create the proper menu links to take you to the various sections but it is not working.

    I really appreciate your help.

    Wayne

     

     

    February 12, 2013 at 4:19 pm in reply to: Help with Modern Portfolio theme #19930
    wnb
    Member

    Here you are anitac!

    http://w446.com/Modern/

    I have tried all sorts of things to get it working, I hope you can help me.

    February 1, 2013 at 2:50 pm in reply to: Remove primary bsidebar in Education #17181
    wnb
    Member

    Yes I see that big space where the sidebar should be, that won't work....

    February 1, 2013 at 1:59 pm in reply to: Remove primary bsidebar in Education #17153
    wnb
    Member

    SoZo we were never able to get past the errors that were being creayed with the code.  Is there anything I can show you to see what I am doing wrong?

    Thanks

    February 1, 2013 at 1:58 pm in reply to: Remove primary bsidebar in Education #17152
    wnb
    Member

    SoZo we were never able to get past the errors that was being created ....any ideas what the problem could be or what I can show you to see what I am doing wrong?

    Thanks again

    February 1, 2013 at 11:42 am in reply to: Remove primary bsidebar in Education #17106
    wnb
    Member

    avhslibrary, no I didn't.  I tried everything above but could not get past the problems.  Please let me know if you find an answer and I'll do the same.

    Thanks

     

    January 29, 2013 at 9:48 pm in reply to: Remove primary bsidebar in Education #16295
    wnb
    Member

    I've tried it with and without the curly brackets and still no luck I keep getting that error message.

    January 29, 2013 at 8:29 pm in reply to: Remove primary bsidebar in Education #16256
    wnb
    Member

    bump

    January 29, 2013 at 6:54 pm in reply to: Remove primary bsidebar in Education #16223
    wnb
    Member

    OK, i redid it all removed the curly brackets } at the very end with ) I still get the error for Parse error: syntax error, unexpected ')' in /home/w446/public_html/K9/wp-content/themes/education/functions.php on line 117  which is  again /** Reposition Breadcrumbs */

    January 29, 2013 at 6:40 pm in reply to: Remove primary bsidebar in Education #16215
    wnb
    Member

    SoZo, thanks for the help but this is still not working. This time when I removed the <?php tag then it showed an error at line 114 that said :
    Parse error: syntax error, unexpected $end in /home/w446/public_html/K9/wp-content/themes/education/functions.php on line 114  Line 1114 is simply /** Reposition Breadcrumbs */.

    I have gone in an loaded a fresh function.php to get it back up.  But here is the function.php file that created the problem,  can you see what the problem is?

    Thanks again.......

    <?php

    /** Start the engine */

    require_once( get_template_directory() . '/lib/init.php' );

    /** Child theme (do not remove) */

    define( 'CHILD_THEME_NAME', 'Education Theme' );

    define( 'CHILD_THEME_URL', 'http://www.studiopress.com/themes/education' );

    /** Create additional color style options */

    add_theme_support( 'genesis-style-selector', array(

    'education-black'    => __( 'Black' , 'education' ),

    'education-green'    => __( 'Green' , 'education' ),

    'education-purple'    => __( 'Purple' , 'education' ),

    'education-red'        => __( 'Red' , 'education' ),

    'education-teal'        => __( 'Teal' , 'education' )

    ) );

    add_action( 'genesis_meta', 'education_add_viewport_meta_tag' );

    /** Add Viewport meta tag for mobile browsers */

    function education_add_viewport_meta_tag() {

    echo '<meta name="viewport" content="width=device-width, initial-scale=1.0"/>';

    }

    /** Add new image sizes */

    add_image_size( 'featured-image', 150, 100, TRUE );

    /** Add structural wraps */

    add_theme_support( 'genesis-structural-wraps', array(

    'header',

    'nav',

    'subnav',

    'inner',

    'footer-widgets',

    'footer'

    ) );

    /** Add support for custom background */

    add_theme_support( 'custom-background' );

    /** Add support for custom header */

    add_theme_support( 'genesis-custom-header', array(

    'width' => 1140,

    'height' => 120

    ) );

    /** Add support for 3-column footer widgets */

    add_theme_support( 'genesis-footer-widgets', 3 );

    /** Reposition Primary Navigation */

    remove_action( 'genesis_after_header', 'genesis_do_nav' );

    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_nav' );

    /** Reposition Secondary Navigation */

    remove_action( 'genesis_after_header', 'genesis_do_subnav' );

    add_action( 'genesis_before_content_sidebar_wrap', 'genesis_do_subnav' );

    /** Reposition Breadcrumbs */

    remove_action( 'genesis_before_loop', 'genesis_do_breadcrumbs' );

    add_action( 'genesis_before_content', 'genesis_do_breadcrumbs' );

    add_filter( 'genesis_comment_list_args', 'child_comment_list_args' );

    /** Change avatar size */

    function child_comment_list_args( $args ) {

    $args = array(

    'type' => 'comment',

    'avatar_size' => 33,

    'callback' => 'genesis_comment_callback'

    );

    return $args;

    }

    /** Register widget areas */

    genesis_register_sidebar( array(

    'id'            =>    'slider',

    'name'            =>    __( 'Slider', 'education' ),

    'description'    =>    __( 'This is the slider section.', 'education' ),

    ) );

    genesis_register_sidebar( array(

    'id'            =>     'intro',

    'name'            =>    __( 'Intro', 'education' ),

    'description'    =>    __( 'This is the intro section displayed below the slider.', 'education' ),

    ) );

    genesis_register_sidebar( array(

    'id'            =>    'featured',

    'name'            =>    __( 'Featured', 'education' ),

    'description'    =>    __( 'This is the featured section displayed below the intro.', 'education' ),

    ) );

    genesis_register_sidebar( array(

    'id'            =>    'call-to-action',

    'name'            =>    __( 'Call To Action', 'education' ),

    'description'    =>    __( 'This is the call to action banner.', 'education' ),

    ) );

    add_action( 'genesis_after_header', 'be_change_sidebar_order' );

    /**

    * Swap Primary and Secondary Sidebars on Sidebar-Sidebar-Content

    *

    * @author Bill Erickson

    * @link http://www.billerickson.net/switch-genesis-sidebars/

    */

    function be_change_sidebar_order() {

    $site_layout = genesis_site_layout();

    if ( 'sidebar-sidebar-content' == $site_layout ) {

    // Remove the Primary Sidebar from the Primary Sidebar area.

    remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );

    // Remove the Secondary Sidebar from the Secondary Sidebar area.

    remove_action( 'genesis_sidebar_alt', 'genesis_do_sidebar_alt' );

    // Place the Secondary Sidebar into the Primary Sidebar area.

    add_action( 'genesis_sidebar', 'genesis_do_sidebar_alt' );

    // Place the Primary Sidebar into the Secondary Sidebar area.

    add_action( 'genesis_sidebar_alt', 'genesis_do_sidebar' );

    }

     

    January 29, 2013 at 4:13 pm in reply to: Remove primary bsidebar in Education #16153
    wnb
    Member

    SoZo, I put it in the function.php and I keep getting errors.  Here is the one I have now:

    Parse error: syntax error, unexpected '<' in /home/w446/public_html/K9/wp-content/themes/education/functions.php on line 98

    I went ahead and put in the entire code at this point.  Line 98 is the first linen which is the <?php.  Should there be 2 curly brackets at the end?  What have I done wrong?

    Thanks for the help.....

    <?php

    add_action( 'genesis_after_header', 'be_change_sidebar_order' );
    /**
    * Swap Primary and Secondary Sidebars on Sidebar-Sidebar-Content
    *
    * @author Bill Erickson
    * @link http://www.billerickson.net/switch-genesis-sidebars/
    */
    function be_change_sidebar_order() {
    $site_layout = genesis_site_layout();
    if ( 'sidebar-sidebar-content' == $site_layout ) {
    // Remove the Primary Sidebar from the Primary Sidebar area.
    remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
    // Remove the Secondary Sidebar from the Secondary Sidebar area.
    remove_action( 'genesis_sidebar_alt', 'genesis_do_sidebar_alt' );
    // Place the Secondary Sidebar into the Primary Sidebar area.
    add_action( 'genesis_sidebar', 'genesis_do_sidebar_alt' );
    // Place the Primary Sidebar into the Secondary Sidebar area.
    add_action( 'genesis_sidebar_alt', 'genesis_do_sidebar' );
    }
    }

    January 29, 2013 at 1:42 pm in reply to: Remove primary bsidebar in Education #16072
    wnb
    Member

    SoZo, I switched to content sidebar and added this to styles.css but it still is not working.  What have I done wrong?

    <?php

    add_action( 'genesis_after_header', 'be_change_sidebar_order' );
    /**
    * Swap Primary and Secondary Sidebars on Sidebar-Sidebar-Content
    *
    * @author Bill Erickson
    * @link http://www.billerickson.net/switch-genesis-sidebars/
    */
    function be_change_sidebar_order() {
    $site_layout = genesis_site_layout();
    if ( 'content-sidebar' == $site_layout ) {
    // Remove the Primary Sidebar from the Primary Sidebar area.
    remove_action( 'genesis_sidebar', 'genesis_do_sidebar' );
    // Place the Primary Sidebar into the Secondary Sidebar area.
    add_action( 'genesis_sidebar_alt', 'genesis_do_sidebar' );
    }

     

    January 27, 2013 at 6:34 pm in reply to: Adding Images to Slider #15463
    wnb
    Member

    Brad, thanks for taking the time to help me.  I have read that setup info several times and I guess I am just not catching on to how it should be formatted.  I have it loaded in a widget like outlined but I'm doing something that keeps the pics from coming up.

    The second part of my question is based on this page:  http://demo.studiopress.com/education/

    I like all the stuff on top to the where the blog starts.  Is there a way to do that on each page except on the content pages there is content and not a blog?

    Thanks again

  • Author
    Posts
Viewing 15 posts - 21 through 35 (of 35 total)
← 1 2
« 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