teitbite wrote:Hi
I got the exact Mac You bought. So it looks like it's a cache issue after all. Site is loading a view saved from cache from last visit with mobile. Please check this article about cache configuration https://www.gavick.com/documentation/jo ... ce-plugin/
teitbite wrote:Hi
I got the exact Mac You bought. So it looks like it's a cache issue after all. Site is loading a view saved from cache from last visit with mobile. Please check this article about cache configuration https://www.gavick.com/documentation/jo ... ce-plugin/
teitbite wrote:Hi
What You did is not a solution, becauase now You have lost a responsive functionality and propably broke template on mobile and tablet. Anyway if it helped that means than issue is where validation errors were pointing. Because it's close to the place where this files are being loaded. It's not cache if problem is still there with cache OFF. It's also not a template issue because demo is not showing this validation errors. It must have happened during modfications. My guess somewhere in /layouts/blocks/head.php or /layouts/default.php and unclosed html tag or something like that.
You can check validation under: http://validator.w3.org/
teitbite wrote:Hi
head.php file is basically keeping <head></head> content. It was my guess that You have modified it. If not than I believe one of extension must have added a wrong code there. Anyway it will be hard to notice it. Have You done any changes to /layout/default.php file ?
teitbite wrote:Hi
Ok. Please revert Your changes and I'm gonna show this to programmers.
teitbite wrote:Hi
I've talked to programmers and I have a small test for You. Please open this link with the same computer You have this iPad view problem http://demo.gavick.com/joomla25/creative/ . And let me know if the same problem is there. If YES than it's a template issue if NO, than a module or customization.
teitbite wrote:Hi
I've talked to programmers and I have a small test for You. Please open this link with the same computer You have this iPad view problem http://demo.gavick.com/joomla25/creative/ . And let me know if the same problem is there. If YES than it's a template issue if NO, than a module or customization.
teitbite wrote:Hi
I have a confirmation that a proper fix will be available soon.
teitbite wrote:Hi
I have an information that a fix has been released. Please update the template.
teitbite wrote:Hi
I've got Your mail. Will explain update process on an example:
Let say You have installed version called 3.6 . First You need to open this page to see all version available: https://www.gavick.com/index.php?filter ... Itemid=399
Than follow each link to the version informations and copy files from newest doenload of a template to the server via ftp according to the list of the files modified.
In practice You will have to update files mentioned in updates: https://www.gavick.com/updates/template ... 5,960.html and https://www.gavick.com/updates/template ... 5,988.html
teitbite wrote:Hi
I believe this should be out this week. Fix is prepared it only awaits to be set as a package to download.
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=2.0">
<meta name="viewport" content="width=1020px">
<body<?php echo $tpl_page_suffix; ?><?php if($this->browser->get("tablet") == true) echo ' data-tablet="true"'; ?><?php $this->layout->generateLayoutWidths(); ?>>
<body<?php echo $tpl_page_suffix; ?><?php $this->layout->generateLayoutWidths(); ?>>