Hello, I just installed the theme but when I try to logon to Agents panel the Demo user data is being auto filled in. Is there a way to stop that?
Also, is there an easy way to remove OSTicket images on the bottom of page?
Thank you,
Oops. Thanks for letting me know @hipeqostickettheme.
Please open /include/staff/login.tpl.php and remove value="demo" from line 43 and value="demodemo" from line 45.
is there an easy way to remove OSTicket images on the bottom of page?
Do you mean the footer icons?
If yes, simply edit open /osta/user-styles.css and add the following code:
#footer #osticket,
#footer #ostawesome {
display: none;
}
In both instances you may have to clear your browser cache before you'll see the changes.
Great.. perfect... all fixed... thanks,
Cheers!
Hi. One more question.... on the mobile version osTicket images still show up at the bottom of each page. Any solution for that? Thanks