Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1081785

    Hi Enfold Team,

    I have searched quite some time for a viable solution, but unfortunately without succes.

    I love the product grid you guys made, but I miss one essential functionality. Which is the possibility to use the

      Attribute Filters

    like you present in the Enfold Shop Demo.

    Is there a fix for this? Or perhaps a relatively secure workaround?

    #1082599

    Hi Enfold Team,

    Perhaps I should explain the desired situation a bit more thorough:

    I want to create multiple pages to showcase the products of a certain category. I want to provide the customers with the possibility to filter the products they are viewing, based on attributes such as price range, color, material etc.
    Example page: metal clothes hangers without filters – I want to display filters options in the sidebar on the left.

    I have seen a similar presentation in the enfold shop demo, although this is made with the standard WooCommerce shop page and I specifically want to use the Enfold Product Grid.

    Hope to hear from you soon!

    #1083335

    Hi,

    Thank you for using Enfold.

    This is not possible, unfortunately. The product filters or widgets are limited to the default or base shop page. It’s not going to work for the product grid or any other elements outside the default Woocommerce template.

    Best regards,
    Ismael

    #1083504

    Hi Ismael,

    Thank you for your answer. Is there another way to achieve a similar effect?
    Or, perhaps, could I add different banners for different categorie-pages? and add text blocks below the category templates as well?

    Or is there a filter plugin that might create a similar effect to the Enfold theme?

    Best,
    Richard

    #1084338

    Hi,

    You can use hooks to insert additional content at the top or bottom the category pages. Or you can override the default product templates.

    Hooks:
    // http://hookr.io/actions/woocommerce_before_main_content/
    // http://hookr.io/actions/woocommerce_after_main_content/

    Templates:
    // https://docs.woocommerce.com/document/template-structure/

    Best regards,
    Ismael

    #1113997

    Hi Ismael,

    Thank you so much for your help. I’ve found out how to implement the hooks. This enabled me to implement the additional content, an image, before the main content of the WooCommerce Shop page.

    However, unfortunately, my image is now bound to the container of the shop. I’d like to have my image use the full screen width.

    The example I’m trying to recreate is here: Example page
    My version of the page is here: my version

    Unfortunately, I’m ending up with white spaces on both sides of the image.

    Please advise.

    #1114776

    Hi,

    Thank you for the update.

    Try to replace the default WooCommerce template hooks with the theme’s “ava_after_main_container” hook. That should place the additional content right before the main wrapper or container.

    Best regards,
    Ismael

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.