I'm able to reproduce this behavior in Hotcakes 03.01.00. If you uncheck all of the checkboxes for the available sort options in the settings of the Category Viewer module, the sort drop-down list is still shown to website visitors.
If none of the sort options are selected, the drop-down list shouldn't be displayed. This isn't a bug, but it is a missing feature for an unforeseen use case. I've created an issue in GitHub to get this resolved in a future release.
https://github.com/Hotcak...merce/core/issues/94 In the meantime, you can fix this by either hiding the drop-down list via CSS or deleting it from the view entirely. I'd suggest the former. An example of the CSS update is shown below. You can put this at the end of your views.less file and recompile it. This will make it easier to maintain in the future when you merge updates arising from upgrades.
[code=css]/*
Viewset Modifications
*/
.hc-sort{ display:none; }[/code]
Will Strohl, Upendo Ventures
Hotcakes Cloud |
Get Support |
Code Support Official Cloud & Support provider for Hotcakes