Latest Reply from melonso at 2013-01-25 06:49:03

Hi,

I am facing some issues with the mobile responsive version.
- the slider doesn't work. It gets cut.
- how can i choose to see the full website when i am on a mobile?

Thank you

Hi!

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 the top.php file of the theme.

Could you write here version of your mobile browser?

Hi, it worked!

Its iOS 5.1.1

Hey. I made this edit to my site and whilst it stopped responsive browsing on the mobile version it also displayed the standard version of the site.

Is it possible to stop it being responsive on the mobile version but keeping the mobile version, so it still looks good on a mobile but also loads links.

Thanks for any help you can throw on this. :)
Hi!
Could you clarify your question? you want to disable mobile version, but keep mobile version?
I make the same thing like Administrator wrote, but in theme supercars, on mobile my slide is still cut

Leave a reply

Add codeAdd image