Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • Tech-xml Friend
    #156403

    Can I increase the width of a column (eg, left), only one section of the site: Eg: Blog?
    If yes, how can I do?

    Saguaros Moderator
    #362889

    Please read the wiki to resolve your issue

    http://wiki.joomlart.com/wiki/JA_T3_Framework_2/Guides#Middle_column_width

    Thanks

    Tech-xml Friend
    #369277

    Sorry 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 270px

    Phan Gam Friend
    #369454

    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!

    Tech-xml Friend
    #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 Friend
    #369921

    Please 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!

    Tech-xml Friend
    #370017

    Phan, 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 Friend
    #371225

    It seems that no solution.
    It was easier before the T3 when it could manipulate the width of each column independently.

    Phan Gam Friend
    #371324

    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.

    Tech-xml Friend
    #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 support

    10591


    1. layout
    Phill Moderator
    #371754

    The 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 Friend
    #372480

    thanks – Solved

Viewing 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