
Originally Posted by
rbarbour
Lets try moving past assumption and find out, use the browsers "view page source" to see what responsive css file is being called.
Not quite so easy to do on an Android tablet but here it is
Code:
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_flex.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/stylesheet_responsive_tabs.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/index_home.css" />
<script src="https://ajax.googleapis.com/ajax/lib.../jquery.min.js" type="text/javascript"></script>
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive.css" />
<link rel="stylesheet" type="text/css" href="includes/templates/winchester_responsive/css/responsive_default.css" />
<script src="includes/templates/winchester_responsive/jscript/css_browser_selector.js" type="text/javascript"></script>
<link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet" />
UA string using http://demo.mobiledetect.net/Mobile_Detect v. 2.8.0
The lightweight PHP class for detecting mobile devices.
This is a tablet. Your UA is Mozilla/5.0 (Linux; Android 4.2.2; SM-T310 Build/JDQ39) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/34.0.1847.114 Safari/537.36
mobile_detect.php
line 179 ..... SM-T310
Doesn't appear that mobile_detect.php is seeing SM-T310 in the UA string
As stated earlier, slimmenu is a 3rd party plugin/addon I have not yet tested and it's touch abilities or not have not been tested by me and would have nothing to do with the responsive code. As time permits I will test and play with, then pass my findings along.
Sorry, I thought that comment was regarding Windows tablets 3rd party plugin, not slimmenu. I never said that it had anything to do with the responsive code, but it does have something to do with the template functionality regarding the user being able to select a product category which happens to be off-screen on Android and Windows tablets.
Bookmarks