By Haki Saki on Saturday, 26 November 2016
Posted in General
Likes 0
Views 151
Votes 0
Does ES 2.x have a new mobile feature that has a floating "Back to Top" bar? (see attached) If so, how is it turned off?

My site template has one but was turned off and it now appears with then new 2.x version.

Thoughts?
EasySocial doesn't have a "back to top bar" and I am not too sure where it is coming from to be honest. Was it from the template or module?
·
Saturday, 26 November 2016 02:30
·
0 Likes
·
0 Votes
·
0 Comments
·
Yea..the template has one but was never visible until we loaded 2.x
·
Saturday, 26 November 2016 02:44
·
0 Likes
·
0 Votes
·
0 Comments
·
Just checked your site and it has nothing to do with EasySocial. Coincidentally, you saw it probably because you purged the cache after the upgrade somehow or rather. Take a look at this, http://take.ms/qibHL . It's coming from your sp5_responsive css file
·
Saturday, 26 November 2016 02:51
·
0 Likes
·
0 Votes
·
0 Comments
·
I purged cache when i was trying to figure out the url shortener.. i will play around with it..thanks for looking though
·
Saturday, 26 November 2016 03:01
·
0 Likes
·
0 Votes
·
0 Comments
·
You are most welcome If you don't use that bar at all you could just explicitly disable it using the css codes below:


body #s5_responsive_mobile_bottom_bar_outer {
display: none !important;
}
·
Saturday, 26 November 2016 17:44
·
0 Likes
·
0 Votes
·
0 Comments
·
That did the trick...much appreciated
·
Monday, 28 November 2016 07:31
·
0 Likes
·
0 Votes
·
0 Comments
·
Hi there,

You are most welcome. Glad to hear that your issue has been resolved now.

As a gentle reminder, kindly start a new thread if you have any other issue in the future so it will be easier for us to manage your inquiry. I will lock and mark this thread as resolved.
·
Monday, 28 November 2016 10:04
·
0 Likes
·
0 Votes
·
0 Comments
·
View Full Post