Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #416032

    I am developing a simple webshop with the Enfold theme and Woocommerce plugin. I want to show the products on the catalogue page in a listview and therefor I have installed the WooCommerce Grid / List toggle plugin. Works well although the layout is not as desired.

    I have made an image wich shows how the layout is now (top) and how I want it to be (bottom). Do you have any idea on how to achieve this?

    Kind regards,
    Erik

    #416655

    Hey Driekus!

    We do not support third party plugins but send us a link to your page and we’ll check to see if it’s an easy fix.

    Regards,
    Elliott

    #416748

    Hello Elliott,

    I know it’s a third-party plugin but somehow the Enfold theme destroys the layout. It’s working on the standard WP themes (like twenty thirteen) like a charm. I saw that there are more people with the same problem https://kriesi.at/support/topic/woocommerce-product-list-view/

    It would be great if you want to take a look at the page and maybe can give a tip on how to correct the layout somehow.

    #416752
    This reply has been marked as private.
    #416988

    Hi!

    You could try to hide the fields with CSS?

    ul.products.list li.product div[itemprop="description"], #top .inner_product_header {
      display: none !important;
    }

    Best regards,
    Rikard

    #417441

    Hello Rikard,

    I’ve inserted the CSS you’ve given and the fields are hidden.

    Regards,
    Erik

    #417643

    As said, that bit of CSS code hides the fields but that doesn’t solve the issue. The fields aren’t supposed to be hidden but should be visible next to the thumbail instead of beneath the thumbnail.

    How can it be realised to show the fields with title, price and short description next to the product thumbnail? I really can’t figure it out. In the Enfold theme I can make a page with the ‘Product List’ shortcode, but in that case I can’t filter on category level. I can filter on category level if I am on the category page, but on that page the list view layout is corrupted as explained in the first post of this topic.

    I hope that you can, and are willing, to look into this as this is a very important issue. I believe that it also would help a lot of other people having the same issue.

    Regards,
    Erik

    #418596

    Hi!

    Did you delete the category? It’s giving me a 404.

    Cheers!
    Elliott

    • This reply was modified 9 years ago by Elliott.
    #418626
    This reply has been marked as private.
    #419435

    I’ve realised the listview but it took quit some tweaking of css and some template files. Unfortunally this also brings the risk of losing the listview in case of a future update (yes I am using a childtheme but that’s no garantee). I’m hoping that the Kriesi team will look into this matter for a future update of the Enfold theme. Enfold is a pleasure to work with but it’s not very flexible with the styling of woocommerce.

    Regards,
    Erik

    #420098

    Hi!

    glad you did it.
    Feel free to make a feature request for Enfold here: kriesi.at/support/enfold-feature-requests/

    Best regards,
    Andy

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Layout list view products on category page’ is closed to new replies.