-
AuthorPosts
-
Laong Duijndam Friend
Laong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
February 27, 2013 at 2:25 am #185343In Vintas, explorer I use 9 the site page is moved to the left the images of the slide show are not loaded.
In firefox everything OK what can I do??
Kind regards Cees
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 27, 2013 at 6:57 am #484697Hi
Try to use at the top of your meta tags declarations the X-UA-Compatible feature
Let me know if this solve your issue with IE
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
February 27, 2013 at 7:19 am #484702Dear Pavit, that overruled my knowledge I don’t know what to do I’m just a newbie. And don’t where to look I have try to find some with Firebug that don’t work for me can you explain me more what I can do.
Kindest regards Cees
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 27, 2013 at 9:51 am #484733Hi
1) Goto this folder pluginssystemjat3jat3base-themesdefaultpage
2) Copy the file named default.php on your desktop
3) Go to this folder templatesja_vintas
4) Create a new folder and call it page
5) With an editor open the file default.php copied before around line 20 you have this part of code
<head>
<?php //gen head base on theme info
$this->showBlock ('head');
?><?php
$blocks = T3Common::node_children($this->getBlocksXML ('head'), 'block');
foreach ($blocks as $block) :
$this->showBlock ($block);
endforeach;
?><?php echo $this->showBlock ('css') ?>
</head>6) Modify it in this way
<head>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<?php //gen head base on theme info
$this->showBlock ('head');
?><?php
$blocks = T3Common::node_children($this->getBlocksXML ('head'), 'block');
foreach ($blocks as $block) :
$this->showBlock ($block);
endforeach;
?><?php echo $this->showBlock ('css') ?>
</head>i added the RED code
7) Save the file in your page folder created before.
Try to refresh the frontpage with IExplorer
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
February 27, 2013 at 11:31 am #484756Hello Pavit I have done what you say, it don’t work I get a white page with a gray line at the top and with firefox I get nothing anymore I have delete the map page and the default.php file who was in that map
That’s the PHP file
<head>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<?php //gen head base on theme info
$this->showBlock (‘head’);
?><?php
$blocks = T3Common::node_children($this->getBlocksXML (‘head’), ‘block’);
foreach ($blocks as $block) :
$this->showBlock ($block);
endforeach;
?><?php echo $this->showBlock (‘css’) ?>
</head>I see that the whole page under explorer is deformed the header is bigger and the footer is disappears and the whole page is to the left.
Have you another solution perhaps.
Kindest regards Cees
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
February 27, 2013 at 11:51 am #484761Hi
I tried with FF and your website looks fine
try to change the code i suggested above <meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
with this one
<meta http-equiv=”X-UA-Compatible” content=”IE=7, IE=9″>
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
February 27, 2013 at 1:51 pm #484770Hi Pavit,
Sorry It don’t work I have the page folder still in the map Vintas, you can see if you want, the page by FF is OK by explorer still a mess
Kind regards Cees
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 28, 2013 at 7:22 am #484862Hi,
Did you try to enable Compress CSS in template manager? This may fix IE related issues caused by the maximum 30 CSS files limit.
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
February 28, 2013 at 11:52 pm #484951Dear Saguaros,
I have done what you suggest it makes no difference, I have installed Xampp on mij computer whit the same packet quick install ja-vintas and have the same problem it’s make me desperate, do you have any idea.
Kind regards Cees
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
March 1, 2013 at 12:35 am #484952Dear Saguaros,
Some one told me the template is in quirk modes and there is no doc type defined?? That overruled my knowledge
Kind regards Cees
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 1, 2013 at 2:53 am #484961Hi,
You can try with guide of Pavit, after copying the default.php to template folder: templatesja_vintaspagedefault.php
Try to remove all comments, space, tag before the DOCTYPE declaration, otherwise, it will direct to use the Quirks Mode
It looks like:
[PHP]
<?php
defined(‘_JEXEC’) or die;
?>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml” xml:lang=”<?php echo $this->language; ?>” lang=”<?php echo $this->language; ?>”>
<head>
<meta http-equiv=”X-UA-Compatible” content=”IE=edge,chrome=1″>
<?php //gen head base on theme info
$this->showBlock (‘head’);
?>
<?php
$blocks = T3Common::node_children($this->getBlocksXML (‘head’), ‘block’);
foreach ($blocks as $block) :
$this->showBlock ($block);
endforeach;
?>
<?php echo $this->showBlock (‘css’) ?>
</head>
……[/PHP]
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
March 2, 2013 at 2:06 am #485063Dear Saguaros
I have done what you suggest but I don’t know if it was on the right way.
I have also checked with W3 validator.
W3C CSS Validator results for http://WWW.LAONGVIVAH.COM (CSS level 3)
Sorry! We found the following errors (7)
URI : http://WWW.LAONGVIVAH.COM/media/system/css/modal.css
152 Sorry, the at-rule @-moz-document is not implemented.
URI : http://WWW.LAONGVIVAH.COM/plugins/system/jatypo/jatypo/typo/typo.css
376 * + html .ja-typo-bubblect Property zoom doesn’t exist : 1
533 * + html .ja-typo-legend Property zoom doesn’t exist : 1
URI : http://WWW.LAONGVIVAH.COM/templates/ja_vintas/css/css3.css
57 input, input:hover, input:focus Property webkit-box-shadow doesn’t exist : none
315 .ja-contentslider-center .ja-image img Parse Error = 50)
317 .ja-contentslider-center .ja-image img:hover Parse Error = 100)
441 body.contentpane input, body.contentpane input:hover, body.contentpane input:focus Property webkit-box-shadow doesn’t exist : noneThat’s what I have make to put in template/vintas/page
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN” “http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html xmlns=”http://www.w3.org/1999/xhtml”>
<head>
<meta http-equiv=”Content-Type” content=”text/html; charset=iso-8859-1″ />
<title>Untitled Document</title>
</head>
<meta http-equiv=”X-UA-Compatible” content=”IE=7, IE=9″>
<?php //gen head base on theme info
$this->showBlock (‘head’);
?><?php
$blocks = T3Common::node_children($this->getBlocksXML (‘head’), ‘block’);
foreach ($blocks as $block) :
$this->showBlock ($block);
endforeach;
?><?php echo $this->showBlock (‘css’) ?>
</head></html>
De results on the site http://www.laongvivah.com are still the same nothing changes, what can we do I don’t know how we can repair the faults who W3 validator found.
Kind regards Cees Duijndam
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
March 2, 2013 at 4:26 am #485080Hi,
When viewing the source of your site, I see this script at the top of your site:
<script LANGUAGE="JavaScript">
var typespeed = 150;
var MessagePause = 3000;
var message = new Array();
var currMessage = 0;
var offset = 0;message[0] = "Laongvivah";
function Display() {
var text = message;
if (offset < text.length) {
if (text.charAt(offset) == " ")
offset++;var partMessage = text.substring(0, offset + 1);
document.title = partMessage;
offset++;
setTimeout("Display()", typespeed);
} else {
offset = 0;
currMessage++;
if (currMessage == message.length)
currMessage = 0;
setTimeout("Display()", MessagePause);
}
}
Display();
</script>
It should be located inside the <head> tag, please move this script to this tag in templatesja_vintaspagedefault.php file
Then clean cache.
Laong Duijndam FriendLaong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
March 2, 2013 at 8:00 am #485101Dear Saguaros,
I have done what you tell.
On the end of the page is now a big white line with in the right corner a cross when you hit that the white line is gone . but comes back after a while
But the rest is the same header to big all to the left and footer to big.
I have tried de site in the versions 6,7,8.9 and 10 from explorer. Everywhere the same only in explorer Ten there was it really hopeless.
Kind regards Cees Duijndam-
Laong Duijndam Friend
Laong Duijndam
- Join date:
- November 2010
- Posts:
- 226
- Downloads:
- 20
- Uploads:
- 91
- Thanks:
- 65
- Thanked:
- 3 times in 1 posts
March 2, 2013 at 8:34 am #485108Dear Saguaros,
The problem is “RECAPTCHA” i have disable it and the page looks nice, BUT what can I do with the failures found with W3 validater, and what to do with the page maked in template/vintas/ And what to do with recaptcha.
For so far thank you so much for your help
Cees Duijndam
-
AuthorPosts
Viewing 15 posts - 1 through 15 (of 15 total)This topic contains 15 replies, has 3 voices, and was last updated by Laong Duijndam 11 years, 8 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum