• 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

jiihoohoo

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 25 total)
1 2 →
  • Author
    Posts
  • May 8, 2015 at 1:32 am in reply to: Modern Business Pro (child) – WPML #150861
    jiihoohoo
    Member

    Could someone tell me, is that theme (child) works properly with WPML?

    http://ala-talkkari.fi

    March 4, 2015 at 7:27 am in reply to: Genesis child theme / title and header ags #143168
    jiihoohoo
    Member

    Sorry. I mean important... I use Modern Business Pro Child Theme.
    My site is http://ala-talkkari.fi. Could someone check what important SEO think is missing...

    Thanks...

    February 20, 2015 at 8:12 am in reply to: Genesis child theme / title and header ags #141449
    jiihoohoo
    Member

    I use Genesis Sample child theme. I am asking, Where is my title <title>My page</itle> and header tags <h1> in the code?
    How import these think are when I do Search Engine Optimazion?

    February 12, 2015 at 11:51 pm in reply to: Woocommerce and Genesis child theme #140676
    jiihoohoo
    Member

    Could someone tell me, why I don't see description and review tabs in my shop page?
    How i fix that?

    http://tmijaakkoherttua.fi/shop/

    February 11, 2015 at 7:33 am in reply to: Woocommerce and Genesis child theme #140464
    jiihoohoo
    Member

    Now my shop give me error:

    Fatal error: Call to undefined function genesiswooc_content_product() in /home/c5ymzasa/public_html/wordpress/wp-content/themes/genesis-sample/woocommerce/archive-product.php on line 84

    Here is archive-product.php site's code:
    -------------------------------------------------------------------------------
    <?php
    /**
    * This template displays the archive for Products
    *
    * @package genesis_connect_woocommerce
    * @version 2.0.0
    *
    * Note for customisers/users: Do not edit this file!
    * ==================================================
    * If you want to customise this template, copy this file (keep same name) and place the
    * copy in the child theme's woocommerce folder, ie themes/my-child-theme/woocommerce
    * (Your theme may not have a 'woocommerce' folder, in which case create one.)
    * The version in the child theme's woocommerce folder will override this template, and
    * any future updates to this plugin won't wipe out your customisations.
    *
    * @since 0.9.0
    *
    */

    /** Remove default Genesis loop */
    remove_action( 'genesis_loop', 'genesis_do_loop' );

    /** Remove WooCommerce breadcrumbs */
    remove_action( 'woocommerce_before_main_content', 'woocommerce_breadcrumb', 20 );

    /** Uncomment the below line of code to add back WooCommerce breadcrumbs */
    //add_action( 'genesis_before_loop', 'woocommerce_breadcrumb', 10, 0 );

    /** Remove Woo #container and #content divs */
    remove_action( 'woocommerce_before_main_content', 'woocommerce_output_content_wrapper', 10 );
    remove_action( 'woocommerce_after_main_content', 'woocommerce_output_content_wrapper_end', 10 );

    /** Get Shop Page ID */
    // @TODO Retained for backwards compatibility with < 1.6.0 WooC installs
    global $shop_page_id;
    $shop_page_id = get_option( 'woocommerce_shop_page_id' );

    add_filter( 'genesis_pre_get_option_site_layout', 'genesiswooc_archive_layout' );
    /**
    * Manage page layout for the Product archive (Shop) page
    *
    * Set the layout in the Genesis layouts metabox in the Page Editor
    *
    * @since 0.9.0
    *
    * @param str $layout Genesis layout, eg 'content-sidebar', etc
    * @global string|int $shop_page_id The ID of the Shop WP Page
    * @return str $layout Shop Page layout from postmeta
    */
    function genesiswooc_archive_layout( $layout ) {

    global $shop_page_id;

    $layout = get_post_meta( $shop_page_id, '_genesis_layout', true );

    return $layout;
    }

    add_action( 'genesis_before_loop', 'genesiswooc_archive_product_loop' );
    /**
    * Display shop items (product custom post archive)
    *
    * This function has been refactored in 0.9.4 to provide compatibility with
    * both WooC 1.6.0 and backwards compatibility with older versions.
    * This is needed thanks to substantial changes to WooC template contents
    * introduced in WooC 1.6.0.
    *
    * @uses genesiswooc_content_product() if WooC is version 1.6.0+
    * @uses genesiswooc_product_archive() for earlier WooC versions
    *
    * @since 0.9.0
    * @updated 0.9.4
    * @global object $woocommerce
    */
    function genesiswooc_archive_product_loop() {

    global $woocommerce;

    $new = version_compare( $woocommerce->version, '1.6.0', '>=' );

    if ( $new )
    genesiswooc_content_product();

    else
    genesiswooc_product_archive();
    }

    genesis();

    February 11, 2015 at 2:36 am in reply to: Primary sidebar upper (higher)? #140444
    jiihoohoo
    Member

    My site address is http://tmijaakkoherttua.fi. And shop page is the only page where I want different layout... Rest page's layout's are ok.

    Help...

    February 10, 2015 at 11:37 am in reply to: Woocommerce and Genesis child theme #140342
    jiihoohoo
    Member

    I put on woocommerce template debug mode and immediately coms error (Hide title-plugin). I deactive that plugin and now woocommerce showing. =)

    February 10, 2015 at 8:56 am in reply to: Woocommerce and Genesis child theme #140333
    jiihoohoo
    Member

    I have download Woocommerce 2.3 RC1 -->

    http://develop.woothemes.com/woocommerce/2015/02/wc-2-3-release-candidate-1/?utm_source=rss&utm_medium=rss&utm_campaign=wc-2-3-release-candidate-1

    and Genesis Connect for WooCommerce (0.9.8). And I look your link. I have done all what I know and now I need advice...

    February 10, 2015 at 7:51 am in reply to: Woocommerce and Genesis child theme #140323
    jiihoohoo
    Member

    Now I have four new active page in my site (cart, chekout, my account and shop).
    And I have lots of woocommerce widgets in widget area. My child theme is sample.
    How I put these woocommerce widgets in shop page? My site is full width content, so what is the "place" where I put woocommerce widgets? Choices are header right, primary sidebar, secondary sidebar, footer 1, footer 2 and footer 3?

    Help me...

    February 10, 2015 at 4:05 am in reply to: Woocommerce and Genesis child theme #140307
    jiihoohoo
    Member

    In my Dashboard --> Woocommerce --> System status:

    WC Pages
    Shop Base: [?] #211 - /?page_id=211
    Cart: [?] #212 - /?page_id=212
    Checkout: [?] #213 - /?page_id=213
    My Account: [?] #214 - /?page_id=214

    February 10, 2015 at 3:00 am in reply to: Woocommerce and Genesis child theme #140304
    jiihoohoo
    Member

    And now I check my dashboard. Products --> Shop page is empty. Is that problem why i can't see my web store anywhere?

    February 10, 2015 at 12:38 am in reply to: Woocommerce and Genesis child theme #140297
    jiihoohoo
    Member

    And I don't have a shop template. Only choises are default template, archive and blog...
    My WordPress version is 4.1.

    February 10, 2015 at 12:12 am in reply to: Woocommerce and Genesis child theme #140296
    jiihoohoo
    Member

    Is Woocommerce 2.3 useless. If I deactivated Woocommerce 2.3, so I have still Woocommerce widgets.

    1. Which one should I use?
    2. If I use widgets, so how I determine which page wigdets are going?

    February 9, 2015 at 11:58 pm in reply to: Hidden page child theme? #140295
    jiihoohoo
    Member

    Yes. I control my menus Appearance - Menus... Status option, If I put my page in draft or pending review so why I can't get page back to publish?

    February 9, 2015 at 11:52 pm in reply to: Woocommerce and Genesis child theme #140294
    jiihoohoo
    Member

    Yes, I donwloaded Genesis Connect for WooCommerce (0.9.8). And I also download Woocommerce 2.3 RC1... Boh of is activated. Could you tell me very closely how can I get woocommerce working? Step by step.

    Help me. Thanks.

    February 9, 2015 at 6:10 am in reply to: Woocommerce and Genesis child theme #140164
    jiihoohoo
    Member

    I need help (for installation)...

    February 5, 2015 at 8:19 am in reply to: Woocommerce and Genesis child theme #139798
    jiihoohoo
    Member

    Ok, now I found. It's widgets? E'm I right?
    So how i put widgets only one page? Do I have to use shortcodes or how people's do that?

    February 5, 2015 at 8:11 am in reply to: Woocommerce and Genesis child theme #139797
    jiihoohoo
    Member

    Have to download woocommerce's theme in my site shop page?

    February 5, 2015 at 7:59 am in reply to: Woocommerce and Genesis child theme #139796
    jiihoohoo
    Member

    Now I found Genesis Connect for WooCommerce-plugin. I installed it properly.
    I have big broblem, how i get woocommerce pictures places, button and all else woocommerce systems in my page?

    February 3, 2015 at 2:35 am in reply to: Genesis plugin's #139491
    jiihoohoo
    Member

    My child theme (Sample Genesis) site layout is now full width content. I don' know which widget I have to choice (include Genesis responsive slider)?

  • Author
    Posts
Viewing 20 posts - 1 through 20 (of 25 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