Excluding Tablets from mobile version
Permalink
Hi,
I like to exclude tablets using the mobile theme. (C5 5.6.3.1) I have searched the forum andhttps://github.com/serbanghita/Mobile-Detect/wiki/Code-examples.... But could not find a way to get it to work.
But if I look in mobile_detect.php I can't find "if ($detect->isMobile()" or something to replace.
Any suggestions? Thanks
I like to exclude tablets using the mobile theme. (C5 5.6.3.1) I have searched the forum andhttps://github.com/serbanghita/Mobile-Detect/wiki/Code-examples.... But could not find a way to get it to work.
<?php // Check for any mobile device, excluding tablets. if ($detect->isMobile() && !$detect->isTablet()) { // Your code here. }
But if I look in mobile_detect.php I can't find "if ($detect->isMobile()" or something to replace.
Any suggestions? Thanks
Any ideas?
Hi studio4graphics,
I am not familiar with 5.6, but I wonder if this link might point you in the right direction.
http://www.concrete5.org/community/forums/customizing_c5/mobile-det...
I am not familiar with 5.6, but I wonder if this link might point you in the right direction.
http://www.concrete5.org/community/forums/customizing_c5/mobile-det...
Found the answer here:
https://www.concrete5.org/community/forums/customizing_c5/help-with-...
https://www.concrete5.org/community/forums/customizing_c5/help-with-...