Status
Not open for further replies.
D

Deleted member 5751

  • Deleted member 5751
Hi,

On mobile and using "Display page jump buttons on scroll", if an input is selected the on-screen keyboard appears and the page content moves to centre the input in the remaining viewport which then causes the page jump buttons to appear.

Do you know of a way to stop this from happening?

Also, perhaps an idea for a future update would be an additional option to only show a static "top" button at the bottom of the page.

Thanks
 
D

Deleted member 5751

  • Deleted member 5751
Alternatively, I guess I could always hide the buttons on mobile. :unsure:
 

Russ

Pixel Exit Staff
These buttons aren't a part of our styles but just in the default software. For the static button, you could place it in the footer links, we have a template to help with that:

xb_footer_links,

Place this in there:

Code:
<li><a href="#top" data-xf-click="scroll-to">{{ phrase('top') }}</a></li>

If you want to hide those buttons on mobile, you'll need to add this to extra.less:

Code:
@media (max-width: @xf-responsiveMedium) { .u-scrollButtons.is-active { display: none; } }
 
D

Deleted member 5751

  • Deleted member 5751
Thanks very much for your help and sorry that I didn't realise they were a default option! I'd never dug into the properties much before installing this new style. :facepalm:
 
Status
Not open for further replies.

Pre-Sale Questions

If you have any questions or concerns you want to ask before you make a purchase don't hesitate to use one of our multiple support channels for your convenience.