WooCommerce Shop page 'look'
-
Hi guys
I’ve gone ahead and installed the WooCommerce plugin and just wanted to ask about next step as the page looks weird!
http://www.hackneytools.com/shop
I haven’t tried adding any products yet and I know I can add a custom header for this page, so that’s all fine. Thing is, I have
these blue stripes generated and the content area seems to be sitting within a box?
Would be great if you can help.
Thanks very much
Gary
Hi,
I didn’t get an answer to my query about WooCommerce and compatibility?
I’m guessing this page might help me with getting Woo to work better with
Graphene, but can I clarify first that there is no better way?
http://docs.woothemes.com/document/third-party-custom-theme-compatibility/
Thanks very much
Gary
Mod
For some reason, it is duplicating the
#containerand#contentdivs. Is that something you have control over within the WooCommerce settings?I don’t have any experience with WooCommerce, and I don’t have the time to take a closer look right now. But based on what we are seeing and the page you linked to, it seems like going with
Using woocommerce_content()is probably your best bet.Hi Kenneth
Ok, I’ve created a ‘functions.php’ file and have cut and pasted all the text from
Luko’s post into it, as seen here:
https://forum.graphene-theme.com/graphene-support/graphene-and-woocommerce-compatibility
I saved the file as ‘functions.php’ and have moved that into the folder of
my Graphene Child Theme. Before I did that, I also added:
add_theme_support( ‘woocommerce’ );
right after the opening ‘php’ tag, so whole code now reads:
<?php
add_theme_support( 'woocommerce' );
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', 'graphene_before_page_content', 10);
add_action('woocommerce_after_main_content', 'graphene_after_page_content', 10);
function my_theme_wrapper_start() {
echo '<div class="entry-content clearfix">';
}
function my_theme_wrapper_end() {
echo '</div>';
}
?>It seems to do nothing for my problem page at all. Can you please advise what’s wrong, or
how to fix it?
Thanks
Gary
Ok, I’m dumping Woo Commerce plugin and going to try WP ecommerce plugin again.
Is Graphene supported now? Pretty quiet out there. Would be great if Graphene had
an ecommerce native solution that worked out the box. Seems like quite a few people
struggling with integrating workarounds.
It’s annoying that Woo push you to use their themes too, but I’m increasingly thinking
this is the only way to go, as Graphene seems to be falling behind.
Happy to be proved wrong!
Thanks
Gary
Viewing 7 posts - 1 through 7 (of 7 total)
- You must be logged in to reply to this topic.
