-
AuthorPosts
-
August 27, 2011 at 11:09 pm #167892
Hello,
My left sidebar menu starts lower than the center and right columns.
How can I make it start the same height?Thank you,
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 27, 2011 at 11:20 pm #409021Can you post a link and preferably an image showing the problem?
August 28, 2011 at 7:41 pm #409227Hey, here’s the problem:
As you can see the right and middle are ok and starts from top, but the left side bar starts lower (1 line lower). I’ve tried different modules but all of them start at the same point.
What can I do?Thank you very much! 🙂
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 28, 2011 at 8:33 pm #409234As I said above, I will really need a link to be able to help you with that one. Please make sure that css optimization is turned off in the template manager so I can tell you the exact code to edit.
August 29, 2011 at 9:30 am #409374Hello,
temporary site: http://www.nahartora.co.il/nahariya.
As I’ve said look at the left sidebar and compere it to the center and right.Thank you! 🙂
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 29, 2011 at 12:22 pm #409391I have tried your site in IE9, FF and Safari and cannot replicare what you are seeing.
Here is a screenshot from my system.
August 29, 2011 at 2:21 pm #409402Yes you are right. Looks great on IE.
I’m using chrome, and in Chrome it looks like I’ve show you.Thanks
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
August 29, 2011 at 10:22 pm #409506I have just tried in Chrome and it still looks fine to me. Maybe another supporter can jump in because I cannot replicate your issue.
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 30, 2011 at 6:11 am #409566Hi,
I saw your problem. I need your ftp information to find down what happened. Could you give me it?August 30, 2011 at 8:51 am #409611I’ve pmed you
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
August 31, 2011 at 5:38 am #409752Username+password of your ftp is incorrect. Could you check it again?
August 31, 2011 at 5:22 pm #409889ok, I’m sending again a pm
thank you !khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 2, 2011 at 6:46 am #410191It is’t still incorrect. So, I guest your problem is caused by /templates/ja_kyanite_ii/layouts/default.php. Could you give me its content?
September 2, 2011 at 10:51 am #410223hey,
I’m grateful you are trying to help me. I’ve tried the login information again, and it’s working like always.
Anyways, here’s the default.php:
<?php
/**
* @copyright Copyright (C) 2005 - 2007 Open Source Matters. All rights reserved.
* @license GNU/GPL, see LICENSE.php
* Joomla! is free software. This version may have been modified pursuant
* to the GNU General Public License, and as distributed it includes or
* is derivative of works licensed under the GNU General Public License or
* other free or open source software licenses.
* See COPYRIGHT.php for copyright notices and details.
*/// no direct access
defined( '_JEXEC' ) or die( 'Restricted access' );
$this->_basewidth = 20;
$positions = array (
'left1' =>'left',
'left2' =>'',
'left-mass-top' =>'',
'left-mass-bottom' =>'',
'right1' =>'right',
'right2' =>'',
'right-mass-top' =>'',
'right-mass-bottom' =>'',
'content-mass-top' =>'',
'content-mass-bottom' =>'',
'content-top' =>'',
'content-bottom' =>'',
'inset1' =>'',
'inset2' =>''
);$this->definePosition ($positions);
?><?php if ($this->isIE() && ($this->getParam('direction')=='rtl' || $this->direction == 'rtl')) { ?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<?php } else { ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<?php } ?><html xmlns="http://www.w3.org/1999/xhtml" xml:lang="<?php echo $this->language; ?>" lang="<?php echo $this->language; ?>">
<head>
<?php $this->loadBlock('head') ?>
</head><body id="bd" class="fs<?php echo $this->getParam(JA_TOOL_FONT);?> <?php echo $this->browser();?>">
<div id="ja-wrapper">
<a name="Top" id="Top"></a><!-- HEADER -->
<?php $this->loadBlock('header') ?>
<!-- //HEADER --><!-- MAIN NAVIGATION -->
<?php $this->loadBlock('mainnav') ?>
<!-- //MAIN NAVIGATION --><?php $this->loadBlock('topsl') ?>
<!-- MAIN CONTAINER -->
<div id="ja-container" class="wrap <?php echo $this->getColumnWidth('cls_w'); ?>">
<div class="main clearfix"><div id="ja-mainbody" style="width:<?php echo $this->getColumnWidth('mw') ?>%">
<div class="ja-box1"><div class="ja-box2">
<?php $this->loadBlock('main') ?>
<?php $this->loadBlock('left') ?>
</div></div>
</div><?php $this->loadBlock('right') ?>
</div>
</div>
<!-- //MAIN CONTAINER --><?php $this->loadBlock('botsl') ?>
<!-- FOOTER -->
<?php $this->loadBlock('footer') ?>
<!-- //FOOTER --></div>
<jdoc:include type="modules" name="debug" />
<?php if ($this->isIE6()) : ?>
<?php $this->loadBlock('ie6/ie6warning') ?>
<?php endif; ?></body>
</html>
Thanks
khoand Friendkhoand
- Join date:
- February 2011
- Posts:
- 4500
- Downloads:
- 0
- Uploads:
- 179
- Thanks:
- 169
- Thanked:
- 1166 times in 1060 posts
September 4, 2011 at 4:40 pm #410508I don’t know why I can’t log in your website by ftp. Your default.php is normal. I need to view /templates/ja_kyanite_ii/layouts/blocks/main.php. I know why your website has the problem, but I don’t know where file is error. So I guest main.php file has error.
AuthorPostsThis topic contains 20 replies, has 4 voices, and was last updated by n6rej 13 years, 1 month ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum