sarjn15

Member

Forum Replies Created

  • In reply to: Woocommerce

    #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!

Viewing 1 post (of 1 total)