Hi venkatgoud143,
thank you for reporting this. We fixed the filter functionality and released an update of the theme. If you update the following file you will not be having this issue anymore:
~ Presentation\Nop.Web\Themes\Minimal\Content\scripts\Minimal.js
Hope this was helpful!
Hello rgurel,
please submit a ticket and include a working link to your site and admin credentials in it, so we can investigate what the problem might be. If you have the latest versions of the above-mentioned files you should not be having any issues, so this is not expected behavior.
P.S. Do not submit your credentials here because the other users will be able to see them too.
Hi OTH,
we inspected your site and to achieve the required result you need to add the following code to your theme`s Custom Head Styles section:
.jCarouselMainWrapper .slick-next,
.jCarouselMainWrapper .slick-prev {
border-color: #f41921;
background-color: #f41921;
}
.jCarouselMainWrapper .slick-next:before,
.jCarouselMainWrapper .slick-prev:before {
color: #fff;
}
Hello bosadomkt,
unfortunately, this is not possible in the nop-system. The information for the category image is not available in the Category model and you cannot show it on the Catalog pages.