-
AuthorPosts
-
axiauk Friend
axiauk
- Join date:
- October 2009
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
October 9, 2009 at 3:31 pm #145047Hi 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,
Yatrikmihirc Friendmihirc
- Join date:
- December 2008
- Posts:
- 597
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 62
- Thanked:
- 95 times in 39 posts
October 9, 2009 at 6:10 pm #320035Hello,
Can you please post a live link so that we can suggest you a faster solution?
Regards,
Mihir Chhatre.cgc0202 Friendcgc0202
- Join date:
- August 2007
- Posts:
- 2244
- Downloads:
- 0
- Uploads:
- 3
- Thanks:
- 206
- Thanked:
- 262 times in 1 posts
October 10, 2009 at 6:26 am #320081This 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 Friendastral god
- Join date:
- February 2009
- Posts:
- 52
- Downloads:
- 0
- Uploads:
- 1
- Thanks:
- 5
- Thanked:
- 3 times in 1 posts
October 11, 2009 at 11:10 am #320175Same question here…:confused:
axiauk Friendaxiauk
- Join date:
- October 2009
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
October 12, 2009 at 8:55 am #320232Hi 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 Friendaxiauk
- Join date:
- October 2009
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
October 12, 2009 at 10:46 am #320238Hi 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.
1 user says Thank You to axiauk for this useful post
October 13, 2009 at 8:38 pm #320425Hello,
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 Friendaxiauk
- Join date:
- October 2009
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 0
- Thanks:
- 3
- Thanked:
- 5 times in 1 posts
October 16, 2009 at 4:10 pm #320738Hi,
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.
October 26, 2009 at 3:55 am #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.cssthis 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…
-
AuthorPosts
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