Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • axiauk Friend
    #145047

    Hi All,

    I am trying to modify Teline III in 3 column – classic where I want left of 216px; right of 300px and main content of 426px;

    I am trying to figure out from where the template taking its width and how can I modify that?

    Can anyone suggest solution?

    Thanks in advance,
    Yatrik

    mihirc Friend
    #320035

    Hello,

    Can you please post a live link so that we can suggest you a faster solution?

    Regards,
    Mihir Chhatre.

    cgc0202 Friend
    #320081

    This is a generic question. There is no need for a link to address this question and related questions about widths used in the Teline III involving widths of all modules and other block layouts. It is not discussed in

    JA Teline III Installation
    http://www.joomlart.com/forums/topic/ja-teline-iii-userguide-2/

    It should be one (or a series) of the FAQs in a well-prepared manual of the template.

    I have the same question in a different and earlier thread on 2 October 2009:

    Where to find the width of each module position or block layout
    http://www.joomlart.com/forums/topic/where-to-find-the-width-of-each-module-position-or-block-layout/

    but with no official response from Joomlart, until now.

    Cornelio

    astral god Friend
    #320175

    Same question here…:confused:

    axiauk Friend
    #320232

    Hi Mihir,

    I am sorry I don’t have any live site yet as I am testing it on my WAMP right now. However, I can upload screen shot of the template.

    Please check this link for the screenshot.

    @cornelio: you are right. Even I couldn’t find the documentation of it’s width anywhere. I really couldn’t figure out where exactly the value of GetColumnWidth is coming or from where it is fetching.

    Thanking you all.

    P.S: Please note that in above template the dark blue line is what it takes while the right gray line is required but taking only 20% of template width.

    axiauk Friend
    #320238

    Hi All,

    There is a small update. I finally managed to find the width of right column, which is:
    $this->_basewidth = 25;
    in 3columns-classic.php.

    But I still don’t know how the left 2 columns which are under ja-main, taking 33.33% and 66.66% automatically? If I make right column to 25%, ja-main would become 75% and the ja-left which is under ja-main, automatically takes 33% for it self and the rest is for 67% assigned to ja-news-fp.

    Can anyone, suggest anything to correct it.

    Thanking you.

    thierry93 Friend
    #320425

    Hello,
    I would like to change the width also of left column.
    Is it possible to share an how to ? I have tried suggestions above but having strange behavior afterward
    Does anyone have change column width to share experiences ?
    Thanks .

    axiauk Friend
    #320738

    Hi,

    I didn’t get any reply from anyone regarding width change and went to change it manually. If you also want to change width manually, you can give it in left.php and main.php from layouts>blocks section.

    You will also have to change the CSS for that as well which would be layout.css and template.css

    Hope that will help.

    jamboebol Friend
    #321545

    <em>@axiauk 148470 wrote:</em><blockquote>Hi All,

    There is a small update. I finally managed to find the width of right column, which is:
    $this->_basewidth = 25;
    in 3columns-classic.php.

    But I still don’t know how the left 2 columns which are under ja-main, taking 33.33% and 66.66% automatically? If I make right column to 25%, ja-main would become 75% and the ja-left which is under ja-main, automatically takes 33% for it self and the rest is for 67% assigned to ja-news-fp.

    Can anyone, suggest anything to correct it.

    Thanking you.</blockquote>

    Thank you for the hint
    i’m managed to change the right column base on your information.
    but i changed it under the default.php and some chenge in template.css

    this is what i change
    template.css:
    /* 3 Columns – 2 Columns Right Layout —*/

    #ja-container.ja-r2 .main { background: url(../images/dot.gif) repeat-y 65% 0 #fff; }

    #ja-container.ja-r1 .main { background: url(../images/dot.gif) repeat-y 85% 0 #fff; }

    #ja-container.ja-r2 .ja-content-top, #ja-container.ja-r2 .ja-content-main, #ja-container.ja-r2 .ja-content-bottom { margin-right: 1px; }

    /* 3 Columns – 2 Columns Left Layout —*/

    #ja-container.ja-l2 .main { background: url(../images/dot-1pxfix.gif) repeat-y 35% 0 #fff; }

    #ja-container.ja-l1 .main { background: url(../images/dot.gif) repeat-y 15% 0 #fff; }

    #ja-container.ja-l2 #ja-left .ja-mass, #ja-container.ja-l2 #ja-left .ja-colswrap { margin-right: 1px; }

    default.php
    $this->_basewidth = 17.5;

    Once again.. thank you for the hint…

Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 6 voices, and was last updated by  jamboebol 15 years ago.

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