Hello I installed WooCommerce in the blackriders theme but when I upload products I get a very strange layout. See attachment --> The primary side bar widget area is gone on the right sight. The page heading container is gone. Can you help me out with this?
Hi maggie, It is recommended to make themes compatible with woocommerce. Please follow the link given below. http://www.inkthemes.com/woocommerce-theme-compatibility/ Thanks, Praveen
Thank you. I did rename it as woocommerce.php and opened in Notepad. Now I need to remove the code but my codes look different than the example --> see attachment. Which code do I need to remove?
Hello ! Please use this code in woocommerce.php file PHP: <?php/*** The template for displaying all pages.** This is the template that displays all pages by default.* Please note that this is the wordpress construct of pages* and that other 'pages' on your wordpress site will use a* different template.**/?><?php get_header(); ?> <div class="page_heading_container"> <div class="container_24"> <div class="grid_24"> <div class="page_heading_content"> <span class="bred-tip"></span> <?php inkthemes_breadcrumbs(); ?> </div> </div> <div class="clear"></div> </div></div><div class="page-content-container"> <div class="container_24"> <div class="grid_24"> <div class="page-content"> <div class="grid_16 alpha"> <div class="content-bar"> <?php woocommerce_content(); ?> </div> </div> <div class="grid_8 omega"> <!--Start Sidebar--> <?php get_sidebar(); ?> <!--End Sidebar--> </div> </div> </div> <div class="clear"></div> </div></div><?php get_footer(); ?> Thanks & Regards Pramod