#101  
	
 
	
			
			The new goggles also do nothing.
			
			
			
				
			
			
				 
				Join Date: Oct 2001
				Location: Calgary
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Ok I added a new "Test Fix" style and added that code to it, let me know what you see.  Thanks!
		
		
		
		
		
		
		
			
				__________________Uncertainty is an uncomfortable position.   
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#102  
	
 
	
			
			Powerplay Quarterback
			
			
			
			
	 
	
	
	
		
		
			
			
			
			
			Alas, a quick test shows it doesn't work. I verified the call to setSafeFrameConfig, but the returned ad still shows up in the middle of the screen.
Can you try also setting the allowPushExpansion property to false:
	Code:
	googletag.defineSlot('/12345/ROSScraper', [[120, 600]], 'div-gpt-ad-12345').setSafeFrameConfig({allowOverlayExpansion:false,allowPushExpansion:false}).addService(googletag.pubads()); 
 
Unfortunately, the documentation isn't clear exactly what push expansion is compared to overlay expansion. Sometimes, we have to try the brute-force method of testing.
		
 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#103  
	
 
	
			
			Franchise Player
			
			
			
				
			
			
				 
				Join Date: Mar 2015
				Location: Pickle Jar Lake
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			That's my favourite method, as I usually only have a spattering of knowledge around whatever it is I'm trying to fix!
		
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	
		
			
				
					The Following User Says Thank You to Fuzz For This Useful Post: 
				
				
				
			 
			 
	
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#104  
	
 
	
			
			The new goggles also do nothing.
			
			
			
				
			
			
				 
				Join Date: Oct 2001
				Location: Calgary
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			The doc also says "These page level preferences will be overriden by slot level preferences, if specified."
		
		
		
		
		
		
			
				__________________Uncertainty is an uncomfortable position.   
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#105  
	
 
	
			
			Franchise Player
			
			
			
				
			
			
				 
				Join Date: Mar 2015
				Location: Pickle Jar Lake
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Nope, still in the wrong place.  Do you have access to the control panel, or is that Bingo?
		
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#106  
	
 
	
			
			Powerplay Quarterback
			
			
			
			
	 
	
	
	
		
		
			
			
				 
			
			
			Never mind. Right after I posted the below, I did a couple more tests and the ad came back incorrect. I'll keep testing when I have time.
Spoilered as it does't work.
 
 
Spoiler!  
 
 
Ok, did a bit of testing this morning. Could you remove the whole setSafeFrameConfig change (so that we are back to the original), then instead, comment out the enableSingleRequest line so we get:
	Code:
	googletag.defineSlot('/130049501/LeaderboardROS', [[728, 90], [970, 90]], 'div-gpt-ad-1461011238474-0').addService(googletag.pubads());
googletag.defineSlot('/130049501/ROSScraper', [[120, 600]], 'div-gpt-ad-1461011238474-1').addService(googletag.pubads());
//googletag.pubads().enableSingleRequest();
googletag.pubads().collapseEmptyDivs();
googletag.enableServices(); 
 
I sort of hacked this line out in my testing environment, and so far I've gotten 20 page refreshes in a row with the ad in the correct spot. 
As far as I can tell, the enableSingleRequest() call will retrieve all of the ads in a single call. By commenting out the line, the two ads come back in two separate calls. So in theory, this shouldn't change anything except, maybe, a small change in performance. But like I said, making this change has solved the issue for me so far.
  
 
		
				
					
						Last edited by psyang; 02-21-2019 at 08:39 AM .
					
					
				 
			
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#107  
	
 
	
			
			The new goggles also do nothing.
			
			
			
				
			
			
				 
				Join Date: Oct 2001
				Location: Calgary
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Bingo has access to the control panel.
		
		
		
		
		
		
		
			
				__________________Uncertainty is an uncomfortable position.   
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#108  
	
 
	
			
			First Line Centre
			
			
			
				
			
			
				 
				Join Date: Oct 2008
				Location: Vancouver :(
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			This is happening to me too now... any update?
		
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#109  
	
 
	
			
			Scoring Winger
			
			
			
				
			
			
				 
				Join Date: Dec 2010
				Location: Cowtown
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Dammit. Cannot use the site as it blocks the top threads. iPhone safari. This is the only place I get my flames news
		
		
		
		
		
		
		
			
				__________________
				 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#110  
	
 
	
			
			The new goggles also do nothing.
			
			
			
				
			
			
				 
				Join Date: Oct 2001
				Location: Calgary
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Setting the style to "CP Style 2 TmpFix" (from the dropdown at the bottom left) should make offending ads go away.
		
		
		
		
		
		
		
			
				__________________Uncertainty is an uncomfortable position.   
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#111  
	
 
	
			
			Franchise Player
			
			
			
				
			
			
				 
				Join Date: Mar 2015
				Location: Pickle Jar Lake
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			
	Quote:
	
	
		
			
				
					Originally Posted by 
photon 
					Bingo has access to the control panel.
			
		 
	 
	
 
Has Bingo looked into this?
		
 
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#112  
	
 
	
			
			The new goggles also do nothing.
			
			
			
				
			
			
				 
				Join Date: Oct 2001
				Location: Calgary
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			Probably not yet, I'll have to send him a PM to give him an idea of what to look for
		
		
		
		
		
		
		
			
				__________________Uncertainty is an uncomfortable position.   
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#113  
	
 
	
			
			First Line Centre
			
			
			
				
			
			
				 
				Join Date: Oct 2008
				Location: Vancouver :(
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			All good for me now!
		
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#114  
	
 
	
			
			Lifetime In Suspension
			
			
			
				
			
			
	 
	
	
	
		
		
			
			
			
			
			Negative, regular style 2 still has the ad that makes the forum unusable on mobile.
		
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#115  
	
 
	
			
			First Line Centre
			
			
			
				
			
			
				 
				Join Date: Sep 2009
				Location: Calgary, Alberta
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			
	Quote:
	
	
		
			
				
					Originally Posted by 
ResAlien 
					Negative, regular style 2 still has the ad that makes the forum unusable on mobile.
			
		 
	 
	
 
What device are you using?
		
 
		
		
		
		
		
		
			
				__________________PSN: Diemenz 
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#116  
	
 
	
			
			Lifetime In Suspension
			
			
			
				
			
			
	 
	
	
	
		
		
			
			
			
			
			
	Quote:
	
	
		
			
				
					Originally Posted by 
Diemenz 
					What device are you using?
			
		 
	 
	
 
iPhone/safari. I’m fine with using the temp fix style just figured I’d share. I’m a sharer like that.
		
 
		
		
		
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
	
	
		
	
	
	
		
			
			 
		
			 
			#117  
	
 
	
			
			First Line Centre
			
			
			
				
			
			
				 
				Join Date: Sep 2009
				Location: Calgary, Alberta
				
				
				
				
				
				
				
				    
			 
	 
	
	
	
		
		
			
			
			
			
			
	Quote:
	
	
		
			
				
					Originally Posted by 
ResAlien 
					iPhone/safari. I’m fine with using the temp fix style just figured I’d share. I’m a sharer like that.
			
		 
	 
	
 
Download StopAd for iOS. 
I hate using ad blockers but until it’s fixed this is your best bet as it doesn’t block other java inputs like twitter and YouTube links.
		
 
		
		
		
		
		
		
			
				__________________PSN: Diemenz 
			
		
		
		
		
	 
 
	
		
 
	
	
	
		
		
		
		
			 
 
 
	 
	
		 
	 
 
 
	
		
	
	
	
	
	Thread Tools 
	Search this Thread 
 
	
	
	
	
	 
	
	
	
	
	
	 
	
 
	
		
	
		 
 
 
	
		
		You may not  post new threads
		You may not  post replies
		You may not  post attachments
		You may not  edit your posts
		HTML code is Off 
		  
 
	 
	
		
	 
 
All times are GMT -6. The time now is 07:34 PM .