Using Woocommerce

WordPress theme dedicated to start-up websites with amazing CSS3 animated icons, price tables and parallax effect background.
GK User
Wed Oct 23, 2013 7:06 am
On the product category page I have these footer/sidebar navigation display appearing:

Pages

Built-in widgets
GK Comments
GK News Gallery
GK News Show Pro
Cart
Checkout
Checkout → Pay
Order Received
Contact page
Frontpage elements
Full width page
Gallery page
Latest Posts Page
Login page
My Account
Change Password
Edit My Address
Logout
Lost Password
View Order
Plans
Price Table
Shop
Tag cloud page
Widget areas
Widget Styles
Archives

March 2013
September 2012
August 2012
June 2012
Categories

Uncategorized (13)


How Do I get rid of this??
User avatar
Fresh Boarder

GK User
Wed Oct 23, 2013 7:39 am
Hi,

Please check my first answer from this thread:
https://www.gavick.com/forums/wordpress ... 21576.html.

should be helpfull.
User avatar
Moderator

GK User
Thu Oct 24, 2013 5:34 am
I looked at the post. Tried renaming my page.php to woocommerce.php and got this error
Fatal error: Call to undefined function gk_load() in /home/quick/public_html/wp-content/plugins/woocommerce/woocommerce.php on line 11

Do I need to move the whole folder over?
User avatar
Fresh Boarder

GK User
Thu Oct 24, 2013 7:36 am
No,

Ok, leave your page.php file. In Simplicity directory, create woocommerce.php file and paste this code:
Code: Select all
<?php

/**
 *
 * Woocommerce Page
 *
 **/

global $tpl;

gk_load('header');
gk_load('before');

?>

<section id="gk-mainbody">
   <?php do_action('woocommerce_before_main_content'); ?>

   <?php woocommerce_content(); ?>
   
   <?php do_action('woocommerce_after_main_content'); ?>
</section>

<?php

gk_load('after');
gk_load('footer');

// EOF


that's all.
User avatar
Moderator

GK User
Thu Oct 24, 2013 4:09 pm
Awesome that worked like a charm, I was modifying the file in the woocommerce folder. Thanks for all your help! I'm anxious to see how this theme converts. Soon as I saw it I had to buy it. Using it over OP2. Keep up the awesome design work!
User avatar
Fresh Boarder

GK User
Fri Oct 25, 2013 12:37 pm
I'm glad I could help and great to hear that you like our projects, remember that modifying core files (from woocommerce plugin) is always wrong.
User avatar
Moderator


cron