Mobile Layout - Image show too wide

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 1:38 pm
Reply with quote
Report this post
Hi,

I'm having a problem with the mobile layout.

Image Show GK4 (coffe style) is too wide, the rest of the first page is too thin..

I'm not using responsive layout (have deleted the content in mobile.css) because the mainmenu didn't show up, and the problem with the Image Show was the same when using responsive.

Template/Tablet/Mobile width are all set to 1000px.

Can anyone please tell me what to do?
User avatar
Junior Boarder

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

For start please show me Your site.
User avatar
Moderator

teitbite
Thu Apr 11, 2013 4:14 pm
Reply with quote
Report this post
Hi

I think the problem is because of missing "px" in mobile and table width. Please send me an access to joomla panel so I'll check that.
User avatar
Moderator

GK User
Thu Apr 11, 2013 11:36 pm
Reply with quote
Report this post
Ok, have sent info to your mail :)
User avatar
Junior Boarder

teitbite
Fri Apr 12, 2013 1:25 am
Reply with quote
Report this post
Hi

Actually problem is that You are using an old version of a template where responsive functionality could not be disabled. If it's possible I advice to update it so You will have a simple option not to use a responisive options in template settings. But I can see You have couple of changes done already so You may also try to replace this code:

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


with

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


and removing every code from mobile.css and tablet.css
User avatar
Moderator

GK User
Fri Apr 12, 2013 2:08 pm
Reply with quote
Report this post
When I update the template via ftp, do I replace the whole folder gk_publisher or just some files and folders inside the template folder?
I have taken backup of the css files where I've made changes. Would it be ok then to just replace the whole folder and then use the old css files?
User avatar
Junior Boarder

teitbite
Sat Apr 13, 2013 10:27 am
Reply with quote
Report this post
Hi

There may be a problem if fix were done in the css files You overwrite. Please take a look at the list of replaced files between versions: https://www.gavick.com/index.php?filter ... Itemid=399

You can just update the mentioned files.
User avatar
Moderator

GK User
Sat Apr 13, 2013 11:44 am
Reply with quote
Report this post
Ok. Thank you!
User avatar
Junior Boarder


cron