-
AuthorPosts
-
April 22, 2009 at 12:21 pm #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 ModeratorArvind Chauhan
- Join date:
- September 2014
- Posts:
- 3835
- Downloads:
- 74
- Uploads:
- 92
- Thanks:
- 1240
- Thanked:
- 1334 times in 848 posts
April 22, 2009 at 1:00 pm #302174Open 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 Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 22, 2009 at 1:42 pm #302185Idealy 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
April 22, 2009 at 1:44 pm #302186Thanks Arvind.
That sorted it.April 22, 2009 at 1:46 pm #302187Mfcphil,
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 Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 22, 2009 at 1:50 pm #302188go 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″ />
April 22, 2009 at 2:59 pm #302196I 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 Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 22, 2009 at 5:29 pm #302215Add the code below <head>
<head>
<meta http-equiv=”X-UA-Compatible” content=”IE=7″ />yes the 7 is correct!!
mfcphil Friendmfcphil
- Join date:
- September 2007
- Posts:
- 2866
- Downloads:
- 3
- Uploads:
- 218
- Thanks:
- 211
- Thanked:
- 388 times in 133 posts
April 22, 2009 at 5:33 pm #302216What 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
1 user says Thank You to mfcphil for this useful post
April 23, 2009 at 1:15 pm #302317Thanks mate. I’ll do that.
Cheers. -
AuthorPosts
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