test melih
 melih
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • arwald Friend
    #139854

    Hi!

    It’s possible to place the left modul position on the left side of the themplate? If yes, how?
    I would like to use Nagya on the site of a vinery, but they want a classical “three parts” design (left modul position, main body, right modul positon).

    Thanks in advance.
    Arwald

    nguyenhuu quang Friend
    #299612

    need to creat new module position for left side or cut <div id=”ja-col1″>….</div> topast to above <div id=”ja-colwrap”>..</div>
    and then edit css at template.css (line 533) #ja-col1 {
    float:left;
    overflow:hidden;
    width:49.9%;
    }

    arwald Friend
    #300816

    Hi!

    How can I add a new modul positon in Joomla! 1.5.x? It was obvius in 1.0.x, but I can’t find in 1.5.x. I made the given changes above, but I get this: http://www.pszfonline.hu/lics/

    my index.php is:
    [PHP] <!– BEGIN: COLUMNS –>

    <div id=”ja-col1″>
    <?php if ($this->countModules(‘left’)) { ?>
    <div id=”ja-col1″><div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </div></div>
    <?php } ?>

    <div id=”ja-colwrap”>

    <?php if ($this->countModules(‘user5’)) { ?>
    <div id=”ja-tabs”>
    <jdoc:include type=”modules” name=”user5″ style=”raw” />
    </div>
    <?php } ?>

    <?php if ($this->countModules(‘left’)) { ?>
    <div id=”ja-col1″><div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”left” style=”xhtml” />
    </div></div>
    <?php } ?>

    <?php if ($this->countModules(‘right’)) { ?>
    <div id=”ja-col2″><div class=”ja-innerpad”>
    <jdoc:include type=”modules” name=”right” style=”xhtml” />
    </div></div>
    <?php } ?>

    </div><br />
    <!– END: COLUMNS –>[/PHP]

    and my themplate.css is:

    /* COLUMNS
    --------------------------------------------------------- */
    #ja-colwrap {
    float: right;
    overflow: hidden;
    width: 45%;
    background: url(../images/dot.gif) repeat-y center;
    margin: 20px 0;
    }

    /*columns*/
    #ja-col1 {
    float:left;
    overflow:hidden;
    width:49.9%;
    }

    #ja-col1 {
    float: left;
    width: 49.9%;
    overflow: hidden;
    }

    #ja-col2 {
    float: right;
    width: 49.9%;
    overflow: hidden;
    }

    #ja-col1 div.ja-innerpad,
    #ja-col2 div.ja-innerpad {
    padding: 0 20px;
    }

    /* Common style for column */
    #ja-colwrap table {
    border-collapse: collapse;
    border-spacing: 0;
    }

    #ja-colwrap .article_separator {
    display: none;
    }

    #ja-colwrap ul {
    list-style: none;
    }

    Thanks for help.
    Arwald

    nguyenhuu quang Friend
    #300827

    pls send joomla admin acc via PMB , I can do it for you.

    Anonymous Moderator
Viewing 5 posts - 1 through 5 (of 5 total)

This topic contains 5 replies, has 3 voices, and was last updated by Anonymous 15 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum