[SOLVED]Need help. Site shows very strange with IE
Social Joomla! template ideal to promote activities and discussion at various levels with JomSocial support.
- GK User
- Mon Dec 07, 2009 11:22 pm
Hi ,
i need help with my site . The Site looks good with firefox , but with IE something is wrong . The modules are not at the right place . Whats wrong with that . the problem is only with the "both columns" Layout. for now i changed it.
Site www.ucs-duesseldorf.de
Thanks
i need help with my site . The Site looks good with firefox , but with IE something is wrong . The modules are not at the right place . Whats wrong with that . the problem is only with the "both columns" Layout. for now i changed it.
Site www.ucs-duesseldorf.de
Thanks
-
- Fresh Boarder
- GK User
- Thu Dec 10, 2009 11:48 pm
Yes, we've detected this problem in last time - we'll update Quay in near future. Now you can update both_columns.php skeleton file to:
and in layout.css file you should change styles for both columns layout to:
- Code: Select all
<?php
/**
*
* @version 1.0.0
* @package GKTemplate
* @copyright Copyright (C) GavickPro. All rights reserved.
* @license Proprietary - GavickPro eClub members only
*
* ************************
*
* Skeleton - both columns
*
*/
// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
?>
<?php if(
$this->modules('top_up or user1 or user2 or user3 or user4 or user5 or user6 or top_down') ||
$this->modules('inset_left or inset_right or adv1 or adv2 or adv3 or adv4 or adv5 or adv6') ||
$this->checkMainbody() ||
$this->checkComponent() ||
$this->modules('bottom_up or user7 or user8 or user9 or user10 or user11 or user12 or bottom_down') ||
$this->modules('left_top or left_one or left_two or left_bottom') ||
$this->modules('right_top or right_one or right_two or right_bottom')
) : ?>
<div id="gk_mainbody" class="both_columns">
<jdoc:include type="message" />
<div id="gk_mainbody_wrap">
<div id="gk_mainbody_wrap2" class="clearfix<?php echo ($this->equalColumns["gk_mainbody"]) ? ' equal_col' : ''; ?>">
<?php $this->loadBlock("gk_left"); ?>
<?php $this->loadBlock("gk_content"); ?>
<?php $this->loadBlock("gk_right"); ?>
</div>
</div>
</div>
<?php endif; ?>
and in layout.css file you should change styles for both columns layout to:
- Code: Select all
/* both */
.both_columns div#gk_left{
float:left;
}
.both_columns div#gk_right{
float:left;
}
.both_columns div#gk_content{
float:left;
}
-
- Administrator
- GK User
- Wed Dec 23, 2009 9:47 pm
Same problems here, please update the template!
-
- Junior Boarder
- GK User
- Sun Dec 27, 2009 2:02 am
Download, extract and replace files on Quay template directory.
-
- Platinum Boarder
- GK User
- Sat Jan 02, 2010 8:40 pm
I have a problem where the background of the main topmenu is not shown in IE7.
Anybody experienced this? Has a solution?
Anybody experienced this? Has a solution?
-
- Junior Boarder
- GK User
- Fri Jan 22, 2010 4:15 pm
I have the same problem with IE8. The background of the top mainmenu is not shown. With Firefox and Chrome, all is ok.
There is a problem perhaps with :
.menu_m {
background:transparent url('../images/style1/menu_bg.png') repeat-x 0 0;
}
.menu_l {
background:transparent url('../images/style1/menu_l.png') no-repeat 0 0;
}
.menu_r {
background:transparent url('../images/style1/menu_r.png') no-repeat 100% 0;
}
There is a problem perhaps with :
.menu_m {
background:transparent url('../images/style1/menu_bg.png') repeat-x 0 0;
}
.menu_l {
background:transparent url('../images/style1/menu_l.png') no-repeat 0 0;
}
.menu_r {
background:transparent url('../images/style1/menu_r.png') no-repeat 100% 0;
}
-
- Expert Boarder
- GK User
- Fri Jan 22, 2010 4:44 pm
I have found a fix on the forum with the top mainmenu problem who the background is not shown. To resolve this problem add this code on the end of style1.css file :
.menu_m, .menu_l, .menu_r{
height:60px;
}
.menu_m, .menu_l, .menu_r{
height:60px;
}
-
- Expert Boarder
- GK User
- Fri Jan 22, 2010 4:45 pm
To resolve this problem add this code on the end of style1.css file :
.menu_m, .menu_l, .menu_r{
height:60px;
}
Tell me if it works.
.menu_m, .menu_l, .menu_r{
height:60px;
}
Tell me if it works.
-
- Expert Boarder
8 posts
• Page 1 of 1