Forum Discussion
1 Reply
It's worth checking last_chance_html in components. Might be someone has added a line such as:
$("CSS SELECTOR GOES HERE").attr({"class":"lia-js-hidden"}); OR $("CSS SELECTOR GOES HERE").addClass('lia-js-hidden');
I'm switching to linear by default, but I discovered the toggle is hidden due to the "lia-thread-view-style-menu search-result-sorting" div having the class "lia-js-hidden"
In the screenshot above, you see the SORT menu there, but not the View menu.
Here are the relevant settings (I think)
Any tips what might be adding this class?
It's worth checking last_chance_html in components. Might be someone has added a line such as:
$("CSS SELECTOR GOES HERE").attr({"class":"lia-js-hidden"});
OR
$("CSS SELECTOR GOES HERE").addClass('lia-js-hidden');