Support » Plugins » WooCommerce / TwentyTen / Another Sidebar Issue

  • So Ive been working on this site
    Mixx Shuz

    and I just need to set up a catalog, no shopping cart, orders, tracking, etc. etc. and from what I searched online WooCommerce seemed like my best bet.

    Before WooCommerce was installed everything was lining up just fine but now that its activated it moves the sidebar around, at first I thought it was because of my easingslider on the homepage, but I deactivated the Jquery on it, and it seemed to help a bit, but not so much.

    Ive tried the duplicate page.php and named it woocommercecontent.php but that didnt work, I also tried the unhook coding at the ended of my functions.php but when it comes to “styling” the hook code to work with my theme, I have no idea what to change.

    This is what it looks like on a product page.
    http://www.mixxshuz.com/product/wedges/aloha-02/

    Also, the sidebar area currently shows the normal category widget, not the woocommerce category widget
    Any help is highly appreciated.
    Thank You.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter urbannerd

    (@urbannerd)

    here;s the code i tried using

    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', create_function('', 'echo "<div id=\"container\">";'), 10);
    add_action('woocommerce_after_main_content', create_function('', 'echo "</div>";'), 10);

    i copied this from firebug (the area where my category widget is

    <div class="container">
    <div id="primary" class="widget-area" role="complementary">
    <ul class="xoxo">
    <li id="categories-4" class="widget-container widget_categories">
    <h3 class="widget-title">Browse Our Styles</h3>
    <ul>
    <li>No categories</li>
    </ul>
    </li>
    </ul>
    </div>
    </div>

    Thread Starter urbannerd

    (@urbannerd)

    I think I have tried every solution I can find on google, and nothing fixes it. I must be doing something wrong.

    Thread Starter urbannerd

    (@urbannerd)

    bump. anyone?
    im even willing to pay someone

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘WooCommerce / TwentyTen / Another Sidebar Issue’ is closed to new replies.