Mobile View

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 Jan 22, 2013 9:14 am
Reply with quote
Report this post
Hello, I would like to know if there is any way to make the mobile view on this template show the entire page. I have a imageshow module that shows pictures at 980 pixels wide. It only shows a corner when I view the website on the iphone. I have to manually shrink the website with my fingers to display the whole imageshow module...in which case the logo and menu move and shrink to the left side. Or can I just disable mobile view and make it display exactly the way it does on a computer? Thanks for your speedy reply!



-J
User avatar
Junior Boarder

teitbite
Wed Jan 23, 2013 2:52 am
Reply with quote
Report this post
Hi

This template is a responsive one, which means that You will need a responsive slide module to act like that. I believe Image Show in Startup style is the one with such functionality, so please try it.
User avatar
Moderator

GK User
Wed Jan 23, 2013 7:10 am
Reply with quote
Report this post
Yes, the imagestyle works. However I am not using that imageshow style. Is there any way to disable the responsive layout and just display the website exactly how it appears on the computer web browser?
User avatar
Junior Boarder

teitbite
Thu Jan 24, 2013 1:47 am
Reply with quote
Report this post
Hi

Yes there is. Please edit file /layout/default.php and replace:

line 53 to:

Code: Select all
    <meta name="viewport" content="width=1000px">


and line 58 to:

Code: Select all
<body<?php echo $tpl_page_suffix; ?><?php $this->layout->generateLayoutWidths(); ?>>   


also please enable using override in template settings and add this code to override.css file:

Code: Select all
.gkPage {
    max-width: 1000px !important;
    width: 1000px !important;
}


it may not be all, so please show me Your site after You made this changes.
User avatar
Moderator


cron