Woocommerce

  • sarjn15

    #9739

    I’m using the Graphene theme, and have recently made my site a Woocommerce site. We are using Woo because of some of the features it has to offer. I have read the threads that are available on making these compatible, but unfortunately everything I have tried isn’t working. Has anyone come up with a solution to this issue?? I do not see where I make the changes in the code. Please advise!

    Thank you!

    Mod

    Kenneth John Odle

    #44454
    Quote:
    but unfortunately everything I have tried isn’t working.

    It would be helpful if you explained in more detail what problems you are trying to overcome and how you are trying to achieve that.

    sarjn15

    #44455

    I have tried all the suggestions that have been stated here in the support forum, including placing the following into my code…

    </div> I’m not sure where this would be found, but according to my page.php it is closed.

    I also tried placing `<?php

    add_theme_support( ‘woocommerce’ );

    remove_action( ‘woocommerce_before_main_content’, ‘woocommerce_output_content_wrapper’, 10);

    remove_action( ‘woocommerce_after_main_content’, ‘woocommerce_output_content_wrapper_end’, 10);

    add_action(‘woocommerce_before_main_content’, ‘graphene_before_page_content’, 10);

    add_action(‘woocommerce_after_main_content’, ‘graphene_after_page_content’, 10);

    function my_theme_wrapper_start() {

    echo ‘<div class=”entry-content clearfix”>’;

    }

    function my_theme_wrapper_end() {

    echo ‘</div>’;

    }

    ?>`

    Lastly, I also tried replacing my loop with <?php woocommerce_content(); ?>

    None of the above seems to work. Here is a link to what I am working with… http://presair.com/product/b414ba-soft-domed-air-actuator-black/

    Thank you in advance!

    Anonymous

    #44456

    This is definitely a closing div issue or something similar. It’s clearly visible from firebug. I never worked with woocommerce plugin so I can’t point you to right section, sorry.

    Anonymous

    #49772

    I like to install and test free versions of WordPress themes, and if they work well and are easy to customize, I’ll buy the pro version. Many premium themes offer 30-day money back guarantees, but I think it’s better to avoid the hassle. Simply install and test the free version and if it works well, go and buy the pro version. https://telldunkin.us

Viewing 5 posts - 1 through 5 (of 5 total)

  • You must be logged in to reply to this topic.