Jump to content

Back To Top [Support Topic]


Recommended Posts

  • 4 months later...
  • 2 weeks later...
  • 2 weeks later...
  • 3 weeks later...
  • 11 months later...
  • 3 weeks later...

Good afternoon, @Pete T

As part of our upgrade to IPB 4.5.2, we installed Back to Top 1.05 and switched it "On", but the arrow isn't displaying in any of my forums.

Any assistance is appreciated!

Regards,
Wade Steel

 

EDIT:  Whoops - I see it now! Sorry about that!
 

Edited by SFLUFAN
Link to comment
  • 1 month later...
  • 4 weeks later...
  • 2 weeks later...
  • 1 month later...
  • 2 weeks later...

Your plugin is awesome. It works great! Thanks for sharing it. 

I was wondering if it cold be possible to add an option to change the colour of the arrow. I am using IPS default template and the arrow can hardly be seen because it's color camouflages with the footer's colour. Adding an option to change the colour would make it more versatile and solve this issue. Thanks a lot.

Link to comment

Already possible...

The hook is hard-coded to use the 'fa-chevron-circle-up' font from font-awesome, which looks like this:

https://fontawesome.com/v4.7.0/icon/chevron-circle-up

Changing the color via CSS, which is currently possible, will change the font's colour...but people perceive it as the background changing; the up arrow is not going to change.

However...you can also change the font used via CSS, by doing the following instead:

#backtoTop .fa-chevron-circle-up::before{
  content:"\f077"; /* changes the fa-chevron-circle-up unicode value (f138) to use the unicode value for fa-chevron-up (f077) instead */
  color:green; /* Your chosen colour */
}

 

Link to comment
  • 6 months later...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...