responsive off not working on small screen 1024 x 768

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Tue Apr 09, 2013 2:56 pm
Reply with quote
Report this post
I turn off responsive layout
for mobile and tablet is off working
but it still show responsive layout on small screen 1024 x 768
give a look to my website:

gattowebstudio.com
thanks
User avatar
Fresh Boarder

teitbite
Wed Apr 10, 2013 12:23 am
Reply with quote
Report this post
Hi

Please edit /layout/default.php find a line mentioning "viewport" and replace it with:

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

GK User
Wed Apr 10, 2013 9:27 am
Reply with quote
Report this post
thanks,
it does not work please help.
I tried what you suggested but it still the same responsive.
this is my code:

<head>
<meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1" />
<?php if($this->API->get('rwd', 1)) : ?>
<!--<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">-->
<meta name="viewport" content="width=1024px, initial-scale=1, maximum-scale=1, user-scalable=no">
<?php else : ?>
<!-- <meta name="viewport" content="width=<?php echo $this->API->get('template_width', 1020)+80; ?>">-->
<meta name="viewport" content="width=1024px, initial-scale=1, maximum-scale=1, user-scalable=no">
<?php endif; ?>
<jdoc:include type="head" />
<?php $this->layout->loadBlock('head'); ?>
<?php $this->layout->loadBlock('cookielaw'); ?>
</head>
User avatar
Fresh Boarder

teitbite
Thu Apr 11, 2013 6:17 pm
Reply with quote
Report this post
Hi

Please send me an ftp so I'll try myself and check if it works.
User avatar
Moderator

teitbite
Sun Apr 14, 2013 10:49 am
Reply with quote
Report this post
Hi

Ok. I know what's going on. I've been talking to programmers and looks like only mobile devices got a power to resize screen if site has a different width than device. So if layout is widther than a computer screen this means than site will have a scroll under the site, this is why it was solved the way You have it now. I was thinking it's a bug too, but looks like this is actually a fix to wrong site display.
User avatar
Moderator

GK User
Mon Apr 22, 2013 12:16 pm
Reply with quote
Report this post
Hi, thanku very much!
I resolved for most of screen:
in template settings I have template width:1024, tablet width 1000



teitbite wrote:Hi

Ok. I know what's going on. I've been talking to programmers and looks like only mobile devices got a power to resize screen if site has a different width than device. So if layout is widther than a computer screen this means than site will have a scroll under the site, this is why it was solved the way You have it now. I was thinking it's a bug too, but looks like this is actually a fix to wrong site display.
User avatar
Fresh Boarder

teitbite
Tue Apr 23, 2013 5:27 pm
Reply with quote
Report this post
Hi

Ok. Glad I could help :)
User avatar
Moderator

GK User
Fri Apr 26, 2013 4:47 pm
Reply with quote
Report this post
I did the first step you mentioned in this post and it did not fix my site. I also made the template 1024 and tablet template 1000 as he mentioned above. Still not working. Please look at woodinked.com

teitbite wrote:Hi

Ok. Glad I could help :)
User avatar
Fresh Boarder

teitbite
Sat Apr 27, 2013 12:13 pm
Reply with quote
Report this post
Hi

Aren't we discussing the same issue in two threads ? Please do not answer in this thread anymore. Let's keep the conversation in the other one where I asked for FTP access.
User avatar
Moderator

GK User
Thu Jun 27, 2013 3:46 pm
Reply with quote
Report this post
teitbite wrote:Hi

Aren't we discussing the same issue in two threads ? Please do not answer in this thread anymore. Let's keep the conversation in the other one where I asked for FTP access.


I also am using a Simplicity theme, did the prescribed methods above to remove responsiveness, and the website is still responsive. How can I provide you FTP to fix or a guide so I can remove it on other websites that I will also be developing in the coming months?

Let me know. Thank you.
User avatar
Fresh Boarder

teitbite
Fri Jun 28, 2013 10:18 pm
Reply with quote
Report this post
Hi

Please first update template to the latest version. I believe it was fixed already.
User avatar
Moderator

teitbite
Sat Jun 29, 2013 1:28 pm
Reply with quote
Report this post
Hi

Please also send me an access to Your joomla panel when You will update the templates.
User avatar
Moderator

teitbite
Sat Jun 29, 2013 1:38 pm
Reply with quote
Report this post
Hi

When You update please send me an access to joomla panel. So I'll check if it's truly working.
User avatar
Moderator


cron