Go Back  FlyerTalk Forums > Support&Services > Technical Support and Feedback
Reload this Page >

Infinite / Automatic Scroll: issues, q&a, disable on desktop version

Community
Wiki Posts
Search
Old Feb 2, 2017, 4:54 pm
FlyerTalk Forums Expert How-Tos and Guides
Last edit by: JDiver
"FT Desktop Infinite Scroll" feature for desktop viewing introduced Jan 2017

NOTE: Selecting the Mobile Skin / display format will activate Infinite Scroll.

Opting out of "FT Desktop Infinte Scroll" skin:
Originally Posted by IBobi
How to opt out:

If you opt out, your pagination will revert to the classic FT Desktop View skin when you are logged into your FT account. Bear in mind that if you visit FT before logging in, you will see the infinite scroll.

To opt out, you can see this post or just go to

My FlyerTalk->Edit Options->Thread Display Options->Disable Desktop Infinite Scroll

Click the check box and click SAVE CHANGES.

If infinite scroll is set to default style and you keep reverting to infinite scroll:
Originally Posted by TheLifeOfA_NKCM
... Unfortunately since it's set to be the default style, opting out wont work.

So, with that said, you'll need to go into the "My Options" page and both disable infinite scroll and change your default style/skin to FT Desktop ..also don't forget to save!



Hope this helps!

Originally Posted by [B
Spanish[/B];27896638]All you need to do is add "?styleid=17" to the end of any Flyertalk URL.

For those with Greasemonkey, a simple script for you. You no needing to be logged in for this to be effective.

Here you go:


Code:
 // ==UserScript==
 // @name        Flyertalk_Remove_Infinite_Scroll
 // @match       *://*.flyertalk.com/*
 // @run-at      document-start
 // @grant       none
 // ==/UserScript==
 
 var oldUrlPath  = window.location.pathname;
 
 /*--- Test that "?styleid=17" is at end of URL, excepting any "hashes"
 or searches.
 */
 if (window.location.href.toString().indexOf("?styleid=17") != -1) return false;
 if ( ! /\?styleid=17$/.test (oldUrlPath) ) {
 
 var newURL  = window.location.protocol + "//"
 + window.location.host
 + oldUrlPath + "?styleid=17"
 + window.location.search
 + window.location.hash
 ;
 /*-- replace() puts the good page in the history instead of the
 bad page.
 */
 window.location.replace (newURL);
 }
Print Wikipost

Infinite / Automatic Scroll: issues, q&a, disable on desktop version

Thread Tools
 
Search this Thread
 
Old Aug 8, 2021 | 1:17 am
  #376  
40 Countries Visited
All eyes on you!
10 Years on Site
 
Join Date: Jan 2016
Location: LON
Programs: BAEC
Posts: 5,156
Originally Posted by IBJoel
I'll nudge tech. It's not a reliably reproducible issue and when that's the case, it's difficult for them to do anything about.
I personally can reproduce it every time. It's very annoying.
alex67500 likes this.
plunet is offline  
Old Jan 13, 2022 | 8:50 am
  #377  
FlyerTalk Evangelist
25 Years on Site
 
Join Date: Feb 1999
Location: Seat 1A, Juice pretty much everywhere, Mucci des Coins Exotiques
Posts: 34,337
Nevermind. I guess I somehow got switched to the mobile view on my desktop. Weird.

Last edited by stimpy; Jan 13, 2022 at 8:54 am Reason: problem resolved
stimpy is offline  
Old Jan 15, 2022 | 10:09 am
  #378  
FlyerTalk Evangelist
30 Countries Visited
40 Countries Visited
50 Countries Visited
5M
 
Join Date: May 2002
Location: NC
Programs: AAConciergeKey/2MM, DL DM/2MM, UA Gold,Hilton Diamond,IHG Diamond, Hyatt Globalist,Marriott Titanium
Posts: 13,247
I cant believe this is still not fixed and there is no way (none of the suggestions above appear in my settings or options page) to opt out of this or even click at the bottom to go to the desktop version. This is why people are abandoning the site or at least using less (too hard to search and constant issues like this)
SkyTeam777 is offline  
Old Feb 5, 2022 | 6:33 am
  #379  
10 Years on Site
 
Join Date: Nov 2014
Programs: DL DM, UA, AA EXP, AS MVP75K GOLD, HHonors Diamond, BW Diamond, SPG Gold, Hyatt Diamond
Posts: 389
Originally Posted by Landing Gear
I was always on the desktop version but using the link you gave me, I was able to change the settings. Thank you!
I don't see a way to disable infinite scroll on the new interface.
laptoptravel is offline  
Old Feb 7, 2022 | 12:00 pm
  #380  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,445
Originally Posted by laptoptravel
I don't see a way to disable infinite scroll on the new interface.
https://www.flyertalk.com/forum/prof...do=editoptions
IBJoel is offline  
Old Feb 7, 2022 | 12:36 pm
  #381  
100k
20 Countries Visited
All eyes on you!
10 Years on Site
 
Join Date: Apr 2012
Location: LON
Programs: Mucci, BAEC, Eurostar
Posts: 4,021
Originally Posted by IBJoel
I'll nudge tech. It's not a reliably reproducible issue and when that's the case, it's difficult for them to do anything about.
Hi, this is still happening, do you know if it's been acknowledged? Or just very hard to fix?
alex67500 is offline  
Old Feb 7, 2022 | 1:59 pm
  #382  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,445
Originally Posted by alex67500
Hi, this is still happening, do you know if it's been acknowledged? Or just very hard to fix?
Yes I was recently able to find the underlying cause and I updated them with that information
alex67500 and plunet like this.
IBJoel is offline  
Old Feb 7, 2022 | 2:26 pm
  #383  
5 Years on Site
 
Join Date: Oct 2017
Posts: 151
OK, I have the opposite problem. I have infinite scroll enabled (I'm one of the rare ones that likes this) and while it does do the infinite scroll, the page count at the bottom doesn't update as you scroll. I can go to the last page of a post and it will still say "Page 1 of 4" but when I click Last it goes to the last post, which I've already seen.
JMorgana is offline  
Old Feb 7, 2022 | 3:16 pm
  #384  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,445
Originally Posted by JMorgana
OK, I have the opposite problem. I have infinite scroll enabled (I'm one of the rare ones that likes this) and while it does do the infinite scroll, the page count at the bottom doesn't update as you scroll. I can go to the last page of a post and it will still say "Page 1 of 4" but when I click Last it goes to the last post, which I've already seen.
They're related, so solving the original problem should also fix this.
alex67500 and plunet like this.
IBJoel is offline  
Old Feb 12, 2022 | 3:57 am
  #385  
10 Years on Site
 
Join Date: Nov 2014
Programs: DL DM, UA, AA EXP, AS MVP75K GOLD, HHonors Diamond, BW Diamond, SPG Gold, Hyatt Diamond
Posts: 389
[MENTION=790438]IBJoel[/MENTION]:

Thanks! That worked.
laptoptravel is offline  
Old Feb 20, 2022 | 10:40 pm
  #386  
FlyerTalk Evangelist
30 Countries Visited
1M
All eyes on you!
15 Years on Site
 
Join Date: Apr 2009
Location: Bye Delta
Programs: AA EXP, UA Silver, HH Diamond, IHG Plat, Hyatt Plat, Marriott Titanium, Nat'l EE, Avis PC, Hertz PC
Posts: 16,637
Is there a reason some punctuation doesn’t seem to load on the mobile version of the site? Apostrophes, three periods in a row… If I refresh, then it seems to appear…

Mobile version:


Desktop paginated/non-infinite version:

Last edited by javabytes; Feb 20, 2022 at 10:48 pm
javabytes is offline  
Old Feb 22, 2022 | 9:18 am
  #387  
Administrator
10 Countries Visited
Conversation Starter
All eyes on you!
10 Years on Site
 
Join Date: Sep 2015
Location: Los Angeles
Programs: Internet Brands
Posts: 4,445
Testing apostrophes and punctuation on mobile:
'+()"*:;?!)(/-_'
IBJoel is offline  
Old Jun 30, 2022 | 1:59 pm
  #388  
All eyes on you!
10 Years on Site
 
Join Date: Oct 2014
Location: Edinburgh
Posts: 252
I've just been searching threads for information/update on infinite scroll on mobiles and I assume you still can't turn it off (only desktop)?

If that is the case then it's a shame as I do the majority of my browsing on my mobile and for that reason I barely use this site as it's so painful to read threads as it constantly jumps around. Major fail IMO.
bryanb likes this.
tim0409 is offline  
Old Aug 17, 2022 | 7:27 pm
  #389  
10 Countries Visited20 Countries Visited30 Countries Visited40 Countries Visited
 
Join Date: Mar 2020
Location: Buckeye, AZ
Programs: BAEC
Posts: 241
I lost the scroll feature and added the mobile skin. My desktop changed, still can't scroll and cannot go back to the way it was. Anyone able to help this old man out?

edit to add: I can only get the first and last page of a thread. Nothing in between. Can IT just do a reset for me?

Last edited by BXK_Oz; Aug 17, 2022 at 8:48 pm
BXK_Oz is offline  
Old Aug 18, 2022 | 2:36 am
  #390  
100k
20 Countries Visited
All eyes on you!
10 Years on Site
 
Join Date: Apr 2012
Location: LON
Programs: Mucci, BAEC, Eurostar
Posts: 4,021
Infinite scroll has been playing up since last night (Europe time) and it's not working at all today
alex67500 is offline  


Contact Us - Archive - Advertising - Cookie Policy - Privacy Statement - Terms of Service -

This site is owned, operated, and maintained by MH Sub I, LLC dba Internet Brands. Copyright © 2026 MH Sub I, LLC dba Internet Brands. All rights reserved. Designated trademarks are the property of their respective owners.