Tagged: content, woocommerce
-
AuthorPosts
-
July 14, 2013 at 5:53 pm #26180
Hi there,
After switching my client’s site to enfold, I am now porting over the store as well. They have been using the “WooCommerce Nested Category Plugin” with the previous wootheme, however in Enfold, the products are not being displayed properly.
I’ve contacted the support of the plugin author, and they have advised that it needs to be resolved on the theme side.
Here is a category page that is NOT nested: http://karenhume.ca/product-category/differentiation/
Here is a category that IS NESTED using the plugin: http://karenhume.ca/product-category/relationships/
It seem to be a simple matter of missing a container in the left column, but I am not sure how to do this (the right way at least).
Any ideas?
Thank you.
July 15, 2013 at 5:32 am #129581Hi,
The plugin is somehow nested outside the sidebar. Is there any shortcode that we can use to embed it manually on a template?
Regards,
Ismael
July 15, 2013 at 1:55 pm #129582Hi Ismael,
Actually, I believe Enfold is putting the page content outside (before) the main content column. This is happening on ALL the WooCommerce pages when you add your own content to them.
See: http://karenhume.ca/shop/
The page content should be in the main content (left) column.
Thank you.
July 16, 2013 at 3:13 am #129583Alright, so I have half the problem solved and was simply a matter of updating to the latest version of the plugin. Sorry about that – not an enfold issue.
I am still having the issue of content on Shop homepage being inserted above the main content column, instead of within it. Again, the shop homepage:
Appreciate your help.
July 17, 2013 at 5:14 am #129584If you want to pull the archive description into the shop template open up wp-contentthemesenfoldconfig-woocommerceconfig.php and replace
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_before_main_content', 10);
with
add_action( 'woocommerce_before_main_content', 'avia_woocommerce_before_main_content', 10);
remove_action( 'woocommerce_archive_description', 'woocommerce_product_archive_description', 10 );and
echo "<div class='template-shop content ".avia_layout_class( 'content' , false)." units'><div class='entry-content'>";
with
echo "<div class='template-shop content ".avia_layout_class( 'content' , false)." units'><div class='entry-content'>";
woocommerce_product_archive_description();July 17, 2013 at 2:14 pm #129585That worked beautifully. Thank you very much!
5-Star Support!
-
AuthorPosts
- The topic ‘WooCommerce Nested Category Plugin’ is closed to new replies.