Responsive Off issues

Support help forum dedicated to free and commerical templates for Joomla 3 and 2.5 version.
GK User
Fri Apr 05, 2013 8:31 pm
It seems like I was able to turn off the responsive feature on my Fest template however when I visit the site from a mobile, it loads the page zoomed in to the top left 525px part of the page and I need to zoom out to see the whole page. How do I fix this?
User avatar
Fresh Boarder

teitbite
Sat Apr 06, 2013 12:53 pm
Hi

Please edit /layout/default.php file and search for a line like this:

Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">


try replace it with this one:

Code: Select all
<meta name="viewport" content="width=1024, initial-scale=1">


as width set the actual width of Your website.
User avatar
Moderator

GK User
Sat Apr 06, 2013 6:41 pm
It didnt work :/ I did it was you explained and it still loads the same way :/
User avatar
Fresh Boarder

GK User
Sat Apr 06, 2013 6:42 pm
Still don`t work :/
teitbite wrote:Hi

Please edit /layout/default.php file and search for a line like this:

Code: Select all
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">


try replace it with this one:

Code: Select all
<meta name="viewport" content="width=1024, initial-scale=1">


as width set the actual width of Your website.
User avatar
Fresh Boarder

teitbite
Sun Apr 07, 2013 12:51 am
Hi

Please show me Your site then.
User avatar
Moderator

GK User
Sun Apr 07, 2013 6:27 am
Please visit woodinked.com

teitbite wrote:Hi

Please show me Your site then.
User avatar
Fresh Boarder

teitbite
Mon Apr 08, 2013 2:20 am
Hi

It looks good on my iphone, but please experiment with a viewport attributes for a while, so maybe it will start working on Your mobile too. Try for example this code:

Code: Select all
<meta name="viewport" content="width:1024px, initial-scale=1, maximum-scale=1, user-scalable=no">
User avatar
Moderator

GK User
Fri Apr 26, 2013 4:54 pm
Still does not work. I tried on a few iphones and still not working.

teitbite wrote:Hi

It looks good on my iphone, but please experiment with a viewport attributes for a while, so maybe it will start working on Your mobile too. Try for example this code:

Code: Select all
<meta name="viewport" content="width:1024px, initial-scale=1, maximum-scale=1, user-scalable=no">
User avatar
Fresh Boarder

teitbite
Sat Apr 27, 2013 12:08 pm
Hi

Than I have no idea. This exact solution worked for other users. Please send me an access to ftp.
User avatar
Moderator


cron