Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • abdenour Friend
    #178105

    Hi,

    I have modify the css layout.css (aside width and content width) to have on my homepage 3 equals columns. My question is how can I change the content width if when I haven’t module on aside1 and aside2 position, the content width change to 100%.

    Wall Crasher Developer
    #457329

    Hi abdenour,

    Please get more preferences from here:
    http://www.joomlart.com/forums/topic/wrapper-using-templateframe/#post-456896

    Hope it helps.

    Regards

    abdenour Friend
    #457444

    Hi Wall Crasher,

    I have do the modification like on the link : http://www.joomlart.com/forums/topic/wrapper-using-templateframe/#post-456896 but that’s doesn’t work for me. I can’t enable the full width of the content and my content stop at the same position (40% of width). Please have you consider what I tell before on this post.
    <blockquote>I have modify the css layout.css (aside width and content width) to have on my homepage 3 equals columns.</blockquote>

    Have you another solution please or do I change another things. Thanks.

    Wall Crasher Developer
    #457462

    Hi abdenour,

    Could you please provide your site link and send me ftp access information so I can take a look?
    Have you disable all aside module position?

    I am waiting for your information.

    Regards

    abdenour Friend
    #457556

    Hi Wall,

    Sorry I can’t give you an access because it’s an intranet website. What I do is that only :

    1/ I have modify the file layout.css to have tree columns on my homepage. The column 1 is the content (width=30%), the column 2 is the aside 1 position (width=35%), the column 3 is aside 2 position (width=35%). The code source of the modification is that below.

    /* Content ---*/
    #content {
    float: left;
    width: 30%;
    }

    body.gridview #content {
    width: 100% !important; /* full width on gridview */
    }

    /* Aside ---*/
    #aside {
    float: right;
    width: 70%;
    }

    #aside .aside-col-1 {
    }

    #aside .aside-col-2 {
    }

    2/ I have change the index.php file template like the code describe on this link : http://www.joomlart.com/forums/topic/wrapper-using-templateframe/#post-456896

    3/ I have do a link (test) on my megamenu to the component phocadownload. When I enter on this menu test, I have my phocadownload file with the download button but the component page is not at 100% width of full page but à 30% of width. See picture attached.


    1. wall
    Wall Crasher Developer
    #457775

    Hi abdenour,

    1. Please change your index.php file again to look like this.

    <div id="content" <?php if (!jaTpl_check ('hasAside')){ echo 'style="width: 100% !important;"' ;} ?>>
    I forgot to add ‘!’ mark before ‘important’

    2. Please go to Modules Manager and disable all modules that have position ‘aside-1’ or ‘aside-2’ or ‘aside-3’.

    Clear cache (this is important) and try again.
    I do the same and it works.

    Hope it helps.

    Regards,

    abdenour Friend
    #457836

    Hi Wall Crasher,

    That’s work correctly. Thank you very much.

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

This topic contains 7 replies, has 2 voices, and was last updated by  abdenour 12 years, 5 months ago.

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