WooCommerce Issues

Discussion in 'BusinessGrow One Page WordPress Theme' started by lkodsmann, Dec 30, 2016.

  1. lkodsmann

    lkodsmann Guest

    Joined:
    Apr 4, 2014
    Messages:
    92
    Likes Received:
    2
    This theme doesn't seem to be compatible with WooCommerce... I tried using the workaround from here:

    https://docs.woocommerce.com/document/third-party-custom-theme-compatibility

    Where I copied the page.php, renamed it woocommerce.php, and replaced the loop - this still doesn't display correctly, though... The sidebar is back to the side (instead of at the bottom), but the footer doesn't display at all. Here is what I did to the PHP file...

    I replaced this code:
    PHP:
    <?php if (have_posts()) : the_post(); ?>                        <?php                        the_content();                        wp_link_pages(array(                            'before' => '<div class="page-links"><span class="page-links-title">' __('Pages:''businessgrow') . '</span>',                            'after' => '</div>',                            'link_before' => '<span>',                            'link_after' => '</span>',                            'pagelink' => '<span class="screen-reader-text">' __('Page''businessgrow') . ' </span>%',                            'separator' => '<span class="screen-reader-text">, </span>',                        ));                    endif;                    ?>
    With this code:
    PHP:
    <?php woocommerce_content(); ?>
    I'm not sure why the theme doesn't just work with something as standard as woocommerce - but any help you could provide to get this displaying correctly would be greatly appreciated!

    Thanks...
     
  2. Naveen

    Naveen Guest

    Joined:
    Aug 8, 2014
    Messages:
    1,739
    Likes Received:
    64
    Hello,

    I have got your concern and would like to check your site. It should work.

    Kindly, share your WordPress admin credentials at [email protected] along with this thread URL:

    WordPress site login URL:
    WordPress admin username:
    WordPress admin password:

    I will check and do the needful.

    Warm Regards!
    Naveen Kolhe
    InkThemes.com
     

Share This Page