Woo commerce product page issue

Discussion in 'ButterBelly WordPress Theme' started by mdobeck, Mar 26, 2015.

  1. mdobeck

    mdobeck New Member

    Joined:
    Mar 18, 2015
    Messages:
    5
    Likes Received:
    0
    Only seems to happen with this (paid) butterbelly theme.

    On my store page it always includes the sidebar widgets in the bottom of the page
    http://burningriverlabs.com/?product=rhinoceros-5

    It's almost like it's trying to use the sidebar. Not sure what to do and why butterbelly is doing this.
     
  2. mdobeck

    mdobeck New Member

    Joined:
    Mar 18, 2015
    Messages:
    5
    Likes Received:
    0
    "Contact us" "events" and "affiliates" are all widgets in my sidebar. I dont know why they are on the main page.
     
  3. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
  4. mdobeck

    mdobeck New Member

    Joined:
    Mar 18, 2015
    Messages:
    5
    Likes Received:
    0
    Thanks!
    The code it asks me to remove does not exist in the woocommerce.php file (page.php)

    The closest I can find is this:
    <div class="content-bar">
    <h1 class="page_title"><?php the_title(); ?></h1>
    <?php if (have_posts()) : the_post(); ?>
    <?php the_content(); ?>
    <?php endif; ?>
    </div>
    </div>
    <div class="grid_7 omega">
    <!--Start Sidebar-->
    <?php get_sidebar(); ?>
    <!--End Sidebar-->
    </div>



    There is no "content-info"
     
  5. praveen

    praveen Support Staff

    Joined:
    Jan 1, 2015
    Messages:
    2,344
    Likes Received:
    67
    Hello mdobeck!

    Please send us your website wordpress login details at [email protected] along with the thread link.

    Thanks,
    Praveen
     

Share This Page