-
AuthorPosts
-
Tech-xml Friend
Tech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
November 14, 2010 at 1:01 pm #156403Can I increase the width of a column (eg, left), only one section of the site: Eg: Blog?
If yes, how can I do?Saguaros ModeratorSaguaros
- Join date:
- September 2014
- Posts:
- 31405
- Downloads:
- 237
- Uploads:
- 471
- Thanks:
- 845
- Thanked:
- 5346 times in 4964 posts
November 15, 2010 at 7:48 am #362889Please read the wiki to resolve your issue
http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Middle_column_width
Thanks
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
December 30, 2010 at 3:58 am #369277Sorry I understood the explanation:
I would like to customize the width of the position (right) to 20px for a certain section of the site:ex. http://www.site.com/ ==> width normal right
ex. http://www.site.com / blog ==> right width of 270pxPhan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
December 31, 2010 at 2:55 am #369454Hi,
I think width of column in template is applied for all sections on site. If you want to customize for only page, i think you have to make css for that style.Regard!
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 2, 2011 at 12:36 am #369619<em>@Phan Gam 211933 wrote:</em><blockquote>Hi,
I think width of column in template is applied for all sections on site. If you want to customize for only page, i think you have to make css for that style.Regard!</blockquote>
The template has two positions (left and right)
The major current problems is increased when the column width left to right increases.
If you like to increase the width of a separate column, please help, need this solution.
Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
January 4, 2011 at 4:23 am #369921Please refer to http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Middle_column_width for more details about column width.
With your request, change column of template for only one section >> it’s not possible.If you want to change width for only left column (not right), you can do it as my suggestions:
1. Open default.xml under templatesja_community_pluscoreetclayouts folder.
2. Go to code block for middle
<blocks name="middle" colwidth="21.5">
<block name="right-mass-top">right-mass-top</block>
<block name="content-top">content-top</block>
<block name="content-bottom">content-bot</block>
<block name="right1" >left</block>
<block name="right2">right</block>
</blocks>
arround line 21 to 27
To change left column width, try with adding width=”{your width}” into block right1
for example<block name="right1" width="25" >left</block>
// redefine width left column is 25%.
After saving this file, please go to backend and clear all cache.Hope that helps!
1 user says Thank You to Phan Gam for this useful post
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 4, 2011 at 2:25 pm #370017Phan, Thanks for the help.
Unfortunately this did not function here.Am I applied the change in right column
I made the changes and cleaned every chace<blocks name=”middle” colwidth=”21.5″>
<block name=”right-mass-top”>right-mass-top</block>
<block name=”content-top”>content-top</block>
<block name=”content-bottom”>content-bot</block>
<block name=”right1″>left</block>
<block name=”right2″ width=”29″>right</block>
</blocks>
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 11, 2011 at 12:57 am #371225It seems that no solution.
It was easier before the T3 when it could manipulate the width of each column independently.Phan Gam FriendPhan Gam
- Join date:
- June 2008
- Posts:
- 216
- Downloads:
- 0
- Uploads:
- 2
- Thanks:
- 4
- Thanked:
- 39 times in 38 posts
January 11, 2011 at 10:37 am #371324hi,
You should submit a ticket with your site and ftp info, i want to check your site and files, it should have worked, not sure why its not working.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 13, 2011 at 10:16 pm #371747<em>@Phan Gam 214325 wrote:</em><blockquote>hi,
You should submit a ticket with your site and ftp info, i want to check your site and files, it should have worked, not sure why its not working.</blockquote>
Here attached the model layout that must be changed.
Submit a ticket for support10591
Phill ModeratorPhill
- Join date:
- February 2014
- Posts:
- 7013
- Downloads:
- 40
- Uploads:
- 77
- Thanks:
- 917
- Thanked:
- 2206 times in 1818 posts
January 13, 2011 at 10:43 pm #371754The picture seems to show a red box at the bottom, that is something different to what you are asking.
As for your layout question yes, you can have different widths on different pages. It is quite simple to setup using profiles.
First we create a copy of the layout you are using. If it is the defaul layout in your template manage make a copy. You then edit that copy as per above so if you want to edit the left column you would find the line
<block name="right1">left</block>
and change to
<block name="right1" width="xx">left</block>
Where xx is youre desired width ef width=”20″
You then go into the profiles tab and create a new profile. Neat the bottom in the layout settings you select your copy of the layout (do not worry if it is greyed out, you can still click on it) by selecting it from the dropdown on the desktop layout.
Then click on the Global tab and in the Page oveeride Settings click on the click to add. In the left box you will be presented with a list, select the item you want your new layout to be applied to. In the right hand box select your new profile.
Clear your cache (joomla, jat3 and browser) and you should have the new layout of your choice applied ony to the section of your choice.
Tech-xml FriendTech-xml
- Join date:
- October 2010
- Posts:
- 765
- Downloads:
- 39
- Uploads:
- 140
- Thanks:
- 106
- Thanked:
- 5 times in 2 posts
January 18, 2011 at 5:13 pm #372480thanks – Solved
AuthorPostsViewing 12 posts - 1 through 12 (of 12 total)This topic contains 12 replies, has 4 voices, and was last updated by Tech-xml 13 years, 10 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Can I increase the width of a column (eg left), only one section of the site Eg: Blog
Viewing 12 posts - 1 through 12 (of 12 total)