Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Contributor studiograsshopper

    (@studiograsshopper)

    Release 0.9.5 takes care of this now.

    So, no need to add the abovementioned oce to your child theme’s functions.php file if you are running the latest version (0.9.5) of Genesis Connect for WooCommerce.

    For those still using older versions of Genesis Connect for WooCommerce, you DO NEED to add the code mentioned above to your child theme’s functions.php.

    The easiest solution is to upgarde to 0.9.5

    Cheers!

    Thread Starter marcfuller

    (@marcfuller)

    Thanks Ade, but what if one has already added the WooCommerce 2.x patch I mention above? Does the patch need to be removed from the functions.php?

    David Decker

    (@daveshine)

    If an “add_theme_support” is added multiple times it does not harm in WP! But if you want you can remove it of course, once you run v0.9.5 ??

    Thread Starter marcfuller

    (@marcfuller)

    Thanks David!

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    What David wrote. ??

    SBfoto

    (@256studio)

    By adding both codes tot he funtion.php it’s still not pull the shop page inside of the template.
    -Scot

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    @256studio

    You will need to provide more information:
    your URL,
    versions of GCW, WooC and Genesis,
    the child theme name,
    WP version,
    Details of the code that you have put in functions.php.

    GCW works fine for me with WP 3.5.1, WooC 2.0.5 and Genesis 1.9.1.

    I got it fixed, Come to find out that WooC, was using the archive template for the shop page. A Genesis support guy wrote some function code and css and made it work right.

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    Cool!

    Yes, the shop page is displayed using archive-product.php template.

    I would recommend changing it to a default template page.
    https://www.scotbirchfield.com is the site you can see it. If you want the code’s please send me an email on my contact form and I shall share it.
    -Scot

    Plugin Contributor studiograsshopper

    (@studiograsshopper)

    Email sent!

    Not sure what you mean by a “default template”. GCW takes care of all template loading for you, including that for the archive-product.php.

    Error Msg:
    Sorry! In order to use the Genesis Connect for WooCommerce plugin you need to do the following:

    Add this code to your child theme’s functions.php:
    add_theme_support( ‘genesis-connect-woocommerce’ );
    ====================================================================
    I have added the required line to the required file.

    Versions:
    GCW: 0.9.7
    WooC: 2.1.2
    Genesis: 2.02
    Child Theme: Parallax Pro
    WP version: 8.1

    added the one line to \themes\parallax-pro\functions.php
    //* Add Support for Woocommerce
    add_theme_support( ‘genesis-connect-woocommerce’ );

    WooC complains of out-of-date:
    archive-product.php and,
    single-product.php

    Replacing the GCW files above with the WooC supplied files sot of enables woocommerce but, it’s aesthetically ugly and out of whack… (page/column widths etc..)

    ?

    Thanks…

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Requires addtional functions edit not mentioned’ is closed to new replies.