-
-
July 9, 2019 at 2:06 am #4772netctrlsupportParticipant
Hello,
Is there a way to get an up arrow on tickets like you have in OsTicket? it seems to be missing? it would be handy.
Also, I have noticed that when changing the login logo on the agent page, it turns on the logo on the main agent page tiny
-
July 10, 2019 at 3:24 am #4778MgraphskillParticipant
Hi
Scroll to top has been implemented in the latest release (105)
It is tagged to the bottom of the page so you have to scroll down to the very bottom to see it. It would be better if this was floating as you scrolled down the page
-
July 10, 2019 at 7:25 am #4779netctrlsupportParticipant
I agree, that would be much better!
-
July 10, 2019 at 1:13 pm #4784MgraphskillParticipant
Not on my installation. I have to scroll to the bottom of the message thread before the button appears (Chrome / windows).
I tried attaching an animated gif but it did not work, so see on this link: Scroll to top gif
-
July 10, 2019 at 3:41 pm #4785stevlandKeymaster
Thanks for the animation. Your “back to top” button is definitely messed up! (It is also meant to be on the left side of the page).
Have you tried clearing your browser cache?
Do you see the same glitch in the demo?
-
July 11, 2019 at 3:22 am #4787MgraphskillParticipant
Yep – cache issue. Strange I had cleared cache first. but done it again and all seems fine (I have read that Chrome is often very reluctant to clear cache fully at times and can take a couple of goes)
Brilliant implementation-thanks
-
August 21, 2019 at 11:00 am #4975stevlandKeymaster
Hi boxer2t,
You’re right, I have the back to top button hidden in the mobile layout.
If you want to enable it, add the following code to /osta/user-styles.css:
@media screen and (max-width: 760px) {
#scroll-to-top {
display: inline;
}
}
What do you guys think… should the back to top button be shown in the mobile layout, or is it superfluous?
-
August 22, 2019 at 12:54 am #4990netctrlsupportParticipant
Hi All,
Is there a way to add this without upgrading to the latest version?
The guy who normally helps with this has left and now I’m not sure how to do it!
-
October 17, 2019 at 11:24 am #5266stevlandKeymaster
Just a quick note to let you guys know that the Back To Top icon is displayed in mobile layout by default in osTicket-1.12.3-Awesome-102, which is available now.
-
You must be logged in to reply to this topic.