Home › Forums › Basel support forum › ADD MORE OPTIONS TO SHOP PAGE FILTER – WINE SHOP
ADD MORE OPTIONS TO SHOP PAGE FILTER – WINE SHOP
- This topic has 21 replies, 2 voices, and was last updated 4 years, 2 months ago by Elise Noromit.
-
AuthorPosts
-
September 4, 2020 at 1:14 am #223492
sandrofinoribeiroParticipantHello,
Im using the wine shop demo and i need to add attribute filtering to the existing shop page filter. How can I achieve that? Editing the existing filters…
If you can also tell me where I can change the background color of the filter rectangle I would appreciate it.
Image attached.Attachments:
You must be logged in to view attached files.September 4, 2020 at 6:30 am #223530
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
.filters-area { background-color: red; }
Set the color as per your needs.
In order to add widgets to this area, you need to add them into the Filter widget area https://prnt.sc/ubbcqg
Best Regards
September 4, 2020 at 11:46 am #223631
sandrofinoribeiroParticipantHi Elise,
Thanks for the code, its working fine.
Unfortunately I created the attributes for the region of the wines, configured some produts with them and put them in the Widgets like you said, but is not working, can you help me with this? I send attached images.
Other question about filters, can i do filters for tags? Or can the tags (and/or attributes) be searchable, now if i put some tags on a product and search for that tags i dont receive any results…
Thanks,
SRAttachments:
You must be logged in to view attached files.September 4, 2020 at 12:01 pm #223642
sandrofinoribeiroParticipantOne more thing, now i realized that the attributes are appearing on the product images on the shop page, any chance to disable this?
Or maybe im not using the best way to achieve what i need. The wines have types, like red, white, etc (that i put like categories) and here in portugal we have regions also, and i want to filter by that also…
Thanks,
SRAttachments:
You must be logged in to view attached files.September 4, 2020 at 1:26 pm #223696
Elise NoromitMemberHello,
Please provide the site admin access to the private area.
Best Regards
September 4, 2020 at 2:35 pm #223727
sandrofinoribeiroParticipantOK!
Thanks in advance!
Have a nice weekend.September 4, 2020 at 7:40 pm #223759
Elise NoromitMemberHello,
In order to deactivate the attribute, navigate to Products > Attributes > enter the attribute and disable “Show attribute label on products”
Best Regards
September 5, 2020 at 3:14 pm #223910
sandrofinoribeiroParticipantHi Elise,
The “Label on Products” and the background of the filter area subject is solved.
But i still cant add a column to filter by region, im using product-tags instead of attributes.
How can i edit the filtering box on shop page? In the Appearance > Widgets area i remove all from SHOP WIDGETS and is all the same way, how can i edit this?
Thanks
SRAttachments:
You must be logged in to view attached files.September 5, 2020 at 3:43 pm #223913
sandrofinoribeiroParticipantOK, now i can add more filter columns, but i cant remove the price filter, is always there in first position and is not active on Appearance > Widgets.
I managed to add a region filter by attribute but i prefer by product-tag, its possible?Attachments:
You must be logged in to view attached files.September 5, 2020 at 10:28 pm #223943
Elise NoromitMemberHello,
You have removed all from the Shop page widget area. At the same time, there are Filters widgets it is a separate widget in the top of the shop page.
These filters are by default. Please provide the link, I can provide custom CSS to hide so that you could add your filters.
Best Regards
September 6, 2020 at 11:16 am #224016
sandrofinoribeiroParticipantHi Elise,
Now I just need to remove the filter that I marked in the image, if you can help me with that
i appreciate it.
Can you give me some help moving the item counter for each region to the left, as it is, too far to the right, is not okay, as shown in the image.Thanks,
SRAttachments:
You must be logged in to view attached files.September 6, 2020 at 3:42 pm #224038
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
#BASEL_Widget_Price_Filter { display:none; }
If you mean one more filter, you can remove them from Appearance > Widgets > Shop filters area.
Best Regards
September 6, 2020 at 10:28 pm #224089
sandrofinoribeiroParticipantOK, its done.
Can you give me some help moving the regions counter to the left, as it is, too far to the right, is not okay, as shown in the image.
Thanks,
SRAttachments:
You must be logged in to view attached files.September 7, 2020 at 8:09 am #224154
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-woocommerce-layered-nav .count { float: none; }
Best Regards
September 11, 2020 at 10:28 am #225446
sandrofinoribeiroParticipantHello Elise,
Hope to find you well, thanks for the help but i think i would prefer to remove the count, how can i achieve this?
Another question in about this filter, the box where it is presented, you already shown me how to change the background color, but I want to test transparent background and keeping only one grey line on the upper border and another on the lower border, can you send me the css?Thank you!!
SRSeptember 11, 2020 at 2:21 pm #225542
Elise NoromitMemberHello,
You can remove the count in the Product category widget.
You can find it in Appearance > Widgets > Shop filters > Product category widget.
Best Regards
September 12, 2020 at 7:33 am #225646
sandrofinoribeiroParticipantHi Elise,
No such option in Appearance > Widgets > Shop filters > Product category widget. PrtSc attached.
Another question in about this filter, the box where it is presented, you already shown me how to change the background color, but I want to test transparent background and keeping only one grey line on the upper border and another on the lower border, can you send me the css?
Thanks,
SandroAttachments:
You must be logged in to view attached files.September 12, 2020 at 8:20 am #225652
Elise NoromitMemberHello,
Please add this code to the Theme Settings > Custom CSS > Global:
body .basel-woocommerce-layered-nav .count { display:none; }
Please provide the screen of the front-end of what you want to change.
Best RegardsSeptember 12, 2020 at 8:54 am #225658
sandrofinoribeiroParticipantThanks, its working.
And about this filter, the box where it is presented, you already shown me how to change the background color, but I want to test transparent background and keep only one grey line on the upper border and another on the lower border, can you send me the css?
Thanks,
SRSeptember 13, 2020 at 7:19 am #225777
Elise NoromitMemberHello,
Find and remove this code:
.filters-area { background-color: red; }
or replace with this one:
.filters-area { background-color: transparent; }
Best Regards
September 13, 2020 at 4:32 pm #225858
sandrofinoribeiroParticipantYes, but how can I put only one grey line on the upper border and another on the lower border, can you send me the css?
September 13, 2020 at 7:39 pm #225874
Elise NoromitMemberHello,
Add this code instead of that one:
.filters-area { background-color: transparent; border-top:1px solid grey; border-bottom:1px solid grey; }
Best Regards
-
AuthorPosts
Tagged: shop page filter
- You must be logged in to create new topics. Login / Register