-
AuthorPosts
-
February 13, 2010 at 11:04 pm #148655
Hello,
How is it possible to have :
– template width : 1050 px
– left column : 200 px
– right column : 200 px
– and main content : xxx px (or something like 100% of the rest of the size)Regards,
Eric (yes I’m a newbie đŸ™‚
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 14, 2010 at 1:46 am #332629Hello guy!
Please open the file : templates/ja_lime/templateDetails.xml and find codes at line 86
After done, you edit template to choose this value
February 14, 2010 at 2:21 am #332635Thanks for your help Tienhc,
After your mod, my template width is now 1050px.
– The next steps are now to change the columns (right and left) to 200 px
– And the main content to ??? px to have the good size
I was trying to change …./blocks/left.php and right.php
<div id=”ja-left” class=”column sidebar” style=”width:<?php echo $l ?>%”>
to
<div id=”ja-left” class=”column sidebar” style=”width:200″>it’s working fine for the columns. Is it the good way to change columns size ? But now the main content do not have the good size and I don’t understand where to change.
ideas ? help ?
thanks
Eric
Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
February 14, 2010 at 2:25 am #332638Hello guy
now please kindly read the wiki of joomlart in there:
http://wiki.joomlart.com/wiki/JA_Template_Framework/Guides
http://wiki.joomlart.com/wiki/JA_Template_Framework/FAQs#Using_custom_widthFebruary 14, 2010 at 2:48 am #332640Got it ! (and understand it)
in right-body-left.php
$this->customwidth(‘left1’, 23);
$this->customwidth(‘right2’, 23);You made my day !
A param in Admin – > Templates -> xxxxx could be more easy for newbies đŸ™‚
Thanks
Eric
chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 1, 2010 at 4:08 am #338698<em>@tienhc 164851 wrote:</em><blockquote>Hello guy!
Please open the file : templates/ja_lime/templateDetails.xml and find codes at line 86
After done, you edit template to choose this value</blockquote>
Dear Sir/tienhc,
i have installed this template with joomla 1.5 quickstart and what i observe is that the whole content of the site is not in center …i see some gap space on the extreme right side and little gap on left gap.
kindly help so that i can get that whole content is centered just like ideally a site should be.
plz help
chalobollywood Friendchalobollywood
- Join date:
- March 2010
- Posts:
- 19
- Downloads:
- 0
- Uploads:
- 9
- Thanks:
- 6
- Thanked:
- 1 times in 1 posts
April 1, 2010 at 8:55 am #338732<em>@eric_r 164862 wrote:</em><blockquote>Got it ! (and understand it)
in right-body-left.php
$this->customwidth(‘left1’, 23);
$this->customwidth(‘right2’, 23);You made my day !
A param in Admin – > Templates -> xxxxx could be more easy for newbies đŸ™‚
Thanks
Eric</blockquote>
sorry everyone since i am newbie to joomla plz help me …
as eric_r said i have been able to find right-body-left php file and now i want to change right and left coloum as well as centre column size kindly help
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
April 1, 2010 at 10:46 am #338752Hello eric_r & tienhc,
By reading your posts in this thread, I managed to custom the width of the column on the left of the template.
I’m usin the right-left-body layout, so , in the right-left-body.php file, I added the line :
$this->customwidth('left1', 15);
it worked fine for the first column, but I can’t manage to do this with the second one…
I tried :
$this->customwidth('left2', 15);
$this->customwidth('right1', 15);
$this->customwidth('right2', 15);
But it doesn’t change anything.
You can see the website under construction at :
http://www.entreprisevignes.fr/Site10/index.php?option=com_joomgallery&func=viewcategory&catid=2&Itemid=112Would you know how to do to get the 2 columns at the same width, like the smallest one ?
Hoping for answers,
Best regards,
David aka ShapesSaguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
April 2, 2010 at 8:33 am #338866Dear shapes!
Pls see the postions map on your site http://www.entreprisevignes.fr/Site10/index.php?option=com_joomgallery&func=viewcategory&catid=2&Itemid=112&tp=1
and see the design concept http://wiki.joomlart.com/wiki/JA_Template_Framework/Guides
You did put modules in wrong positions
1 user says Thank You to Saguaros for this useful post
David Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
April 6, 2010 at 12:10 pm #339312Hi tienhc,
Thanks for your answer.
If I understand well, I have to put my modules in right1 and right2… ?
I tried to do it in the modules admin panel, but they don’t show up no more.
I tried positions :
right1
right2
ja-right1
ja-right2Could you explain me how to get this done ?
Hoping for answers,
Best regards,
David aka ShapesDavid Porré FriendDavid Porré
- Join date:
- September 2014
- Posts:
- 194
- Downloads:
- 44
- Uploads:
- 5
- Thanks:
- 23
- Thanked:
- 9 times in 1 posts
April 14, 2010 at 1:11 pm #340345Hello tienhc,
I finally figured it out, thanks to your links, it’s done now…
Thanks again for your answer,
Best regards,
David aka Shapes -
AuthorPosts
This topic contains 11 replies, has 4 voices, and was last updated by David Porré 14 years, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum