Have you checked these first?
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
Note: Never paste the contents of your ost-config.php file here; it holds your database credentials.
Two quick checks before posting: try clearing your browser cache, and press SHIFT+O on any Staff Panel page to enter Safe Mode (a stock osTicket with no enhancements). If the problem still shows in Safe Mode, it's in osTicket itself, not osTicket Awesome. But let us know about the issue either way.
Help us help you: include your environment details. We've made this easy for you. Use the Copy System Info button in Admin Panel › osAwesome › Diagnostics, then paste below.
This forum is public. Never post order numbers, full license keys, email addresses, or payment details.
This is the place for general questions about how billing and licensing work — renewals, activation, staging slots, plan differences, and what happens when a license lapses.
For anything tied to your specific account, refund, or payment, contact us directly instead.
Hello, can I ask for a sort button (base on ticket numbers, ticket status, clients, agents...) on Mobile interface. Since by default view, the interface doesn't sort the tickets based on any fields and we have more than 50 tickets per day so I find it hard to take a quick look on all tickets on mobile interface. On PC, I used to sort every ticket based on ticket number first, then I'll check one by one in order just to make sure I don't miss any tickets.
Is it possible to do it by myself on CSS custom menu on should I wait for another release. Please help. Thanks a lot.
Hi @huypt,
Please add the following to Admin Panel > Theme Options > Custom CSS:
@media screen and (max-width: 550px) {
.action-button.muted[data-dropdown="#sort-dropdown"] {
display: inline-block;
font-size: 0;
}
.action-button i.icon-caret-down {
display: none !important;
}
i.icon-sort-by-attributes-alt {
margin: 0 -6px 0 0;
}
}