solved where to find control for tablet menu interface?

Strumelia
Strumelia
@strumelia
7 years ago
3,603 posts
My main live jr site has always had a link bar type menu when viewed on tablets- and that works fine even on my small iPad mini tablet. And on a phone it has the expected "hamburger" mobile phone type menu, which is working fine too.
But for some reason i can't figure out, my non-live whistle site (which was built starting from a CLONE of my main site) has the phone hamburger type menu on BOTH phones and tablets. Those menus work ok, but I don't want a tiny phone menu icon on tablets since there's plenty of room for regular menu bar links on tablets.

I tried doing this: I copied both my mobile_core.css and tablet_core.css from my main/live site's active SKIN over to my whistle site, to make sure they were both the same files from the correctly working version. Ran integ's, refreshed, etc. That didn't make a difference.

Where and what should I check to force the whistle site to use a tablet style menu rather than a hamburger/phone type menu on tablets, so it's the same as my main live site shows on tablets? Suspecting that would in my active skin somewhere? Something is telling my whistle site to use a teensie phone menu when viewed on tablets... ick!


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 04/27/17 02:45:42PM
nate
@nate
7 years ago
917 posts
Check your header.tpl. Look for
{if jrCore_is_mobile_device() || jrCore_is_tablet_device()}.
Strumelia
Strumelia
@strumelia
7 years ago
3,603 posts
Ok Nate- I'll compare that tpl on the two sites and look for differences. Thanks! :)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015
Strumelia
Strumelia
@strumelia
7 years ago
3,603 posts
Yay! That worked great Nate! Turns out from comparing the two site templates that I had to remove the 2nd part of that code line, to make it simply this:
{if jrCore_is_mobile_device()}
...and that gave me the normal links menu bar on my tablet instead of the tiny phone menu icon...while I still get the necessary phone hamburger menu on my phone for both sites. I'm finding it can be handy to have two sites to compare.
Who'dda thunk that the solution was to get RID of a mention of tablets?? Thank you very much, and marking this 'solved'. :)


--
...just another satisfied Jamroom customer.
Migrated from Ning to Jamroom June 2015

updated by @strumelia: 01/19/17 07:37:43PM