Tagged: filters
-
AuthorPosts
-
March 22, 2019 at 10:42 am #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?
March 25, 2019 at 10:35 am #1082599Hi 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!
March 27, 2019 at 1:55 am #1083335Hi,
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,
IsmaelMarch 27, 2019 at 10:38 am #1083504Hi 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,
RichardMarch 29, 2019 at 12:19 am #1084338Hi,
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,
IsmaelJune 27, 2019 at 3:58 pm #1113997Hi 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 versionUnfortunately, I’m ending up with white spaces on both sides of the image.
Please advise.
July 1, 2019 at 4:58 am #1114776Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.