Help with this theme.

Latest Reply from Dave at 2013-07-26 02:32:16 Solution

This theme seems to be responsive on mobile devices. I have tried everything, but I do not want it responsive, I would like to see the desktop version on mobile devices. How can I change this?

Hi!
To disable responsive design you need to replace code

if (preg_match('/mobile/i', $_SERVER['HTTP_USER_AGENT'])) echo '<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.dtd">'." ";
else echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">'." ";

with

echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml-transitional.dtd">'." ";

in file top.php of the theme.

Hi!

doesn't work so good, are some changes in the style.css needed?
You can find the full instructions here: http://smthemes.com/support/topic/howtodisablemobileandtabletmodes/

Leave a reply

Add codeAdd image