• I am using the Prose theme with Genesis, and have Woocommerce installed. My functions php says not to edit the file, but to put any custom stuff in a custom code file. So, I put in “custom functions” this:

    ***********************************************************************
    <?php
    /** Do not remove this line. Edit functions below. */

    /**Add support for genesis-connect-woocommerce plugin */
    add_theme_support( ‘genesis-connect-woocommerce’ );

    ***********************************************************************

    (the top part was already there–about not removing the line)

    I still cannot activate the plugin. What am I doing wrong/not doing?

    What I pasted above is the entire contents of the custom functions box.

    Thank you!

    https://wordpress.org/plugins/genesis-connect-woocommerce/

Viewing 8 replies - 1 through 8 (of 8 total)
  • I’m also having trouble activating the plugin.

    I’m using Genesis + Dynamic Website Builder + Woocommerce and added the line to my functions.php file. When I try to activate the plugin it keeps telling me to add that line to my functions file.

    I Have the same Problem. I think the Plugion is not working with WooCommerce 2.X only with 1.X. – is this right?

    Thread Starter gwynmir

    (@gwynmir)

    Does no one have an answer for this? I can’t believe it, as I’m not the only one with the problem.

    Doesn’t work. I just tried enabling it. I keep getting the same message as Jack to add the line to functions.php, even when added. if you don’t, you get the following and search won’t work and definitely not layouts:

    Your theme does not declare WooCommerce support – if you encounter layout issues please read our integration guide or choose a WooCommerce theme 🙂

    I ran into this problem using Prose child theme for Genesis. According to one of the plugin authors, Prose handles custom functions using a special code box, and adding the code there doesn’t work. You must add directly to the functions.php file of Prose. See:

    http://www.studiograsshopper.ch/web-development/how-to-use-genesis-connect-for-woocommerce/#gcw-prose

    Obviously if Prose ever gets an update, you’d need to consider that. But the Genesis child themes don’t usually have required updates.

    What about changing the @version docblock in your GCW template like explained here: https://wordpress.org/support/topic/updates-to-templates-for-woocommerce-21

    jlames

    (@jlames)

    Wondering if this was fixed. I just started working with Virtue and was considering upgrading to Premium but it looks like their support isn’t very good because they haven’t answered this in 8-months.

    jlames

    (@jlames)

    I’m sorry; wrong forum.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Add theme support not working’ is closed to new replies.