iPad compatibilty
- GK User
- Mon Sep 05, 2011 10:00 pm
Any chance you might get this to be compatible with iPad as at the moment it crops half the template off. I assume iPad uses default.php to layout screen?
-

- Junior Boarder
- GK User
- Fri Jan 11, 2013 4:27 pm
There´s still no fix on this bug. I know they have fixed it with the Joomla 2.5 version, but the bug is still present in the Joomla 1.5 version. I have not tried the J1.7 or 1.6, but it sounds like it is the same problem you are experiencing
The demo runnning here on gavick website, is a Joomla 2.5 demo. If you download the Joomla 1.5 version of the template, the bug is still present.
Please read my post about this issue here :
https://www.gavick.com/forums/127/1-5-year-old-bug-still-not-fixed-appphone-layout-issues-21954.html
The demo runnning here on gavick website, is a Joomla 2.5 demo. If you download the Joomla 1.5 version of the template, the bug is still present.
Please read my post about this issue here :
https://www.gavick.com/forums/127/1-5-year-old-bug-still-not-fixed-appphone-layout-issues-21954.html
-

- Fresh Boarder
- GK User
- Wed Jan 16, 2013 11:24 am
Hi,
Please try to add to body selector in the template.css file the following property:
i.e. if you have page 1000px width please add:
it should help in this case.
Please try to add to body selector in the template.css file the following property:
- Code: Select all
min-width: YOUR_PAGE_WIDTH + 20px;
i.e. if you have page 1000px width please add:
- Code: Select all
min-width: 1020px;
it should help in this case.
-

- Administrator
- GK User
- Wed Jan 16, 2013 3:07 pm
Added it to template.css. Thanks, it fixes most of the bug, but the bug is still present at the main -menu ( up to the right ) it still cutted when you minimize the browser window and scroll horizontally.
See attached image regarding the bug.

Any ideas ?
Best
See attached image regarding the bug.

Any ideas ?
Best
-

- Fresh Boarder
- GK User
- Wed Jan 16, 2013 3:44 pm
Update...
Adding min-width: YOUR_PAGE_WIDTH + 20px; to template.css ( add to body selector )
and in the same css file search for #gk-top and add YOUR_PAGE_WIDTH + 20px; this should fix the menu bug.
Thanks
Adding min-width: YOUR_PAGE_WIDTH + 20px; to template.css ( add to body selector )
and in the same css file search for #gk-top and add YOUR_PAGE_WIDTH + 20px; this should fix the menu bug.
Thanks
-

- Fresh Boarder
5 posts
• Page 1 of 1
