Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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.

    #129581

    Hi,

    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

    #129582

    Hi 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.

    #129583

    Alright, 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:

    http://karenhume.ca/shop/

    Appreciate your help.

    #129584

    If 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();

    #129585

    That worked beautifully. Thank you very much!

    5-Star Support!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘WooCommerce Nested Category Plugin’ is closed to new replies.