Viewing 15 posts - 1 through 15 (of 17 total)
  • Author
    Posts
  • il_bujia Friend
    #196196

    Hi

    I’am working with the design of my web for large screens(more than 1200px).Everything works fine except for the slider that is in the main page.From about a resolution of 1300px, the slider become more smaller and doesn’t fit all the area.And It gets worse if you go to higher resolutions.I put some pitcures of what I’am talking.How can I fix that?
    I use Jat3 framework/T3 blank template with Joomla 3.2

    Here is my site.

    http://89.130.86.57/

    Thanks in advance


    1. 1280px-resolution
    2. 1440px-resolution
    3. 1920px-resolution
    Ninja Lead Moderator
    #528407

    <blockquote>http://89.130.86.57/</blockquote>

    I could not access your site, lease check again. Please let me know once it is available, I will check further.

    il_bujia Friend
    #528428

    Sorry, I work on local server.Now is open again.Thanks for your help

    Ninja Lead Moderator
    #528718

    <em>@il_bujia 418569 wrote:</em><blockquote>Sorry, I work on local server.Now is open again.Thanks for your help</blockquote>

    Sorry for replying this late as we provide limited support on weekends.

    I got the same old error again.

    Please check and let me know when your site is available.


    1. error_page
    il_bujia Friend
    #528768

    Hi

    You don’t have to be sorry for anything.I appreciate a lot that you help me.The server is now open again.

    Thanks for all again.

    Ninja Lead Moderator
    #528940

    I can access your site now. I see you customised the layout resolution via this templates/t3_blank/css/custom.css.

    If your site uses T3 blank template + T3 framework, please try to workaround below instead of solution above.

    Open the templates/t3_blank/less/variables.less file, change the width in red with other value as you wish:


    // 1200px min
    @T3gridWidth1200: 1200px; // T3 add
    @gridGutterWidth1200: 40px;
    @gridColumnWidth1200: floor((@T3gridWidth1200 - @gridGutterWidth1200 * (@gridColumns - 1)) / @gridColumns);
    @gridRowWidth1200: (@gridColumns * @gridColumnWidth1200) + (@gridGutterWidth1200 * (@gridColumns - 1));

    Once done, click Compile LESS to CSS button from Admin template (this action will override all customised css files except for the custom.css file, thus make sure you back-up old before doing these changes.)

    Let me know if it helps.


    1. compile_less_css
    il_bujia Friend
    #528958

    Thanks for your reply

    Yes,I work with T3 blank template + T3 framework.I try what you say to me,put different values,compile less to css but it doesn’t solve the problem.Altough I put a high value it has the same problem.

    Ninja Lead Moderator
    #529152

    You need to roll back and back-up all css files customised on your site. Then pm me admin and FTP credentials of your site, I will help you out.

    il_bujia Friend
    #529184

    Many thanks,PM sent

    Ninja Lead Moderator
    #529334

    <em>@il_bujia 419486 wrote:</em><blockquote>Many thanks,PM sent</blockquote>

    You need to remove css style below in the templates/t3_blank/css/custom.css file

    .t3-header, .t3-mainnav, .t3-navhelper, .t3-footer {float: left;
    margin-left: 20%;
    width: 62%;
    }

    Then your site should show with width: 1200px

    il_bujia Friend
    #529415

    Thanks again

    I try what you say but the problem is still there.

    Ninja Lead Moderator
    #529517

    As in my attached file, you can see main width site: 896px,

    You need to change the width to 1200px as my suggestion here

    Or you can pm me FTP account, I will help you out.

    (P/S: Please backup all your site first. Anyway, it seems your site sometime was down, thus it is hard to debug)


    1. error
    il_bujia Friend
    #529987

    Thanks and sorry for reply so late.I have sent you a PM.Please,let me know if you receive it correctly

    Ninja Lead Moderator
    #530248

    I have changed the width of your site to 1200px, below are my steps:

    + Open the templates/t3_blank/less/variables.less file

    Change

    @T3gridWidth: 700px; // T3 add. For non-responsive layout.
    @T3gridWidth1200: 900px; // T3 add

    To

    @T3gridWidth: 940px; // T3 add. For non-responsive layout.
    @T3gridWidth1200: 1200px; // T3 add

    and click Compile LESS to CSS button (via template Admin)

    + Open the templates/t3_blank/css/custom.css file and remove all rules below:

    float: left;
    margin-left: 20%;
    width: 62% !important;

    Now, your site is available with width: 1200px, let me know if it helps.

    il_bujia Friend
    #530297

    Thanks again for your help but the problem is still there.I upload a photo of what I see.The slider still not cover the blue dark area when the resolution is higher than 1300px.


    1. 1680x1050resolution
Viewing 15 posts - 1 through 15 (of 17 total)

This topic contains 17 replies, has 2 voices, and was last updated by  il_bujia 10 years, 6 months ago.

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