Viewing 5 posts - 16 through 20 (of 20 total)
  • Author
    Posts
  • ndeiah Friend
    #411067

    Hello, thanks again.

    <!-- CONTENT -->
    <div id="ja-main" style="width:<?php echo $this->getColumnWidth('m') ?>%">
    <div class="inner ja-box-br">
    <div class="ja-box-bl"><div class="ja-box-tr"><div class="ja-box-tl clearfix">

    <!-- BREADCRUMS -->
    <div id="ja-breadcrums">
    <div class="inner clearfix">
    <strong><?php echo JText::_('אתה נמצא כאן:')?></strong> <jdoc:include type="modules" name="breadcrumb" />
    </div>
    </div>
    <!-- //BREADCRUMS -->

    <jdoc:include type="message" />

    <?php
    $mass_top = $this->getPositionName ('content-mass-top');
    if($this->countModules($mass_top)) : ?>
    <div class="ja-mass ja-mass-top clearfix">
    <jdoc:include type="modules" name="<?php echo $mass_top;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>

    <div id="ja-contentwrap" class="<?php echo $this->getColumnWidth('cls_m'); ?>">
    <?php
    $inset1 = $this->getPositionName ('inset1');
    $inset2 = $this->getPositionName ('inset2');
    ?>
    <div id="ja-content" class="column" style="width:<?php echo $this->getColumnWidth('cw') ?>%">

    <div id="ja-current-content" class="column" style="width:<?php echo $this->getColumnWidth('c') ?>%">
    <?php
    $content_top = $this->getPositionName ('content-top');
    if($this->countModules($content_top)) : ?>
    <div class="ja-content-top clearfix">
    <jdoc:include type="modules" name="<?php echo $content_top;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>

    <?php $contents = $this->getBuffer('component');
    if (!preg_match ('/<div class="blog">s*</div>/',$contents)) :?>
    <div class="ja-content-main clearfix">
    <jdoc:include type="component" />
    </div>
    <?php endif; ?>

    <?php
    $content_bottom = $this->getPositionName ('content-bottom');
    if($this->countModules($content_bottom)) : ?>
    <div class="ja-content-bottom clearfix">
    <jdoc:include type="modules" name="<?php echo $content_bottom;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>
    </div>

    <?php if($this->countModules($inset1)) : ?>
    <div class="ja-col column ja-inset1" style="width:<?php echo $this->getColumnWidth('i1') ?>%">
    <jdoc:include type="modules" name="<?php echo $inset1;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>

    </div>

    <?php if($this->countModules($inset2)) : ?>
    <div class="ja-col column ja-inset2" style="width:<?php echo $this->getColumnWidth('i2') ?>%">
    <jdoc:include type="modules" name="<?php echo $inset2;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>
    </div>

    <?php
    $mass_bottom = $this->getPositionName ('content-mass-bottom');
    if($this->countModules($mass_bottom)) : ?>
    <div class="ja-mass ja-mass-bottom clearfix">
    <jdoc:include type="modules" name="<?php echo $mass_bottom;?>" style="JAxhtml" />
    </div>
    <?php endif; ?>

    </div></div></div>
    </div>
    </div>
    <!-- //CONTENT -->

    ndeiah Friend
    #411912

    Something new?
    Thanks.

    n6rej Friend
    #411919

    looks fine in FF. But I did see some JS issues. Please upgrade all you software and try agian.

    ndeiah Friend
    #419622

    Thanks, still same problem.

    Anyone can help please?

    n6rej Friend
    #419640

    your problem is cause by massive amount of whitespace.

    <div class="ja-box2">
    ?<!-- CONTENT -->

    <!-- //CONTENT --> <!-- LEFT COLUMN-->
    <div id="ja-left" class="column sidebar" style="width:25%">


    if you look carefully @ the image you’ll see the ? which is in your title.
    look @ the blue areas i’ve marked.
    as you see this showed up easily in webdev


    1. whitespace
Viewing 5 posts - 16 through 20 (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