Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • johnnypict Friend
    #140493

    I’m Using JA Edinite with slideshow.

    The slideshow picture space is 600 x 200.
    I only have one slide at the moment. All other slides will be same size.

    I then have the welcome page below, (Frontpage).

    As you can see from the page ( http://www.positivemindtools.com/ ) There is a gap between the slide and the text. There is no space at the top of the article itself.

    How do I narrow this gap?

    I’d be grateful for any help.

    Regards,

    John.

    Arvind Chauhan Moderator
    #302174

    Open your /templates/ja_edenite/css/template.css around line 891

    [PHP]#ja-topsl
    height:240px;
    margin:0 0 10px;
    overflow:hidden;
    width:98%;[/PHP]

    change the height element to 150px and it should resolve.

    regards

    arvind.

    mfcphil Friend
    #302185

    Idealy your images should be 567 x 240

    and your banner in IE8 is not displayed correctly its is pushed way to the left, you need to add the IE8 code into your index.php file in the head area

    johnnypict Friend
    #302186

    Thanks Arvind.
    That sorted it.

    johnnypict Friend
    #302187

    Mfcphil,

    Thanks for pointing that out.

    What is the code I need or where can I get it and where do I put it.

    Thanks.

    John

    mfcphil Friend
    #302188

    go to your admin and find your index.php file

    add the code into the head of that file <meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

    johnnypict Friend
    #302196

    I take it that would be here?
    Can I just put it anywhere and should that line say
    <meta http-equiv=”X-UA-Compatible” content=”IE=7″ /> or <meta http-equiv=”X-UA-Compatible” content=”IE=8″ />

    <head>
    <jdoc:include type=”head” />
    <?php JHTML::_(‘behavior.mootools’); ?>

    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/system.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->baseurl(); ?>templates/system/css/general.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/editor.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/template.css” type=”text/css” />
    <link rel=”stylesheet” href=”<?php echo $tmpTools->templateurl(); ?>/css/typo.css” type=”text/css” />

    <script language=”javascript” type=”text/javascript” src=”<?php echo $tmpTools->templateurl(); ?>/js/ja.script.js”></script>

    <!– Menu head –>
    <?php $jamenu->genMenuHead(); ?>

    <link href=”<?php echo $tmpTools->templateurl(); ?>/css/colors/<?php echo $tmpTools->getParam(JA_TOOL_COLOR); ?>.css” rel=”stylesheet” type=”text/css” />

    <!–>
    <style type=”text/css”>
    .clearfix {height: 1%;}
    img {border: none;}
    </style>
    <!–>

    <!–>
    <style type=”text/css”>
    .clearfix {display: inline-block;}
    </style>
    <!–>

    <?php if ($tmpTools->isIE6()) { ?>
    <!–>
    <script type=”text/javascript”>
    var siteurl = ‘<?php echo $tmpTools->baseurl();?>’;
    </script>
    <!–>
    <?php } ?>
    </head>

    mfcphil Friend
    #302215

    Add the code below <head>

    <head>
    <meta http-equiv=”X-UA-Compatible” content=”IE=7″ />

    yes the 7 is correct!!

    mfcphil Friend
    #302216

    What you must remember that this is a fix not a solution.

    What this is doing is making IE8 treat your site as if its being viewed in IE7…so this does not update your template to IE8 Joomlart will need to provide the fixes for that

    johnnypict Friend
    #302317

    Thanks mate. I’ll do that.
    Cheers.

Viewing 10 posts - 1 through 10 (of 10 total)

This topic contains 10 replies, has 3 voices, and was last updated by  johnnypict 15 years, 6 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum