[Resolved] Disable Demo user auto fill in – agent panel

    • May 2, 2019 at 10:53 am #4055

      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 #4057
      stevland
      Keymaster

      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 #4058

      Great.. perfect… all fixed… thanks,

    • May 3, 2019 at 8:45 am #4077
      stevland
      Keymaster

      Cheers!

    • May 4, 2019 at 10:43 am #4090

      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 #4091
      R
      hunterrd
      Participant

      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 #4105
      stevland
      Keymaster

      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 #4109

      This works. In fact, your first code worked as well.  I forgot to clear cache on my mobile browser. 

    • May 6, 2019 at 2:58 pm #4122
      stevland
      Keymaster

      Super!

You must be logged in to reply to this topic.