-
-
May 2, 2019 at 10:53 am #4055AhipeqosticketthemeParticipant
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,
-
May 2, 2019 at 1:19 pm #4057stevlandKeymaster
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.
-
May 2, 2019 at 1:37 pm #4058AhipeqosticketthemeParticipant
Great.. perfect… all fixed… thanks,
-
May 4, 2019 at 10:43 am #4090AhipeqosticketthemeParticipant
Hi. One more question…. on the mobile version osTicket images still show up at the bottom of each page. Any solution for that? Thanks
-
May 4, 2019 at 11:06 pm #4091RhunterrdParticipant
Hello,
I tried with this but it did not work even if I cleaned cache:
#footer #osticket,
#footer #ostawesome {
display: none;
}Something else I should do?
-
May 6, 2019 at 9:04 am #4105stevlandKeymaster
Okay guys, make sure you add this code to /osta/user-styles.css exactly as below and you will no longer have images in the footer in desktop or mobile orientation:
#footer #osticket a,
#footer #ostawesome a {
display: none !important;
}
If you don’t see the changes right away, be sure to clear your browser cache.
-
May 6, 2019 at 10:16 am #4109AhipeqosticketthemeParticipant
This works. In fact, your first code worked as well. I forgot to clear cache on my mobile browser.
-
You must be logged in to reply to this topic.