Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • Laong Duijndam Friend
    #185343

    In 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??

    http://www.laongvivah.com

    Kind regards Cees

    pavit Moderator
    #484697

    Hi

    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 Friend
    #484702

    Dear 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 Moderator
    #484733

    Hi

    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 Friend
    #484756

    Hello 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


    1. Screendump-Laongvivah
    pavit Moderator
    #484761

    Hi

    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 Friend
    #484770

    Hi 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

    http://www.laongvivah.com


    1. Screendump-Laongvivah2
    Saguaros Moderator
    #484862

    Hi,

    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 Friend
    #484951

    Dear 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 Friend
    #484952

    Dear 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

    http://www.laongvivah.com

    Saguaros Moderator
    #484961

    Hi,

    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 Friend
    #485063

    Dear 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 : none

    That’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 Moderator
    #485080

    Hi,

    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 Friend
    #485101

    Dear 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

    http://www.laongvivah.com


    1. Screendump-Laongvivah4
    2. Screendump-Laongvivah3
    Laong Duijndam Friend
    #485108

    Dear 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

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