Viewing 15 posts - 1 through 15 (of 20 total)
  • Author
    Posts
  • ndeiah Friend
    #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 Moderator
    #409021

    Can you post a link and preferably an image showing the problem?

    ndeiah Friend
    #409227

    Hey, 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! 🙂


    1. left-sidebar-problem
    Phill Moderator
    #409234

    As 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.

    ndeiah Friend
    #409374

    Hello,
    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 Moderator
    #409391

    I have tried your site in IE9, FF and Safari and cannot replicare what you are seeing.

    Here is a screenshot from my system.


    1. 14971513149714891514-14921492150514911512-150414921512-
    ndeiah Friend
    #409402

    Yes you are right. Looks great on IE.
    I’m using chrome, and in Chrome it looks like I’ve show you.

    Thanks

    Phill Moderator
    #409506

    I 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 Friend
    #409566

    Hi,
    I saw your problem. I need your ftp information to find down what happened. Could you give me it?

    ndeiah Friend
    #409611

    I’ve pmed you

    khoand Friend
    #409752

    Username+password of your ftp is incorrect. Could you check it again?

    ndeiah Friend
    #409889

    ok, I’m sending again a pm
    thank you !

    khoand Friend
    #410191

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

    ndeiah Friend
    #410223

    hey,
    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 Friend
    #410508

    I 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.

Viewing 15 posts - 1 through 15 (of 20 total)

This 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