Disable mobile splash version #1074
Unanswered
MrHootyHoo
asked this question in
Troubleshooting
Replies: 2 comments
-
Great question @MrHootyHoo! It's done here in the PHP code, And then, it will display the splash page if } elseif ($this->bIsMobile) {
/* 'index.guest.inc.tpl' is not responsive enough for very small screen resolutions, so set to 'index.guest_splash.inc.tpl' by default */
$sPage = static::GUEST_SPLASH_FILE;
} Hope it helps @MrHootyHoo! And thanks very much for your kind words 😊 I really appreciate this! 🙂 |
Beta Was this translation helpful? Give feedback.
0 replies
-
Finally, if you are interested, this is what pH7-Social-Dating-CMS/_protected/framework/Navigation/Browser.class.php Lines 114 to 154 in 2d5a1b9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have been looking for hours to find the line that reads the viewport size and determines whether or not to load the "mobile-friendly" Splash so I may disable it. Anyone have any suggestions?
Also, Thanks for everything, PH!
Beta Was this translation helpful? Give feedback.
All reactions