Filters on custom page & menu paddings
-
Hello guys,
I have two questions:
1. Is it possible to have filters on custom page that are filtering products from shortcode below (without redirecting to shop page)
2. I am trying to add some padding between main menu items but it seems that I need a bit of help with that. I also want menu letters to be capitalized instead of uppercase.
Thank you in advance
Hello,
You can insert the filters wherever you want, however, the results would lead to category page or shop.
More details here: https://xtemos.com/docs/woodmart/faq-guides/create-filters-form/
Add this code to the Theme Settings > Custom CSS:
.woodmart-navigation .item-level-0>a {
padding-left: 10px;
padding-right: 10px;
text-transform: capitalize;
}
Best Regards
Thanks for answer.
By the way Wishlist is not working. I have two products added on Wishlist but when I go to page it’s empty.
Hello,
More likely this is due site cache. Check your cache configurations.
Best Regards
Did you try to add some product to wishlist from the link below?
I cleaned browser and server cache it’s not working…
Hello,
Make sure your Wishlist page has the appropriate shortcode.
Best Regards
That was the issue! Thank you!
You are welcome! If you have any questions please feel free to contact us.
Best Regards
The topic ‘Filters on custom page & menu paddings’ is closed to new replies.