Mobile Site Tracking ID

Helpdesk for my helpdesk software

Moderator: mkoch227

Post Reply
chris_g99
Posts: 2
Joined: Tue Oct 13, 2020 8:07 am

Mobile Site Tracking ID

Post by chris_g99 »

Script URL:
Version of script: 3.1.1
Hosting company:
URL of phpinfo.php:
URL of session_test.php:
What terms did you try when SEARCHING for a solution: mobile site, ticket list, tracking id

Write your message below:

I have an install of Hesk and all works well, except on the mobile site there is no clickable link to open the ticket. We use tracking ID on the desktop site as the clickable link, and don't use the subject field at all. If i enable the ID field or subject field they do subsequently show on the mobile site and desktop site and can be clicked, but i would rather use tracking ID. Is there a way to achieve that so it shows on the mobile site?
Klemen
Site Admin
Posts: 10142
Joined: Fri Feb 11, 2005 4:04 pm

Re: Mobile Site Tracking ID

Post by Klemen »

I see what you mean.

Try adding this to the end of your Hesk/css/app.css and app.min.css files:

Code: Select all

.main__content.tickets table .trackid {
    display: block !important;
}
Then force refresh the page in the mobile browser and see if that helps.
Klemen, creator of HESK and PHPJunkyardWas this helpful? You can buy me a drink here Image

Image You should follow me on Twitter here

Help desk software | Cloud help desk | Guestbook | Link manager | Click counter | more PHP Scripts ...

Also browse for php hosting companies, read php books, find php resources and use webmaster tools
chris_g99
Posts: 2
Joined: Tue Oct 13, 2020 8:07 am

Re: Mobile Site Tracking ID

Post by chris_g99 »

That's worked a treat, thank you 8)
Post Reply